I'm searching for a tool, which compiles a JSP file into a Java file without using a servletcontainer like Tomcat or something else. Can anyone help me out?
+4
A:
There is an ant task that is shipped with tomcat that precompiles the jsps:
Maurice Perry
2010-04-14 07:23:28
A:
Tomcat mentions Jikes as another compiler, but it looks like it is no longer maintained.
http://tomcat.apache.org/tomcat-6.0-doc/jasper-howto.html#Using Jikes
http://jikes.sourceforge.net/
Michael Munsey
2010-04-14 07:41:41
Jikes was a Java compiler, not a JSP compiler.
Pointy
2010-04-14 17:47:54