My webapp performs HTTP POST requests to another site. I would like to store
the URL and the port of the remote site in the context.xml. How could I do
this?
So far I have added the following to the context.xml:

<Resource name="http/mprm" auth="Container"
type="java.net.HttpURLConnection;"
url="http://remotehost:8080"/>
-- 
View this message in context: 
http://old.nabble.com/Put-URL-in-context.xml-tp31041581p31041581.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to