Start the Apache Web server

If you are starting the Web server as a Windows service, add WEB_SERVER_HOME\modules to the PATH variable from the Control Panel.

If you are starting the Web server from the command line, you can add WEB_SERVER_HOME\modules to the PATH environment variable from the command line before starting the Web server.

StepsVerifying that the redirector plug-in works correctly

  1. Verify that all the required libraries are copied to the libexec subdirectory of the Apache installation directory.

  2. Verify that the conn_config file exists in the Apache configuration directory.

  3. Verify that the Connector.WebApp directive is set correctly in the conn_config file. For example:

    Connector.WebApp /* = http://hostname:8080
    

    where hostname is the machine name where EAServer is installed, and 8080 is the EAServer HTTP port number, and “/*” appears immediately after Connector.WebApp.

  4. Start the Web server. If it starts successfully, a disclaimer similar to the following is written to the log file (/testarea/apache/logs/error_log):

    Confidential property of Sybase, Inc.
    (c) Copyright Sybase Inc. 1987, 2003
    All rights reserved.
    
    Use, duplication, or disclosure by the United States Government
    is subject to restrictions as set forth in FAR subparagraphs
    52.227-19 (a)-(d) for civilian agency contracts and DFARS 252.227-7013
    (c)(1)(ii) for Department of Defense contracts. Sybase reserves all
    unpublished rights under the copyright laws of the United States.
    Sybase, Inc., 1 Sybase Drive, Dublin, CA 94608 USA.
    
  5. Start EAServer on the host you specified in the conn_config file and from a Web browser, connect to the Web server’s default page.The redirector plug-in should redirect your request to EAServer’s home page. This is the hostname:port_number set in the Connector.WebApp directive in the conn_config file.