]
Cheng Fang updated AS7-5574:
----------------------------
Assignee: Cheng Fang (was: Brian Stansberry)
Forum Reference:
)
If nobody is on it, I will give it a try. The affected files are mainly config and script
files, with a few java classes (JvmOptionBuilderFactory, etc).
Switch to standard Java debug options -agentlib
-----------------------------------------------
Key: AS7-5574
URL:
https://issues.jboss.org/browse/AS7-5574
Project: Application Server 7
Issue Type: Feature Request
Components: Documentation, Scripts
Affects Versions: 7.2.0.Alpha1
Reporter: Cheng Fang
Assignee: Cheng Fang
AS7 currently has the Java debug options
-Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n
This uses non-standard options, which may be removed in future JDK, and
may not work with other vendors' JDK.
How about switching to use the standard options, to make it easier to
maintain and port?
-agentlib:jdwp=transport=dt_socket,address=localhost:8787,server=y,suspend=n
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: