Re: tomcat dies in OS X

2001-03-26 Thread miles poindexter
What does your .out file say? It should be in your logs folder. In Tomcat 4.0, its called catalina.out. Not sure what its called in 3.2.1. If I remember correctly, 3.2.1 would just print to the command line if there was an error. If you're not getting msgs there. Maybe Tomcat is never really

tomcat dies in OS X

2001-03-25 Thread sandeep parikh
I'm running tomcat 3.2.1 on Mac OS X and it seems to just die after I make a request...here's a breakdown of the chain of events... //-first I turn on tomcat 3.2.1 cripes% bin/startup.sh Using classpath: /Users/Shared/jakarta/tomcat/lib/ant.jar:/Users/Shared/jakarta/tomcat/lib/jasper.

RE: Tomcat dies on OS X

2001-03-23 Thread Steve Fyfe
] Subject:Tomcat dies on OS X I'm running tomcat 3.2.1. on Mac OS X Public Beta and after starting tomcat up, it will suddenly die not respond...When I shut it down it throws me some errors pertaining to the HttpConnectionHandler class. When I try to startup again, it throws the same

Tomcat dies on OS X

2001-03-22 Thread sandeep parikh
I'm running tomcat 3.2.1. on Mac OS X Public Beta and after starting tomcat up, it will suddenly die not respond...When I shut it down it throws me some errors pertaining to the HttpConnectionHandler class. When I try to startup again, it throws the same error. If I change the port number in

Re: Tomcat dies on OS X

2001-03-22 Thread miles poindexter
Have you tried using 127.0.0.1:8080 instead of localhost:8080? I'm just throwing out ideas here. BTW, are you using the default port 8080 or did you change it to use another port? How is Tomcat finding your JVM? did you create a CLASSPATH var in your /etc/csh.cshrc file? I had weird sluggish