Re: Disabling Asserts on Tomcat 5.0.x

2008-05-21 Thread Konstantin Kolinko
> > Program: ...Software Foundation\Tomcat 5.0\bin\tomcat5.exe > File: CheckFailureSnippet.cpp > Line: 41 > Whose code it is? AFAIK, service startup code for TC 5.5 and 6.0 for Windows comes from procrun project (http://commons.apache.org/daemon/procrun.html, search this mailing list archives for

RE: Disabling Asserts on Tomcat 5.0.x

2008-05-21 Thread Andrew Stine
> > From: Andrew Stine [mailto:[EMAIL PROTECTED] > > Subject: Disabling Asserts on Tomcat 5.0.x > > > > I'm having an issue running Tomcat 5.0.x on an IBM JVM.> > > Tomcat 5.0 is deprecated; please try with a supported version. I suggested this a month ago.

RE: Disabling Asserts on Tomcat 5.0.x

2008-05-20 Thread Caldarale, Charles R
> From: Andrew Stine [mailto:[EMAIL PROTECTED] > Subject: Disabling Asserts on Tomcat 5.0.x > > I'm having an issue running Tomcat 5.0.x on an IBM JVM. Tomcat 5.0 is deprecated; please try with a supported version. Also, since it works with the Sun JVM, you should probably pur

Disabling Asserts on Tomcat 5.0.x

2008-05-20 Thread Andrew Stine
Hello, I'm having an issue running Tomcat 5.0.x on an IBM JVM. We currently have a product which is heavily dependant on BOXi which uses Tomcat 5.0.27 to run its webapp. It runs fine on the Sun JVM. Due to business reasons however, we're being forced to switch from the Sun JVM to the IBM one, wh