exception logging in tomcat 5.5

2005-02-07 Thread Christian Sell
Hello, I just installed Tomcat 5.5.7 and ran my first webapp. I was rather disturbed that exception information only appeared on the default error page, but nowhere in the logs! In fact, in the out-of-the-box install, there were no logs written at all! I went through the docs and found a

Re: Version 3.1 works and 3.2 doesn't

2000-12-11 Thread Christian Sell
This may or may not concern your problem: One change that I have noticed and that had me wondering for an hour or two was the fact that 3.2 treats paths and filenames case-sensitive under Windows OSs. With me, a taglib wasn't found because my META-INF directory was in fact named

security-constraint url-pattern not working

2000-12-10 Thread Christian Sell
Hello, The following url-pattern in a security-constraint in my WEB.XML causes the page WCPAdmin.jsp (which resides in a subdirectory below the context root) to be protceted under Orion and JRun, whereas Tomcat lets me access it without any constraints: url-pattern*/WCFAdmin.jsp/url-pattern

Re: container managed authentication - how?

2000-12-05 Thread Christian Sell
Message - From: "Joakim Verona" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 05, 2000 11:08 AM Subject: Re: container managed authentication - how? hello, try reading the server.xml file. you must activate an interceptor. you can choose from several. Christian

Re: container managed authentication - how?

2000-12-05 Thread Christian Sell
PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 05, 2000 11:08 AM Subject: Re: container managed authentication - how? hello, try reading the server.xml file. you must activate an interceptor. you can choose from several. Christian Sell wrote: hello, I just installed