> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Subject: Re: How can JSPs be part of an integrated component?
> 
> public final class banner_jsp
>   extends org.apache.jasper.runtime.HttpJspBase
>    implements org.apache.jasper.runtime.JspSourceDependent

Jasper is not Tomcat-specific - it's used by a variety of containers to
translate JSPs into Java code, so as long as you package the Jasper
run-time with your webapp, I don't think you'll have a problem.

 - 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 start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to