This is not a Portal or AS specific question... :)
Anyway, the property you are looking for is: http.nonProxyHosts
anonymous wrote :
| http.nonProxyHosts indicates the hosts which should be connected too directly and not
through the proxy server. The value can be a list of hosts, each seperated by a |, and in
addition a wildcard character (*) can be used for matching. For example:
-Dhttp.nonProxyHosts="*.foo.com|localhost".
|
according to
http://java.sun.com/j2se/1.5.0/docs/guide/net/properties.html
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4185690#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...