For an Oracle 10g web server running in Apache 2.x mode, both the LD_LIBRARY_PATH and PATH variables need to be set in the apachectl script. The LD_LIBRARY_PATH is automatically added to the apachectl script. The location of the apachectl script varies according to your version of OHS:
OHS_home/Apache/Apache/conf/
Note: Apache 1.3x is not supported with Oracle 10g on Windows Server 2003.
OHS_home/ohs/conf/
Note: Apache 2.x is supported with Oracle 10g on Windows Server 2003 for r12.0 SP2 Web Agents.
To set the PATH variable, add the following entry to the apachectl script:
PATH=Path_of_webagent_install/bin:${PATH} ; export PATH
Copyright © 2006 CA. All rights reserved. | Email CA about this topic |