• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

WAS 4.0.2 and iPlanet WebServer -urgent

 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
We have a 4.0.2 WebSphere running fine in a Solaris 8 box with a WebServer sitting outside the box.
Now we tried to add a WebServer in the same box and the iPlanet web server is unable to start.
What i did is, just copying 2 the lines from a webserver coupled with WebSphere . The lines are as follows.
Line 1:
Init fn="load-modules" funcs="as_init,as_handler,as_term" shlib="/app/WebSphere/
AppServer/bin/libns41_http.so"
Line 2:
Init fn="as_init" bootstrap.properties="/app/WebSphere/AppServer/config/plugin-c
fg.xml"
As WebSphere - WebServer Plugin is already installed (libns41_http.so),I dont think i need to do a seperate webserver plugin Install.
Please suggest me Where I am going wrong?
reply
    Bookmark Topic Watch Topic
  • New Topic