Worked like a champ! Thanks, I was struggling.
>-Original Message-
>From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com]
>Sent: Thursday, October 29, 2009 1:12 PM
>To: Tomcat Users List
>Subject: RE: 302 Error with XMLRPC app
>
>> From: Mike Baranski
> 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:
XmlRpcServlet
/*
The URL
: Thursday, October 29, 2009 12:42 PM
>To: Tomcat Users List
>Subject: RE: 302 Error with XMLRPC app
>
>> From: Mike Baranski [mailto:list-subscripti...@secmgmt.com]
>> Subject: RE: 302 Error with XMLRPC app
>>
>> reply: 'HTTP/1.1 404 Not Found\r\n'
>
> From: Mike Baranski [mailto:list-subscripti...@secmgmt.com]
> Subject: RE: 302 Error with XMLRPC app
>
> reply: 'HTTP/1.1 404 Not Found\r\n'
Now we need more information about how you have Tomcat and your webapp set up.
Tomcat version?
How and where is the webapp depl
nal Message-
>From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com]
>Sent: Thursday, October 29, 2009 11:46 AM
>To: Tomcat Users List
>Subject: RE: 302 Error with XMLRPC app
>
>> From: Mike Baranski [mailto:list-subscripti...@secmgmt.com]
>> Subject: 302 Error wi
> From: Mike Baranski [mailto:list-subscripti...@secmgmt.com]
> Subject: 302 Error with XMLRPC app
>
> p = xmlrpclib.ServerProxy("http://192.168.1.15:8080/xmlrpc-status";)
> Any idea why I get the 302 error? My XML-RPC appears to be correct.
As I recall, the 302 is re
Here is my web.xml:
http://java.sun.com/dtd/web-app_2_3.dtd";>
Security Managment Consulting
XmlRpcServlet
org.apache.xmlrpc.webserver.XmlRpcServlet
XmlRpcServlet
/xmlrpc-status/*
I have the following java class:
package com.secmgmt.xmlrp