Mark,

Try to use -webinc option and include generated web.xml in the application's
deployment descriptor.
This will map all the generated Java classes to the corresponding JSP URLs.

Regards,
Rossen

> -----Original Message-----
> From: Mark O'Driscoll [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 19, 2002 6:27 AM
> To: Tomcat Users List
> Subject: Precompilation
> 
> 
> Hi,
> 
> I currently recompile all my jsp's using jspc and update the 
> entries in
> web.xml as created by jspc.
> 
> This is fine but not quite what I want. One of the problems is that my
> default welcome page is index.jsp which, of course, is
> no longer there when the file is precompiled. I have got 
> around this by
> having a index.html that redirects after 0 secs to index.jsp.
> 
> Any solution to this?
> 
> I would like to be precompile so that all jsp go into
> localhost/work/<application>fred$jsp.{java,class} as tomcat 
> does. Any easy
> way to do this?
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to