|
If you're using JRun, The JRunPro 2.3.1 release includes a utility called JSPC. The JSPC (JSP Compiler) is a java tool used to compile JSP pages to Java class files out of the context of a web server. This utility and more information is installed at this location:
/usr/local/jrun/contrib/jspc
Once you have pre-compiled your JSP files into Java files, you can then use Jikes or any other Java compiler to create Class files.
|