BTC USD 86,279.2 Gold USD 4,362.29
Time now: Jun 1, 12:00 AM

Is there a way to execute a JSP from the comandline or from my own application?

markasandre

Freshie
Messages
4
Joined
Jan 23, 2010
Messages
4
Reaction score
0
Points
3
There is a little tool called JSPExecutor that allows you to do just that. The developers (Hendrik Schreiber <[email protected]> & Peter Rossbach <[email protected]>) aim was not to write a full blown servlet engine, but to provide means to use JSP for generating source code or reports. Therefore most HTTP-specific features (headers, sessions, etc) are not implemented, i.e. no reponseline or header is generated. Nevertheless you can use it to precompile JSP for your website.
 
Back
Top
Log in Register