dubugging tomcat

2005-07-25 Thread blackwater dev
Hello, I have fedora core 3 and have tomcat installed. I can start it up successfully using startup.sh but can't connect to localhost at localhost:8080. How can I debug this to see what is going on? Thanks! - To unsubscribe,

Re: dubugging tomcat

2005-07-25 Thread Edrei Marcelo
-user@jakarta.apache.org Sent: Monday, July 25, 2005 4:50 PM Subject: dubugging tomcat Hello, I have fedora core 3 and have tomcat installed. I can start it up successfully using startup.sh but can't connect to localhost at localhost:8080. How can I debug this to see what is going

Re: dubugging tomcat

2005-07-25 Thread blackwater dev
, sorry but i dont the remember now the best parameter to see this, but you can see it at man netstat - Original Message - From: blackwater dev To: tomcat-user@jakarta.apache.org Sent: Monday, July 25, 2005 4:50 PM Subject: dubugging tomcat Hello, I have fedora core 3

Re: dubugging tomcat

2005-07-25 Thread Larry Meadors
Start it with this (from $CATALINA_HOME/bin): ./catalina.sh jpda run Larry On 7/25/05, blackwater dev [EMAIL PROTECTED] wrote: Hello, I have fedora core 3 and have tomcat installed. I can start it up successfully using startup.sh but can't connect to localhost at localhost:8080. How

Re: dubugging tomcat

2005-07-25 Thread blackwater dev
Ah...tells me this relese of tomcat was packaged to run on J2SE 5.0 or later but can run on earlier JVM's by getting a compatibility package. Looks like I need the latest J2SE. Thanks! On 7/25/05, Larry Meadors [EMAIL PROTECTED] wrote: Start it with this (from $CATALINA_HOME/bin):