I always thought (or at least the docs have said) that one can override the default servlet. The same should be true with the jsp servlet too.

-Tim

Shapira, Yoav wrote:

Howdy,
Did you comment out the jsp servlet definition in
$CATALINA_HOME/conf/web.xml?  You can only have one servlet with that
name "jsp".  The above is the global web.xml which is read in addition
to your application's web.xml.  Most people simply leave the JSP servlet
definition in the global web.xml and don't add it to their own webapp's
web.xml.

Yoav Shapira
Millennium ChemInformatics



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



Reply via email to