Showing posts with label https-testserve. Show all posts
Showing posts with label https-testserve. Show all posts

Wednesday, April 17, 2013

How to configure Sunone Iplanet server for Weblogic server

Just follow the simple steps .... !
Step 1). Create a Web server running on port 8081 using the Admin Console of SunOne(port should be uniq).
Step 2). Copy over the plugin present in the following directory
C:\bea103\wlserver_10.3\server\plugin\win\32\proxy61.dll
To the Sun One Installation Directory
C:\Sun\WebServer6.1\plugins\lib
Step 3). Load the plugins by adding the following lines in magnus.conf present in
C:\Sun\WebServer6.1\https-testserver\configsu
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:\Sun\WebServer6.1\https-testserver\config
obj.conf

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

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

where rootCA.pem is the root certificate of Weblogic Server.
Step 4). Start the test server using startsvr.bat present in
C:\Sun\WebServer6.1\https-testserver
Step 5). Acess the Weblogic Console using the following url
http://localhost:8081/console