You can look at the deployment descriptor itself for the structure of the
elements:

http://java.sun.com/dtd/web-app_2_3.dtd

You can also find the same information in the Deployment Descriptor section
of the Servlet specification. There you'll also find examples and everything
you need to know about the grammar.

http://www.jcp.org/aboutJava/communityprocess/final/jsr053/

Justy


----- Original Message -----
From: "Sandra Castellanos" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 17, 2001 7:55 AM
Subject: context-param


> Hello,
>
> can anyone tell me where in the web.xml file must appear the tag
> <context-param>? I thought it should be inside the <web-app> one, but it
> won't work. When I start the web server (tomcat4.0 by the way) it sais
that
> tag is not allowed to be there.
> thx a lot
> SC
>
>
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://archives.java.sun.com/jsp-interest.html
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.jsp
>  http://www.jguru.com/faq/index.jsp
>  http://www.jspinsider.com
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to