Lots of portlets available in Sun Java System Portal Server render content from the internet. As portal server is deployed on Application Server or Web Server, below settings can be done in the server configuration file. 

For Application Server its domain.xml and for Web Server it is server.xml

 
 <jvm-options>-Dhttp.proxyHost=webcache.india.sun.com</jvm-options>
<jvm-options>-Dhttp.proxyPort=8080</jvm-options>
<jvm-options>-Dhttp.nonProxyHosts=abc.india.sun.com|xyz.france.sun.com|localhost</jvm-options>

 
 You will also need to modify the startup script for the app server i.e asenv.conf

AS_NATIVE_LAUNCHER="false"

Comments:

Post a Comment:
  • HTML Syntax: NOT allowed

This blog copyright 2009 by Ajit Kamble