
Integrity Advanced Server Installation Guide
23
To configure a proxy server (in a standard installation):
1. Edit
~/engine/bin/catalina.sh
, replacing the line:
JAVA_OPTS="-Xms256M -Xmx512M -Djava.awt.headless=true"
with the line:
JAVA_OPTS="-Xms256M -Xmx512M -Djava.awt.headless=true -DproxyHost=true
-Dhttp.proxyHost=
hostname
-Dhttp.proxyPort=
port
-Dhttps.proxyHost=
hostname
-Dhttps.proxyPort=
port
"
2. Save the file.
3. Restart
integrityd
by issuing:
/etc/init.d/integrityd stop
/etc/init.d/integrityd start
To configure a proxy server (if the JAVA_OPTS environment variable is
already set):
1. Use the appropriate
setenv
call to reset the value of
JAVA_OPTS
to:
"-Xms256M -Xmx512M -Djava.awt.headless=true -DproxyHost=true
-Dhttp.proxyHost=
hostname
-Dhttp.proxyPort=
port
-Dhttps.proxyHost=
hostname
-Dhttps.proxyPort=
port
"
Updating the logo
If you want the Integrity Advanced Server user interface to display your company’s
logo, you must specify the image file for your logo.
To update the logo:
1. Log in as root.
[root@localhost /] #
2. Copy your logo image file over the default file.
[root@localhost /usr/local]
# cp engine/webapps/ROOT/images/misc/<your_logo>.png engine/
webapps/ROOT/images/misc/cobrand_logo.png
The Integrity Advanced Server user interface will now display your logo.