Java remote debugging options
Jun 20
To activate socket debugging in java, add the following to java_opts:
-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n
Then connect to port 8787 using your favorite debugging tool..
Software Development Blog by David Martinez
Jun 20
To activate socket debugging in java, add the following to java_opts:
-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n
Then connect to port 8787 using your favorite debugging tool..
Jun 20
To set username and password on weblogic, add the following to JAVA_OPTS:
-Dweblogic.management.username=system -Dweblogic.management.password=weblogic
(or whatever the new passwords are)..
Apr 05
This tip contains a couple of MySQL scripts that allow me to create and drop a database and a user that will "own" said database. More
Apr 05
Explains how to define a datasource connection for your web application using context.xml More
Jun 20
So here's the lowdown on how to get a web services client extremely quickly with C++ Builder Pro. More