Re: Can I use Tomcat with a JRE ?

2002-11-07 Thread David Morris
Ashwin, It works OK. With 4.1.12 on Windows, you have to comment/remove some of the JDK checks from setclasspath.bat. David Morris >>> [EMAIL PROTECTED] 11/07/02 10:06AM >>> Hi, In my application, I use pre-compiled jsps and package the webapplication as a WAR file. I would like to use JRE 1.

Re: Can I use Tomcat with a JRE ?

2002-11-07 Thread Craig R. McClanahan
On Thu, 7 Nov 2002, Ashwin Desai wrote: > Date: Thu, 7 Nov 2002 09:06:03 -0800 (PST) > From: Ashwin Desai <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Can I use Tomcat with a JRE ? > > Hi, > >

Can I use Tomcat with a JRE ?

2002-11-07 Thread Ashwin Desai
Hi, In my application, I use pre-compiled jsps and package the webapplication as a WAR file. I would like to use JRE 1.3.1 with Tomcat 4.0. Since I am using the JRE, there will be no "jar" executable available. Will Tomcat be able to extract the WAR file without the 'jar' executable ? Thanks a