java.net.UknownHostException while using Jetspeed

  • Share
  • Share

Applies to:
Jetspeed

Description:
Occurs while using Jetspeed.

Cause:
Invalid server configuration.

JAVA-Jetspeed , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

  1. admin
    March 20th, 2009 at 10:28 | #1

    If you have a proxy, set the servlet engine JVM system properties for using a proxy to:
    java -DproxySet=true -DproxyHost= -DproxyPort=
    For Tomcat you can set TOMCAT_OPTS (CATALINA_OPTS in Tomcat 4):
    * Windows:
    set TOMCAT_OPTS=-DproxySet=true -DproxyHost= -DproxyPort= * Unix:
    export TOMCAT_OPTS=”-DproxySet=true -DproxyHost= -DproxyPort=
    * Excludes
    To exclude servers from being proxied, list them under the http.nonProxyHosts parameter separated by “|” delimiter:
    -Dhttp.nonProxyHosts=”localhost|*.mycompany.com”

  1. No trackbacks yet.