The Proxy page in the Log Analyzer Preferences notebook allows you to manage proxy settings.
To view this page, launch the Log Analyzer from the app_server_root/bin/waslogbr directory.
To view The Appearance page of the Log Analyzer Preferences
notebook, launch the Log Analyzer from the app_server_root\bin\waslogbr.bat directory.
Click File > Preferences > Proxy.
The symptom database included in the Log Analyzer package contains entries for common events and errors. New versions of the symptom database provide additional entries. Download new versions of the database from the IBM FTP site. The URL for the FTP site is located in the app_server_root/bin/ivblogbr.properties file.
The default setting for the FTP site is: ftp://ftp.software.ibm.com/software/websphere/info/tools/loganalyzer/symptoms/std/symptomdb.xml
If your organization uses a FTP or SOCKS proxy server, contact your system administrator for the host name and port number of the proxy server.
%JAVA_HOME%\bin\java -DIVB_HOME=%USERPROFILE%/logbr ^ .... -Dftp.proxyHost=proxy_host -Dftp.proxyPort=port_number ^
$JAVA_HOME/bin/java -ms10m -mx255m -DIVB_HOME=$HOME/logbr \ .... -Dftp.proxyHost=proxy_host -Dftp.proxyPort=port_number \
%JAVA_HOME%\bin\java -DIVB_HOME=%USERPROFILE%/logbr ^ .... -DsocksProxyHost=proxy_host -DsocksProxyPort=port_number ^
$JAVA_HOME/bin/java -ms10m -mx255m -DIVB_HOME=$HOME/logbr \ .... -DsocksProxyHost=proxy_host -DsocksProxyPort=port_number \