posted 23 years ago
Hi Kyle/Simon/Rahul,
I am running with WebSphere 4.0.1 and iPlanet 4.0.1 SP9.
We have the system up and running perfectly,but when i created another WebServer instance in port 9002(as a non root user) and when i tried to communicate a application using this WebServer,zoom nothing is coming and all my request to the applications are written in error logs of the WebServer.
I have done these things,
1) I have added an entry for 9002 in virtual hosts(*:9002)
2) I have added these two lines from the in the obj.conf of the WebServer
Init fn="load-modules" funcs="as_init,as_handler,as_term" shlib="/app/WebSphere/AppServer/bin/libns41_http.so"
Init fn="as_init" bootstrap.properties="/app/netscape/server4/https-lacb/config/plugin-cfg.xml"
When i restart the WebServer,the WebSphere plugins are getting loaded and the message is wriiten in the native.log file.
But none of the requests are going to the WebSphere,Please tell me Where i am going wrong.
Do i need to install WebSphere client software for the new WebServer?
Please suggest me ..
Senthil