This topic describes how to change configuration settings for the Sun Java System Web Server (formerly Sun ONE Web Server and iPlanet Web Server), Version 6.0 and later.
Before you begin
When you install the Web server plug-ins for WebSphere Application Server, as described in Installing Web server plug-ins, the Plug-ins installation wizard configures the Web server. This topic describes how to configure the Sun Java System Web Server if you must change something in the existing configuration. Other procedures in Editing Web server configuration files describe configuring other supported Web servers.
Why and when to perform this task
Configure the Sun ONE Web Server 6.0 or Sun Java System Web Server, V6.1 and later, on a Linux, UNIX, or Windows platform.
Examples and messages are sometimes shown on more than one line for ease of presentation. Verify that each directive in a Web server configuration file is on one line.
Steps for this task
Service fn="as_handler" AddLog fn="as_term"
The location for the bootstrap.properties directive varies, depending on how you have configured your system. If the Web server and the application server are on separate machines, you have a remote installation.
If the two servers are on the same machine, you have a local installation.
Init fn="load-modules" funcs="as_init,as_handler,as_term" shlib="/opt/IBM/WebSphere/Plugins/bin/libns41_http.so" Init fn="as_init" bootstrap.properties="/opt/IBM/WebSphere/AppServer/profiles/default/config/ cells/sa_cell/nodes/webserver1_node/servers/webserver1/plugin-cfg.xml"
Init fn="load-modules" funcs="as_init,as_handler,as_term" shlib="/opt/IBM/WebSphere/Plugins/bin/libns41_http.so" Init fn="as_init" bootstrap.properties="/opt/IBM/WebSphere/Plugins/config/webserver1/plugin-cfg.xml"
Init fn="load-modules" funcs="as_init,as_handler,as_term" shlib="C:\IBM\WebSphere\Plugins\bin\ns41_http.dll" Init fn="as_init" bootstrap.properties= "C:\IBM\WebSphere\AppServer\profiles\default\config\cells\ sa_cell\nodes\webserver1_node\servers\webserver1\plugin-cfg.xml"
Init fn="load-modules" funcs="as_init,as_handler,as_term" shlib="C:\IBM\WebSphere\Plugins\bin\ns41_http.dll" Init fn="as_init" bootstrap.properties="C:\IBM\WebSphere\Plugins\config\webserver1\plugin-cfg.xml"
export SHLIB_PATH=/usr/lib:$SHLIB_PATH
Perform the following steps to disable the feature:
NameTrans fn="ntrans-j2ee" name="j2ee" Error fn="error-j2ee"
Init fn="load-modules" shlib="C:/Sun/WebServer6.1/bin/https/bin/j2eeplugin.so" shlib_flags="(global|now)"
Init fn="load-modules" shlib="C:\Sun\WebServer6.1\bin\https\bin\j2eeplugin.dll" shlib_flags="(global|now)"
Result
This procedure results in editing and reconfiguring the Sun Java System Web Server.What to do next
After configuring a Web server, you can install applications on it. See the Applications section of the information center for more information.
Related tasks
Editing Web server configuration files