Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] Howto start Tomcat&Catalina for Remote Debugging WITHOUT deployment

Hi everyone,

I try to start Tomcat 6.0.13 from Eclipse Europa by the Run/Debug-Menu for
Remote Debugging. That means the Virtual Machine needs 
-Xdebug -Xnoagent -Xrunjdwp:transport=
dt_socket,address=<port>,server=y,suspend=n

when i tried to set this in the Default-VM-Arguments of the corresponding
"Installed JRE" (which is a jdk)
i get the error:
ERROR: JDWP option syntax error: -agentlib:jdwp=transport=

when i tried to set this in the VM-Arguments of the Debug/Run configuration
i got the error:
ERROR: JDWP option syntax error: -agentlib:jdwp=transport=

when i tried it with the "Debug"-Symbol in the "servers"-Register i got the
same.

Is it possible to make remote debugging without to deploy the project and
without using the catalina.bat (which isn't used by eclipse)

I searched around the world, but in all tutorials/howto's/tips i found
Tomcat is started by catalina.sh/bat with a deployed project.

Thanks for any help

Eclipse
Version: 3.3.0
Build id: M20070718-0800


-- 
View this message in context: http://www.nabble.com/Howto-start-Tomcat-Catalina-for-Remote-Debugging-WITHOUT-deployment-tf4193845.html#a11926769
Sent from the Eclipse WTP - general mailing list archive at Nabble.com.



Back to the top