RE: OT: How to use JSP outside of tomcat

2013-07-24 Thread Martin Gainty
; Date: Wed, 24 Jul 2013 13:22:36 -0400 > Subject: OT: How to use JSP outside of tomcat > From: aryeh.fried...@gmail.com > To: users@tomcat.apache.org > > I have a number of documents that are very template like and ideal for > JSP that are 1) not intended for the web and 2) nee

Re: OT: How to use JSP outside of tomcat

2013-07-24 Thread Michael-O
Am 2013-07-24 19:22, schrieb Aryeh Friedman: I have a number of documents that are very template like and ideal for JSP that are 1) not intended for the web and 2) need to be automatically batch processed (the output stored in output files). How do I call the JSP processor from them command line?

OT: How to use JSP outside of tomcat

2013-07-24 Thread Aryeh Friedman
I have a number of documents that are very template like and ideal for JSP that are 1) not intended for the web and 2) need to be automatically batch processed (the output stored in output files). How do I call the JSP processor from them command line? (it takes tomcat too long to see updated files