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 65443 - Put in entries for JBoss when generating the debug.properties file
Summary: Put in entries for JBoss when generating the debug.properties file
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Pavlo Tymoshenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-29 22:14 UTC by _ gsporar
Modified: 2016-07-07 08: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 _ gsporar 2005-09-29 22:14:40 UTC
For a free form web project, the first attempt to debug results in a nice little
dialog that offers to generate the appropriate Ant target and debug.properties
file.  Very handy.  The debug.properties file even has multiple values for the
these two properties:

jpda.address
jpda.transport

There are two entries for SJS and two entries for Tomcat.  Of the four total
entries, only one is *not* commented out: the one for Tomcat using a socket. 

All of the above is fine and working great.

But now that we have a JBoss plugin that starts JBoss in debug mode with a debug
port address of 8787, it'd be nice to at least have these values put in as comments:

# JBoss using a socket
# jpda.address=8787
# jpda.transport=dt_socket

Note that I have them commented out.  I don't think there is any way for the IDE
to know that JBoss is the server that's in use (remember, this is on a free form
project), so the safest approach would be to continue to have the Tomcat entries
be the ones that are not commented out.  

Having these new commented entries would just be a convenience for JBoss users.
Comment 1 Martin Entlicher 2005-12-13 14:36:00 UTC
This seems to belong into the web module...
Comment 2 Libor Kotouc 2005-12-13 15:48:20 UTC
It is simple fix. It is valid also for WebLogic and Websphere server.
Comment 3 Martin Balin 2016-07-07 08:55:53 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss