The <servlet> tag in the web.xml supports <jsp-file> as well as
<servlet-class>.  You should be able to pass init-param's to
JSP's as well as servlets.

Larry

> -----Original Message-----
> From: James Hughes [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 09, 2001 5:23 AM
> To: Tomcat-User
> Subject: Passing paramters to JSPs
> 
> 
> Hi,
> 
> For my servlets I am using the web.xml file to provide (fairly static)
> parameters for the servlets.
> 
> I now have some JSPs, and was wondering how to do similar parameter
> passing - I cant find any cluse in the Servlet Specification 
> - does anybody
> know more about this?
> 
> Thanks,
> J
> 

Reply via email to