Re: Tomcat Performance

2002-01-09 Thread Moritz Mann
Tomcat 4.0.1, Solaris 8, Sun Enterprise 220. Brown Bay wrote: > > Moritz, > > Thanks for your reply. Can you tell me what webserver and platform you are > running your application on. (for reference) > > Thanks. > > Brown > - Original Message - > From

Re: Tomcat Performance

2002-01-09 Thread Moritz Mann
f it running from the same or different machines. > > Thanks. > > Brown. > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> -- moritz mann ju

Re: error-page directive does not catch HTTP STATUS 500 errors!

2002-01-09 Thread Moritz Mann
anyone already have found a solution? > > This looks similar to http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5725 > > Remy > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> -- moritz mann junior engineer open systems ag raeffelstrasse 29 ch-8045 zurich t: +41 1 455 74 00 f: +41 1 455 74 01 mailto:[EMAIL PROTECTED] http://www.open.ch smime.p7s Description: S/MIME Cryptographic Signature

error-page directive does not catch HTTP STATUS 500 errors!

2002-01-09 Thread Moritz Mann
Hi all, I am using a tomcat 4.0.1 standalone running on Unix. I configured my web.xml like the following: java.lang.Throwable /errors/err-except.html 500 /errors/err-code500.html 404 /errors/err-code404.html the code should catch all erro