RE: Can Tomcat run on JRE only?

2003-11-20 Thread Shapira, Yoav
Howdy, I just added this to the tomcat FAQ. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Rodrigo Ruiz [mailto:[EMAIL PROTECTED] >Sent: Thursday, November 20, 2003 9:40 AM >To: Tomcat Users List >Subject: Re: Can Tomcat run on JRE only? > >T

Re: Can Tomcat run on JRE only?

2003-11-20 Thread Rodrigo Ruiz
Thierry Thelliez wrote: My understanding is that the full JDK is needed for compiling JSPs. What if the JSPs are already compiled? Can on deploy a JSP site without the full JDK, only the JRE? Can I deploy the site without the JSP files themselves? With a copy of the work directory? AFAIK, the f

Re: Can Tomcat run on JRE only?

2003-11-20 Thread Florian Ebeling
Hi Thierry, you can compile JSPs into Java source code using the jspc. But this is rather meant for debugging and interpreting stack trace line numbers and the like. You could generate source and compile. But you still would have to invoke them. I don't know how one could convince the JSP-Servl

Can Tomcat run on JRE only?

2003-11-20 Thread Thierry Thelliez
My understanding is that the full JDK is needed for compiling JSPs. What if the JSPs are already compiled? Can on deploy a JSP site without the full JDK, only the JRE? Can I deploy the site without the JSP files themselves? With a copy of the work directory? Thanks, Thierry