Question : how to debug Java Web application

Hi
I am using eclipse3.5 , tomcat 5.0.28, and JDK 1.4.2_05. i want to debug web application, i knew that we can do using in build tomcat configuration. could you explain me or share document which talk on how to do debug web application using tomcat with eclipse

Answer : how to debug Java Web application

Just set the port to JPDA adress you've set when starting tomcat

Remember - start tomcat with:
set JPDA_TRANSPORT=dt_socket
(above is constant value)
set JPDA_ADDRESS=5050
(your port of choice)

and 'catalina jpda start' instead of 'startup'

Random Solutions  
 
programming4us programming4us