Databases Reference
In-Depth Information
[webadmin@web01]$ mkdir ~/plugin-tmp
[webadmin@web01]$ cd ~/plugin-tmp
[webadmin@web01]$ unzip ../WLSPlugins11g*.zip WLSPlugin11g-64bit-
Apache2.2-linux64-x86_64.zip
[webadmin@web01]$ unzip WLSPlugin11g-64bit-Apache2.2-
linux64-x86_64.zip
2. Stop the Apache HTTP Server if it is already running:
[webadmin@web01]$ $APACHE_HOME/bin/apachectl stop
3. Copy the plug-in files to Apache lib directory:
[webadmin@web01]$ cp ~/plugin-tmp/lib/* /oracle/apache/lib/
4. Create and edit a new file named httpd-weblogic.conf to hold the plug-in
configuration file:
[webadmin@web01]$ vi $APACHE_HOME/conf/extra/httpd-weblogic.conf
5. Add the following lines to the file:
LoadModule weblogic_module lib/mod_wl.so
<Location />
SetHandler weblogic-handler
WebLogicCluster prodsrv01.domain.local:8001,prodsrv02.domain.
local:8002,prodsrv03.domain.local:8003,prodsrv04.domain.local:8004
</Location>
6. Type :wq! to save the file and exit.
7. Open and edit the Apache configuration httpd.conf file:
[webadmin@web01]$ vi $APACHE_HOME/conf/httpd.conf
8. Locate the following lines at the end of file:
# Supplemental configuration
#
# The configuration files in the conf/extra/ directory can be
# included to add extra features or to modify the default
configuration of
# the server, or you may simply copy their contents here and
change as
# necessary.
9. Include the plug-in configuration file just after the previous lines:
# Supplemental configuration
#
# The configuration files in the conf/extra/ directory can be
# included to add extra features or to modify the default
 
Search WWH ::




Custom Search