Re: PostMethod call fails in Tomcat

2008-12-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 kpalania, kpalania wrote: 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 call fails in Tomcat

2008-12-03 Thread kpalania
://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

Re: PostMethod call fails in Tomcat

2008-12-03 Thread Leon Rosenberg
On Wed, Dec 3, 2008 at 11:17 PM, kpalania [EMAIL PROTECTED] wrote: 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

RE: PostMethod call fails in Tomcat

2008-12-03 Thread Martin Gainty
and Sender does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. Date: Wed, 3 Dec 2008 14:17:58 -0800 From: [EMAIL PROTECTED] To: users@tomcat.apache.org Subject: PostMethod call fails in Tomcat