RE: pre-compilation of JSP

2001-07-11 Thread Saritha Pula
t: RE: 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/web

RE: pre-compilation of JSP

2001-07-11 Thread Randy Layman
isn't correct. Randy > -Original Message- > From: Saritha Pula [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 10, 2001 3:37 PM > To: [EMAIL PROTECTED] > Subject: pre-compilation of JSP > > > hi all, > I am working on pre-compilation of JSP

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 &qu

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

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