Charles

The uniques references to jsp in the original Geoserver WEB-INF/web.xml are:

 <welcome-file-list>
    <welcome-file>index.jsp</welcome-file>
  </welcome-file-list>

  <error-page>
        <exception-type>java.lang.Exception</exception-type>
                <location>/WEB-INF/pages/errors/Exception.jsp</location>
  </error-page>
  <error-page>
        <exception-type>javax.servlet.ServletException</exception-type>
                <location>/WEB-INF/pages/errors/Exception.jsp</location>
  </error-page>
  <error-page>
<exception-type>org.vfny.geoserver.global.ConfigurationException</exception-type>
                <location>/WEB-INF/pages/errors/Exception.jsp</location>
  </error-page>


 I attached the Geoserver WEB-INF/web.xml.

Also, there are others files xml & tld in directory webapps\geoserver\WEB-INF.

 This files ares
   action-servlet.xml
   dispatcher-servlet.xml
   jetty-web.xml
   org.openplans.geoserver-servlet.xml
   struts-bean.tld
   struts-config.xml
   struts-html.tld
   struts-logic.tld
   struts-nested.tld
   struts-template.tld
   struts-tiles.tld
   tiles-defs.xml
   validation.xml
   validator-rules.xml
   web.xml
Thank


Abel


"Caldarale, Charles R" <chuck.caldar...@unisys.com> escribió:

From: aqu...@itssaconsulting.com [mailto:aqu...@itssaconsulting.com]
Subject: RE: Error JSP don`t support on tomcat 6.0

I added, in the end of web.xml, this sequences

If you mean you added them to the Geoserver WEB-INF/web.xml, that's the wrong thing to do. The JSP servlet is already mapped in Tomcat's conf/web.xml file, which is shared by all webapps. By duplicating that in Geoserver's WEB-INF/web.xml, you will create conflicts.

Look through the Geoserver WEB-INF/web.xml to see if it already maps some URL pattern that overrides Tomcat's defaults.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org






----------------------------------------------------------------
Este mensaje fue enviado a traves de www.coopenetlujan.com.ar

Attachment: web.xml
Description: XML document

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to