RE: How do I precompile JSP files for final Production use?

2001-01-23 Thread Ciot, Thierry
, Don [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 23, 2001 9:07 AM To: '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: RE: How do I precompile JSP files for final Production use? Michael, I don't want to install the JDK onto the server either. It is too big. Whe

RE: How do I precompile JSP files for final Production use?

2001-01-23 Thread Michael Wentzel
> I don't want to install the JDK onto the server either. It is > too big. When > I install my app I will install Tomcat to use http as the transport > mechanism. > > Is there a way around having to install the JDK at all? The other option is to compile the jsp's somewhere else and copy over th

RE: How do I precompile JSP files for final Production use?

2001-01-23 Thread Hobson, Don
ECTED]] Sent: Tuesday, January 23, 2001 7:03 AM To: '[EMAIL PROTECTED]' Subject: RE: How do I precompile JSP files for final Production use? > I don't want the files to be compiled at startup. I don't want them > to ever have to be compiled once installed on the users ma

RE: How do I precompile JSP files for final Production use?

2001-01-23 Thread Michael Wentzel
> I don't want the files to be compiled at startup. I don't want them > to ever have to be compiled once installed on the users machine. > I want to compile them, package the .class files and ship my > application. > > Has anyone tried this with success? I don't want to install the JDK on > the

Re: How do I precompile JSP files for final Production use?

2001-01-22 Thread Nick Holloway
[EMAIL PROTECTED] (Ciot, Thierry) writes: > o You can't have a JSP page include a file one directory level up (that is > page.jsp using <%@include file="../xxx.jsp"%>) See my post last Friday "jspc > problem when including files (relative)" (no answer yet) I didn't see your original message, but

RE: How do I precompile JSP files for final Production use?

2001-01-22 Thread Ciot, Thierry
on. Has anyone tried this with success? I don't want to install the JDK on the users machine, as I assume I will have to. Just the JVM. -Don -Original Message- From: Michael Wentzel [mailto:[EMAIL PROTECTED]] Sent: Monday, January 22, 2001 6:47 AM To: '[EMAIL PROTECTED]' Subject

RE: How do I precompile JSP files for final Production use?

2001-01-22 Thread Hobson, Don
e users machine, as I assume I will have to. Just the JVM. -Don -Original Message- From: Michael Wentzel [mailto:[EMAIL PROTECTED]] Sent: Monday, January 22, 2001 6:47 AM To: '[EMAIL PROTECTED]' Subject: RE: How do I precompile JSP files for final Production use? Another

RE: How do I precompile JSP files for final Production use?

2001-01-22 Thread Michael Wentzel
Another way to do this is write a servlet that will make a request to all jsp's in your webapp at startup. This takes care of the class name translations and such. --- Michael Wentzel Software Developer http://www.aswethink.com">Software As We Think mailto:[EMAIL PROTECTED]">Michael Wentzel ---