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

RE: Tomcat dies on OS X

2001-03-23 Thread Steve Fyfe
It runs fine for me when I start it from a Terminal window using the Tomcat.sh script. I did make sure to define the TOMCAT_HOME and JAVA_HOME environment variables first. And I am using it with Apache, not standalone. How did you get it started? What exactly did you get for a stack trace? You

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