• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Debugging tomcat from Eclipse

 
Ranch Hand
Posts: 79
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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?
 
reply
    Bookmark Topic Watch Topic
  • New Topic