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 40926 - Need way to start Tomcat with debugging enabled
Summary: Need way to start Tomcat with debugging enabled
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Grebac
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-11 14:34 UTC by clever
Modified: 2004-08-31 15:55 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description clever 2004-03-11 14:34:54 UTC
I realize that it's possible to 'debug' a web
application, which in turn starts Tomcat with
debugging enabled.  It would be intuitive to
perhaps have an option (above the debugging
options for the Tomcat instance) that read
something to the nature of "Enable debugging: [
true | false ]" This way, one could explicitly
start tomcat through the various ways, and
debugging would always be enabled. This would
allow for just attaching and detaching when a
debug is needed.
Comment 1 Martin Grebac 2004-08-04 16:05:45 UTC
This is needed if one wants to use bundled Tomcat with freeform
project. Otherwise people have no chance to start the server in debug
mode from IDE and they would have to hack the tomcat's scripts. It's
quite late for D release, but I'll try to propose some easy solution
as this seems to be quite important.
Comment 2 Martin Grebac 2004-08-31 15:55:03 UTC
I added the button to the start server dialog. This can be rethinked
when we change the server ui later on.