Re: How do I call JspC manually?

2014-09-01 Thread Aaron Lewis
BTW the ant way works fine. I'm just trying to understand how the JspC class works On Tue, Sep 2, 2014 at 10:24 AM, Aaron Lewis wrote: > Thanks K, > > Maybe I did something incorrectly? > > %> ./bin/tool-wrapper.sh org.apache.jasper.JspC -uriroot 123 -l -s -v > -d temp -compile -webapp 123 > Sep

Re: How do I call JspC manually?

2014-09-01 Thread Aaron Lewis
Thanks K, Maybe I did something incorrectly? %> ./bin/tool-wrapper.sh org.apache.jasper.JspC -uriroot 123 -l -s -v -d temp -compile -webapp 123 Sep 02, 2014 10:19:37 AM org.apache.jasper.JspC processFile INFO: Built File: /cmd.jsp [PWD: /run/shm/tomcat6] %> ls -R 123 123: ./ ../ cmd.jsp temp/

Re: How do I call JspC manually?

2014-09-01 Thread Konstantin Kolinko
2014-09-01 10:48 GMT+04:00 Aaron Lewis : > Hi, > > It looks like org.apache.jasper.JspC has a main() method defined, > So how should I call it to generate the desired .class file? 1) http://tomcat.apache.org/tomcat-8.0-doc/jasper-howto.html#Web_Application_Compilation 2) Generally, bin/tool-wrap

How do I call JspC manually?

2014-08-31 Thread Aaron Lewis
Hi, It looks like org.apache.jasper.JspC has a main() method defined, So how should I call it to generate the desired .class file? -- Best Regards, Aaron Lewis - PGP: 0x13714D33 - http://pgp.mit.edu/ Finger Print: 9F67 391B B770 8FF6 99DC D92D 87F6 2602 1371 4D33