> From: motit [mailto:moti....@expand.com]
> Subject: Using precompiled JSPs
>
> I compiled my JSPs (using tomcat's org.apache.jasper.JspC)

Did you use the suggested ant script, or did you roll your own mechanism?

> and located them at the same place as all my classes in the
> WAR (WEB-INF/classes).

Under the proper package name hierarchy?

> I found out the tomcat translate the JSPs to servlets and
> compile them again under the "work" directory.

You likely did not update your WEB-INF/web.xml with the servlet mappings.

> (I followed the tomcat instructions)

Exactly which instructions did you follow?

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to