WebSphere Application Server Network Deployment, Version 6.0.x     Operating Systems: AIX, HP-UX, Linux, Solaris, Windows

Log Analyzer Preferences notebook - Proxy

To view this page, launch the Log Analyzer, install_root/bin/waslogbr on UNIX systems or install_root\bin\waslogbr.bat on Windows NT or Windows 2000 systems. 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 file: install_dir/bin/ivblogbr.properties.

The default setting for the FTP site is: ftp://ftp.software.ibm.com/software/websphere/info/tools/loganalyzer/symptoms/std/symptomdb.xml

You can update your symptom database in one of two ways:
  1. Download a new version from the FTP site, and replace your existing database with the new version. Your database is: install_dir/symptoms/std/symptomdb.xml.
  2. Use the Log Analyzer graphical user interface (GUI) to update your database by selecting: File -> Update database -> WebSphere Application Server Symptom Database (for WebSphere Application Server) or WebSphere Application Server Network Deployment Symptom Database for WebSphere Application Server Network Deployment.

Setting the proxy definition

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.

If you use the Log Analyzer GUI to update the database, you can add a proxy definition to the Proxy Preferences page as described below:
  1. Select File -> Preferences -> Proxy.
  2. Select the appropriate proxy type.
  3. Enter the host name and port number of the proxy server on the Proxy panel.
If you do not use the Log Analyzer GUI, add the proxy definition to the command that launches Log Analyzer.
  • Do the following to add the proxy definition for the FTP proxy server:
    • For Windows systems:
      1. Modify file: install_dir\bin\waslogbr.bat.
      2. Add the following text to the file:
        %JAVA_HOME%\bin\java -DIVB_HOME=%USERPROFILE%/logbr ^
        ....
        -Dftp.proxyHost=proxy_host -Dftp.proxyPort=port_number ^
        
        
    • For UNIX:
      1. Modify file: install_dir/bin/waslogbr.
      2. Add the following text to the file:
        $JAVA_HOME/bin/java -ms10m -mx255m -DIVB_HOME=$HOME/logbr \
        ....
        -Dftp.proxyHost=proxy_host -Dftp.proxyPort=port_number \
        
        
  • Do the following to add the proxy definition for the SOCKS proxy server:
    • For Windows systems:
      1. Modify file: install_dir\bin\waslogbr.bat.
      2. Add the following text to the file:
        %JAVA_HOME%\bin\java -DIVB_HOME=%USERPROFILE%/logbr ^
        ....
        -DsocksProxyHost=proxy_host -DsocksProxyPort=port_number ^
        
        
    • For UNIX:
      1. Modify file: install_dir/bin/waslogbr.
      2. Add the following text to the file:
        $JAVA_HOME/bin/java -ms10m -mx255m -DIVB_HOME=$HOME/logbr \
        ....
        -DsocksProxyHost=proxy_host -DsocksProxyPort=port_number \
        
        



Reference topic    

Terms of Use | Feedback

Last updated: Mar 17, 2005 4:28:29 AM CST
http://publib.boulder.ibm.com/infocenter/ws60help/index.jsp?topic=/com.ibm.websphere.nd.doc/info/ae/ae/utrb_jflaproxpref.html

© Copyright IBM Corporation 2002, 2005. All Rights Reserved.
This information center is powered by Eclipse technology. (http://www.eclipse.org)