Running Tomcat without tools.jar (javac) after precompiling my jsp's.

2001-03-29 Thread Eric Wong
I do not want to ship tools.jar with our product, so I precompiled jsp's using jspc. I am able to precompile my jsp's using the following: set TOMCAT_HOME=where I installed Tomcat. set JSP_HOME=where I keep my JSP's. set JSP_TEMP=where I put the java files generated by

Running Tomcat without tools.jar (javac) after precompiling my jsp's.

2001-03-28 Thread Eric Wong
I am able to precompile my jsp's using the following: set TOMCAT_HOME=where I installed Tomcat. set JSP_HOME=where I keep my JSP's. set JSP_TEMP=where I put the java files generated by JSPC. set TOMCAT_WORK_FOLDER=where the .class files will go