posted 22 years ago
Hi,
I've tested a custom installation with both Apache and Websphere4.0 on WinNT and found that the following lines are added to the Apache files:
httpd.conf:
LoadModule app_server_http_module d:/WebSphere/AppServer/bin/mod_app_server_http.dll
srm.conf:
Alias /IBMWebAS/ "d:/WebSphere/AppServer/web/"
Alias /WSsamples "d:/WebSphere/AppServer/WSsamples/"
WebSpherePluginConfig d:\WebSphere\AppServer\config\plugin-cfg.xml
Now if I install Websphere on one of our Solaris boxes and point it at the already installed Apache it should modify the same files. If I then copy the text it has added into the relevant files for the other Apaches running on different Solaris machines along with the the required module for the plugin should this work?
I guess what I'm asking is:
Does Apache only require these minor changes to the conf files, a copy of the mod_app_server_http module, and a copy of the websphere plug-in xml file to work with Websphere or are there more fundamental changes to the Apache?
Since the aliases declared merely point Apache at a different directory to serve files from then are they really required?
Cheers,
Steve
[ May 11, 2002: Message edited by: Steve Granton ]
[ May 11, 2002: Message edited by: Steve Granton ]
[ May 11, 2002: Message edited by: Steve Granton ]