> From: Mike Baranski [mailto:list-subscripti...@secmgmt.com]
> Subject: RE: 302 Error with XMLRPC app
> 
> Webapp is in /var/www/apache-tomcat-5.5.27/webapps/xmlrpc-status.war

Change the servlet mapping in your WEB-INF/web.xml to:

    <servlet-mapping>
        <servlet-name>XmlRpcServlet</servlet-name>
        <url-pattern>/*</url-pattern>
    </servlet-mapping>

The URL path of the webapp must not be included in the <url-pattern>.

 - 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

Reply via email to