• 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

problem with WAS and IBM HTTP Server

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have environemnt consists of IBM HTTP Server installed on separate machine and connects to WebSphere Application Server v.4.0.5 installed on separate machine and Network. i have a problem now, i need to resolve the / root as an Application installed on WAS has web path "/". i generated the plugin-cfg file and moved it to the IBM HTTP Server but IBM HTTP Server resolves
"/" as /opt/IBMHTTPD/htdocs/index.html.
 
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Did you restart the web server after changes in plugin fine. When you restart the web server, it parses the plugin file again, otherwise keeps using the old info
 
reply
    Bookmark Topic Watch Topic
  • New Topic