• 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

Problem starting tomcat with jdpa

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Everyone,

I realize i'm likely doing something stupid, but i cant find examples of this happening to anyone else on google.

I've followed the instructions for remote debugging tomcat with eclipse found at:

http://confluence.sakaiproject.org/display/BOOT/Debugging+Tomcat+Remotely+Using+Eclipse

everything makes sense, but when i enter "catalina jdpa start" it spits out the standard usage message:

C:\apache-tomcat-6\apache-tomcat-6.0.29\bin>catalina jdpa start
Using CATALINA_BASE: "C:\apache-tomcat-6\apache-tomcat-6.0.29"
Using CATALINA_HOME: "C:\apache-tomcat-6\apache-tomcat-6.0.29"
Using CATALINA_TMPDIR: "C:\apache-tomcat-6\apache-tomcat-6.0.29\temp"
Using JRE_HOME: "C:\glassfishv3\jdk"
Using CLASSPATH: "C:\apache-tomcat-6\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?


"catalina run", "catalina debug", etc all work fine.

I tried installing the EE JDK and pointing JAVA_HOME to that, but still the same issue.

My OS is windows 7, but I just tried on Windows XP as well and same thing!

Am I completely missing something very simple?
 
lars wright
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ok I feel stupid,

i was typing cataling jdpa start instead of catalina jpda start ... trying to figure out how to delete this topic.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic