We also used manual specification port and other options, however found that
if we specify as you did - "JAVA_OPTS="-Xdebug 
-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8787" " we have
some strange Tomcat crashes on shutdown.
We found that adding "jpda" startup option works much better

$TOMEE_HOME/bin/startup.sh:

substitute last line

exec "$PRGDIR"/"$EXECUTABLE" start "$@
with
exec "$PRGDIR"/"$EXECUTABLE" *jpda* start "$@

Regards,
Alex



--
View this message in context: 
http://openejb.979440.n4.nabble.com/Remote-debug-tp4657541p4657543.html
Sent from the OpenEJB User mailing list archive at Nabble.com.

Reply via email to