[jboss-user] [JNDI/Naming/Network] - Re: RMI on HTTP with PROXY

indigeno314 do-not-reply at jboss.com
Tue Jul 3 05:03:20 EDT 2007


Good morning, 
i have find the solution.
To make rmi work via http with in a proxy means it is sufficient to set up in client the following properties using the method "System.setProperty(String key, String value)":

System.setProperty("http.proxySet", "true");
System.setProperty("http.proxyHost", "host address");
System.setProperty("http.proxyPort", "host port");

Greetings to everybody. 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059831#4059831

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059831



More information about the jboss-user mailing list