RE: OT: How to use JSP outside of tomcat

2013-07-24 Thread Martin Gainty
Documentation hasnt caught up with functionality so its catch as catch can but this should get you to what you need pom.xml 4.0.0 fu bar org.codehaus.mojo.jspc jspc-maven-plugin false ${basedir}/myapp/src/main/webapp/

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?