You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2008/05/13 15:10:34 UTC

DO NOT REPLY [Bug 44988] New: JPDA_OPTS in catalina.sh / catalina. bat is using old JDWP semantics

https://issues.apache.org/bugzilla/show_bug.cgi?id=44988

           Summary: JPDA_OPTS in catalina.sh / catalina.bat is using old
                    JDWP semantics
           Product: Tomcat 6
           Version: 6.0.16
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: JDK1.5
          Severity: minor
          Priority: P4
         Component: Native:Integration
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: cedrik.lime@gmail.com


Since Java 5, the recommended option to start a JVM in debug mode has changed
from
-Xdebug -Xrunjdwp:...
to
-agentlib:jdwp=...
as described in
http://java.sun.com/j2se/1.5.0/docs/guide/jpda/conninv.html#Invocation

Since Tomcat 6 requires Java 5, this change should be propagated in catalina.sh
(line 212) / catalina.bat (line 152):
change "JPDA_OPTS=-Xdebug -Xrunjdwp:" to "JPDA_OPTS=-agentlib:jdwp="

Note that this change should not be back-ported to Tomcat 5.x, since this
version runs with Java 1.4.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 44988] JPDA_OPTS in catalina.sh / catalina.bat is using old JDWP semantics

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=44988


Cédrik LIME <ce...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




--- Comment #3 from Cédrik LIME <ce...@gmail.com>  2009-03-03 02:28:44 PST ---
In addition to the changes described in the description (and successfully
applied), we also need to keep the documentation of the impacted files in sync
with code.

Please change "-Xdebug -Xrunjdwp:" to "-agentlib:jdwp="
in catalina.sh (line 60) / catalina.bat (line 64)

Trunk and Tomcat 6.x only!

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 44988] JPDA_OPTS in catalina.sh / catalina.bat is using old JDWP semantics

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=44988


Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED




--- Comment #4 from Mark Thomas <ma...@apache.org>  2009-03-03 14:23:27 PST ---
Thanks for the catch. Fixed in trunk and 6.0.x
Will be in 6.0.19 onwards.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 44988] JPDA_OPTS in catalina.sh / catalina. bat is using old JDWP semantics

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=44988





--- Comment #1 from Mark Thomas <ma...@apache.org>  2008-05-13 13:15:33 PST ---
Thanks for the patch.

I have applied it to trunk and proposed it for 6.0.x


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 44988] JPDA_OPTS in catalina.sh / catalina. bat is using old JDWP semantics

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=44988


Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #2 from Mark Thomas <ma...@apache.org>  2008-05-15 14:04:35 PST ---
Thanks again for the patch. It has been applied to 6.0.x and will be in 6.0.17
onwards.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org