> 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 the target is not a static 
resource.  Try changing your URL to "http://192.168.1.15:8080/xmlrpc-status/"; 
(note the trailing slash).

 - 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