RE: 302 Error with XMLRPC app

2009-10-29 Thread Mike Baranski
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

RE: 302 Error with XMLRPC app

2009-10-29 Thread Caldarale, Charles R
> 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

RE: 302 Error with XMLRPC app

2009-10-29 Thread Mike Baranski
: 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' >

RE: 302 Error with XMLRPC app

2009-10-29 Thread Caldarale, Charles R
> 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

RE: 302 Error with XMLRPC app

2009-10-29 Thread Mike Baranski
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

RE: 302 Error with XMLRPC app

2009-10-29 Thread Caldarale, Charles R
> 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 required by the spec, since t