I can't speak for the HP-UX JVM but I am running Tomcat with just the JRE in Windows.
The steps to do that are: 1) Copy the tools.jar from the JSDK to the lib directory in the JRE, this contains the java compiler library, used for compiling JSP pages. 2) Modify the startup script for Tomcat (setclasspath.bat) and remove the checks for jdb.exe and javac.exe "Pfingstl Gernot" <[EMAIL PROTECTED]> wrote on 19.12.2002 15:39:44: > In RUNNING.txt there is the sentence, that I have to install a JDK > before running TOMCAT - is there a possibility to run TOMCAT in > conjunction with the JRE only? (On our HP-UX, there's only JRE installed). > > If yes, is there some guideline what to change, because in the > startup scripts there will be checked if jdo and javac is present. > > Thanks, > Gernot > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> >
