Michael Wentzel wrote:
> > i writte this in the web.xml file and it reports me a error. Why?
> > thanks
> >
> > <context-param>
> > <param-name>Empresa</param-name>
> > </param-value>SN</param-value>
> > </context-param>
>
> If this is the exact text then it is because you are starting the
> param-value
> tag with an end tag. Replace the first </param-value> with <param-value>.
>
You also need to make sure that this entry is in the correct order in the
web.xml file, as defined by the DTD. Tomcat 4.0 uses a validating XML parser
to read this file, so you have to obey all the rule.s
>
> ---
> Michael Wentzel
Craig McClanahan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]