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, > > 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. It should work. > > 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 ? > Tomcat uses classes from the java.util.jar package to access WAR files internally -- it does not need any external "jar" utility. > Thanks a lot in advance > Ashwin. Craig -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
