tags:

views:

55

answers:

2

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
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
Jikes was a Java compiler, not a JSP compiler.
Pointy