TOMCAT + HttpURLConnection

2005-01-17 Thread Karthik N S
Hi Apologies I would like to use the 'HttpURLConnection' API to POST 'start/stop/reload' to Tomcat Manager URL 'http://192.168.10.64:8080/manager/html/start?path=/XYZ' , So can I Code this and Do I need the Proxy Authorization to do the same. Please send Some Code

Re: TOMCAT + HttpURLConnection

2005-01-17 Thread Ben Souther
This might be of interest to you: http://jakarta.apache.org/commons/httpclient/ On Mon, 2005-01-17 at 06:41, Karthik N S wrote: Hi Apologies I would like to use the 'HttpURLConnection' API to POST 'start/stop/reload' to Tomcat Manager URL

Re: TOMCAT + HttpURLConnection

2005-01-17 Thread Mark Thomas
Karthik N S wrote: ** *Hi* *Apologies* ** *I would like to use the 'HttpURLConnection' API to POST 'start/stop/reload' to Tomcat Manager URL* *'http://192.168.10.64:8080/manager/html/start?path=/XYZ' , * * So can I Code this and Do I need the Proxy Authorization to