Sorry, if you are trying to define "servletContext" , please refer any JSP
book. 

-----Original Message-----
From: Duncan [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 03, 2003 11:50 AM
To: Tomcat Users List
Subject: Re: Global Variables


Thanks for the replies, but what do I define servletContext as?

Many thanks
Duncan

Jardin Xavier wrote:

> use
>
> <context-param>
>  <param-name>param</param-name>
>     <param-value>value</param-value>
> </context-param>
>
> in the web.xml
>
> and String param = servletContext.getInitParameter("param");
>
> in the JSP.
>
> ----- Original Message -----
> From: "Duncan" <[EMAIL PROTECTED]>
> To: "Tomcat User List" <[EMAIL PROTECTED]>
> Sent: Wednesday, December 03, 2003 5:08 PM
> Subject: Global Variables
>
> > Is there a way to set global variables in the web.xml which can be read
> > by any JSP page?
> >
> > Cheers,
> > -Duncan
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


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

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

Reply via email to