I am trying to access a REST service from within an application deployed in
Tomcat but, however, this call seems to fail:

PostMethod method = new PostMethod("http://...";);

I am able to call the same service using PostMethod from a junit test. Any
thoughts?
-- 
View this message in context: 
http://www.nabble.com/PostMethod-call-fails-in-Tomcat-tp20822909p20822909.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to