eclipse - Start tomcat 6 in debug mode? -


How to start the Toked 6 server in debug mode and use it with Eclipse Eyes for remote debugging. ?

You can enable remote debugging by running the tomcat6w.exe application with the text "itemprop =" text ">

tomcat6.exe and can add the following 2 java options to the list on the Java tab: < Pre> -Xdebug -Xrunjdwp: transport = dt_socket, address = 8000, server = y, suspend = n

according to this and it worked in my case (for windows Tomek 6.0.26)

Comments