aspose file tools
The moose likes Tomcat and the fly likes Debugging tomcat from Eclipse Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Debugging tomcat from Eclipse" Watch "Debugging tomcat from Eclipse" New topic
Author

Debugging tomcat from Eclipse

Grace Russo
Ranch Hand

Joined: Nov 08, 2010
Posts: 62
I have followed the instructions under "Debugging Tomcat as an External Tool from within Eclipse" at http://confluence.sakaiproject.org/display/BOOT/Debugging+Tomcat+Remotely+Using+Eclipse, but all I see through my Eclipse is the stuff below. I run the app, and it never gets to the breakpoints (the breakpoints are set up correctly in the correct page ...)

Using CATALINA_BASE: "C:\home\applications\Apache-Tomcat-6.0.29\apache-tomcat-6.0.29"
Using CATALINA_HOME: "C:\home\applications\Apache-Tomcat-6.0.29\apache-tomcat-6.0.29"
Using CATALINA_TMPDIR: "C:\home\applications\Apache-Tomcat-6.0.29\apache-tomcat-6.0.29\temp"
Using JRE_HOME: "C:\Program Files\Java\jdk1.6.0_22\jre"
Using CLASSPATH: "C:\home\applications\Apache-Tomcat-6.0.29\apache-tomcat-6.0.29\bin\bootstrap.jar"
Usage: catalina ( commands ... )
commands:
debug Start Catalina in a debugger
debug -security Debug Catalina with a security manager
jpda start Start Catalina under JPDA debugger
run Start Catalina in the current window
run -security Start in the current window with security manager
start Start Catalina in a separate window
start -security Start in a separate window with security manager
stop Stop Catalina
version What version of tomcat are you running?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Debugging tomcat from Eclipse
 
Similar Threads
TOMCAT CATALINA_HOME
unable to log with log4j in tomcat 6.0.29
Running Tomcat from Eclipse
Problem starting tomcat with jdpa
Tomcat Shutdown problem