[jboss-user] [JBoss Portal] - java.net.UnknownHostException: www.w3.org

dboeckli do-not-reply at jboss.com
Fri Oct 24 07:01:21 EDT 2008


I am getting "java.net.UnknownHostException: www.w3.org" for following versions:
- jboss-portal-2.7.0.CR1-bundled
- jboss-portal-2.6.6.GA-bundled
- jboss-portal-2.4.2-bundled

jboss-portal-2.2.1-SP3-bundled worked well.

I am behind a Firewall, so i used this for the JVM:

  | -Dhttp.proxyHost=proxy2.ch.eds.com 
  | -Dhttp.proxyPort=8080 
  | -Dhttp.proxySet=true
  | -Dhttp.nonProxyHosts=localhost
  | 

The effect is a 407-HTTP-Error (Proxy Authentication Required). So i added this:

  | -Dhttp.proxyUser=myuserid
  | -Dhttp.proxyPassword=password
  | 
I get still the 407 error.

So my question: JBoss Portal is not working at all when you are offline, right? The same question applies for WSRP.

The information found here http://www.jboss.org/community/docs/DOC-12633 is showing how to get through a proxy (like i did with no success) but not how to work offline.

Many Thanks for you response




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

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



More information about the jboss-user mailing list