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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...