> > The only > > information I have been able to find so far is that there should be more > > information in one of the logs, but I can't find any additional information in > > any of the logs I've found. > > Yup, more info should have appeared in one or more log files. Are you on > MS Windows or UNIX? Take a look in your TOMCAT_HOME/logs directory and > basically look at everything. If an app fails to start up, you usually > get a message in appname_log_[date].txt, localhost_log_[date].txt, or > catalina.out, which should be found in that directory. > > If you don't see those files, or if you don't see anything in them, it's > possible that logging has been disabled somehow. Try adding 'debug="99"' > to your <Engine>, <Host>, and <Context> elements in your server.xml file. > > Then, start TC again and see what it dumps out.
I'm sorry I wasn't clear before. I did find those logs, but they only contained the same information as displayed by the webserver (no stack trace or anything). The servlet actually started working when I restarted tomcat, so I still don't know what went wrong, but at least I'm operational again. Thanks for the help. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]