RE: pre-compilation of JSP

2001-07-11 Thread Randy Layman
:37 PM To: [EMAIL PROTECTED] Subject: pre-compilation of JSP hi all, I am working on pre-compilation of JSP But problem for me is when I type the following command jspc -webxml c:\web.xml -uriroot c:\cosmo\jsp -webapp example.jsp the above command automatically generates web.xml

RE: pre-compilation of JSP

2001-07-11 Thread Saritha Pula
: pre-compilation of JSP This is fragment from a message posted by Sopie several weeks ago that I've kept because it answers this very question: I am using the options: -uriroot /$TOMCAT_HOME/webapps/AppName -d /$TOMCAT_HOME/webapps/AppName/WEB-INF/classes

pre-compilation of JSP

2001-07-10 Thread Saritha Pula
hi all, I am working on pre-compilation of JSP But problem for me is when I type the following command jspc -webxml c:\web.xml -uriroot c:\cosmo\jsp -webapp example.jsp the above command automatically generates web.xml but with no contents in it Java file is not generated for the specified

Pre-compilation of JSP

2001-07-06 Thread Saritha Pula
Hi We had been provided with JSPC for pre-compilation of JSP in tomcat.. But problem is I am unable to generate web.xml file with new JSP file mapping like if I give this command jspc -webxml pweb.xml -uriroot c:\myapp *.jsp the above should actualy convert all JSP files in directory myapp

Pre-compilation of JSP

2001-07-06 Thread Saritha Pula
Hi We had been provided with JSPC for pre-compilation of JSP in tomcat.. But problem is I am unable to generate web.xml file with new JSP file mapping like if I give this command jspc -webxml pweb.xml -uriroot c:\myapp *.jsp the above should actualy convert all JSP files in directory