Steve Kirk wrote: > At a guess, you are seeing the > UnavailableException manifested as a 404 error in your > browser, like this: "HTTP Status 404 - Servlet hemlock is not > available", rather than an UnavailableException ?
Yes, exactly. Which isn't a problem -- except I can't find the *actual* error anywhere. > PS I just ran my own test of UnavailableException along the > same lines that you described, and found that my custom UE > message was not shown in the browser, but WAS logged in my catalina > log file: > > 2004-10-25 17:30:31 StandardWrapperValve[uethrower]: > Servlet.service() for servlet uethrower threw exception > javax.servlet.UnavailableException: MY UE MSG > at myWebApp.test.UEThrower.doGet(UEThrower.java:24) ... > 2004-10-25 17:30:31 StandardContext[/ao]Marking servlet uethrower as > unavailable Uh, where is this log file? I have a "Tomcat 5.0" directory, and under it a "logs" directory, but it's not in any of those. And I have not been able to find anything that looks like a log anywhere else. -- Chris --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
