Configuring SunOne ( iPlanet) Webserver with Weblogic

Step 1). Create a Webserver running on port 8081 using the Admin Console of SunOne.

Step 2). Copy over the plugin present in the following directory
C:bea103wlserver_10.3serverpluginwin32proxy61.dll

To the Sun One Installation Directory

C:SunWebServer6.1pluginslib

Step 3). Load the plugins by adding the following lines in magnus.conf present in
C:SunWebServer6.1https-testserverconfig

magnus.conf

Init fn=”load-modules” funcs=”wl_proxy,wl_init” shlib=”C:/Sun/WebServer6.1/plugins/lib/
proxy61.dll”

To forward request to a Standalone Server add the following lines to obj.conf file present in
the following directory
C:SunWebServer6.1https-testserverconfig

obj.conf

Service fn=”wl_proxy” WebLogicHost=localhost WebLogicPort=7001 WLLogFile=”C:/Sun/

WebServer6.1/https-testserver/logs/proxy.log” Debug=ALL DebugConfigInfo=ON

To forward request to a CLuster we need to add the following in the bj.conf file

Service fn=”wl_proxy” WebLogicCluster=”localhost:7001,localhost:7003? WLLogFile=”C:/

Sun/WebServer6.1/https-testserver/logs/proxy.log” Debug=ALL DebugConfigInfo=ON

To configure SSL Between SunOne Webserver and Weblogic Server, add the following in
the obj.conf file

Service fn=”wl_proxy” WebLogicHost=localhost WebLogicPort=7001 WLLogFile=”C:/

Sun/WebServer6.1/https-testserver/logs/proxy.log” Debug=ALL DebugConfigInfo=ON

SecureProxy=ON TrustedCAFile=”C:/Sun/WebServer6.1/https-testserver/rootCA.pem”

RequireSSLHostMatch=false

where rootCA.pem is the root certificate of Weblogic Server.

Step 4). Start the test server using startsvr.bat present in
C:SunWebServer6.1https-testserver

Step 5). Acess the Weblogic Console using the following url

http://localhost:8081/console/

5 comments

    1. Hi Meena, did u face any challenges following the steps on the post “Configuring SunOne ( iPlanet) Webserver with Weblogic” ?

  1. Hi WW team,

    In the illustration I could not found application proxying step. In the Apache configuration we define DocumentRoot. Similar to that here in SunOne what I need to configure? Which file I need to update that path?

    Thanks in Advance.

Comments are closed.