• 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 v5.1 and ibm http server v1.3.28

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI!

This is whats done:

I installed Was v5.1 on 1 machine and my ibm http server v1.3.28 on another!
now i know for my http server to talk to my Was i need a plugin wich should be loaded in my http server http.conf file in the conf direc. ! and the plugin file should be on the machine wich my Was is installed on, I got that far!

Problem:

Now if someone could help me i would like to know what i should type in the http.conf file of my http server? After the last line the command should be entered to refer to the Was machine and the plugin?

I need the command to tell my http server where to go look for my Was server OR do i have it all wrong?

Thank for any feedback!
 
Ranch Hand
Posts: 724
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In http.conf

LoadModule ibm_app_server_http_module
/usr/WebSphere/AppServer/bin/mod_ibm_app_server_http.so
WebSpherePluginConfig /usr/WebSphere/AppServer/config/cells/plugin-cfg.xml

then you should generate the plugin-cfg.xml
 
reply
    Bookmark Topic Watch Topic
  • New Topic