Re: Running Tomcat 4.1.27 without Jasper (or a JDK)?

2003-09-03 Thread Thomas Kellerer
Jon Skeet schrieb: Just out of curiosity: I'm wondering why you want to do that? The overhead of the JDK over JRE isn't that big and disk space isn't usually a problem. We distribute the JRE in our installation. I know these days you're allowed to distribute tools.jar (and javac.exe?) but the J

Re: Running Tomcat 4.1.27 without Jasper (or a JDK)?

2003-09-03 Thread Bill Barker
Yeah, well, it won't work with 3.3.0 (it will exhibit the intestinal behavior that you describe :). After the 3.3.0 release the Velocity people lobbied for a non-JSP Servlet-container, so with 3.3.1, we (with non-default options) gave it to them. "Jon Skeet" <[EMAIL PROTECTED]> wrote in message

RE: Running Tomcat 4.1.27 without Jasper (or a JDK)?

2003-09-02 Thread Jon Skeet
> Actually, removing Jasper from 3.3.1(a) is about the same as > for 4.1.x: You > just comment out the JspInterceptor element in server.xml, > and voila: you've > got a JSP-less Servlet-Container. I tried that at the time - I can't remember which version, I'm afraid - and if I didn't have Jas

Re: Running Tomcat 4.1.27 without Jasper (or a JDK)?

2003-09-02 Thread Bill Barker
Actually, removing Jasper from 3.3.1(a) is about the same as for 4.1.x: You just comment out the JspInterceptor element in server.xml, and voila: you've got a JSP-less Servlet-Container. Ok, to be helpful, for 4.1.x, you need to comment out all references to JspServlet in $CATALINA_HOME/conf/web.

RE: Running Tomcat 4.1.27 without Jasper (or a JDK)?

2003-09-02 Thread Jon Skeet
> Just out of curiosity: I'm wondering why you want to do that? > > The overhead of the JDK over JRE isn't that big and disk > space isn't usually a problem. We distribute the JRE in our installation. I know these days you're allowed to distribute tools.jar (and javac.exe?) but the JRE we distr

Re: Running Tomcat 4.1.27 without Jasper (or a JDK)?

2003-09-02 Thread Thomas Kellerer
Jon Skeet schrieb: I'm trying to run Tomcat 4.1 (currently 4.1.27) without needing a full JDK. I don't need any JSP stuff whatsoever, just servlets. Does anyone know of a page explaining how to remove Jasper from Tomcat, or fancy explaining it here? I couldn't find anything in the archive (with

RE: Running Tomcat 4.1.27 without Jasper (or a JDK)?

2003-09-02 Thread Jon Skeet
> I don't think you need to do anything. But you probaly want > to do this: > - remove $CATALINA/common/lib/jasper-compiler.jar > - in $CATALINA/conf/web.xml - comment out boht jasper/jsp references > > If you don't use precompiled jsp's > - remove $CATALINA/common/lib/jasper-runtime.jar > > You

Re: Running Tomcat 4.1.27 without Jasper (or a JDK)?

2003-09-02 Thread Tim Funk
I don't think you need to do anything. But you probaly want to do this: - remove $CATALINA/common/lib/jasper-compiler.jar - in $CATALINA/conf/web.xml - comment out boht jasper/jsp references If you don't use precompiled jsp's - remove $CATALINA/common/lib/jasper-runtime.jar You might not need $CATA