Manually Changing Glassfish domain.xml for Debug Error
问题 I have this line of code at domain.xml: <java-config classpath-suffix="" debug-enabled="false" debug-options="-Xdebug -Xrunjdwp:transport=dt_socket,server=n,suspend=y,address=9009" env-classpath-ignored="true" java-home="${com.sun.aas.javaRoot}" javac-options="-g" rmic-options="-iiop -poa -alwaysgenerate -keepgenerated -g" system-classpath=""> If I start the domain there is no error. However I want to get debug feature so I changed this part like this: debug-enabled="true" When I want to