This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 53881 - Server not started in debug mode
Summary: Server not started in debug mode
Status: CLOSED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-24 12:27 UTC by Jiri Skrivanek
Modified: 2006-03-24 12:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2005-01-24 12:27:37 UTC
Application server is not started in debug mode
when it was stopped before from IDE. To reproduce:

- start IDE and add SJS App server instance
- create a web application from template
- add a breakpoint to index.jsp
- start debugging (F5) and wait until debugger
stops at breakpoint
- finish debugging
- stop application server from Runtime view
- try to start debugging again but it fails. It
seems it tries to start server withou debug option:

debug:
Starting debug server Sun Java System Application
Server 8
E:\Program Files\Sun\AppServer\bin\asadmin.bat
start-domain domain1  

Build 20050124-0632, JDK1.5.0_02, WindowsXP,
SJS8.1 2005Q1.
Comment 1 Jiri Skrivanek 2005-01-28 13:47:10 UTC
Works for me in build 20050128-1133.
Comment 2 Jiri Skrivanek 2005-01-28 13:47:28 UTC
Verified.