Re: Unable to debug

2008-05-25 Thread Mark Thomas
R.Sriram wrote: -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 These need to be set in catalina.bat. You can do it directly (not recommended) or use the environment variables eg JAVA_OPTS. Mark - T

Unable to debug

2008-05-24 Thread R.Sriram
Hello, I am using IDEA as my IDE. I am unable to connect to JVM to debug a web application. Here are the parameters I am using: Remote Debugging in IDEA allows connection to a running JVM. -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5