• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

WAS Express 5.1 and Apache 1.3

 
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've installed WAS Express 5.1 and want to put Apache in front of it, sending J2EE requests to WAS. I've generated the plugin-cfg.xml and am aware i have to put the following entries in my httpd.conf file...
LoadModule ibm_app_server_http_module <drive>:\WebSphere\AppServer\bin\mod_ibm_app_server_http.dll
WebSpherePluginConfig <drive>:\WebSphere\AppServer\config\cells\plugin-cfg.xml
However, there is no ibm_app_server_http.dll file in the WAS Express 5.1 installation. All documentation i've found on the web refers to verion 5.0.
Does anybody know how i get this file or if there is a change in this configuration from 5.0 to 5.1.
Jason
 
Jason Brawner
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, after digging thru IBM's website I found a PTF that addresses the issue. Here is the link...
http://www-1.ibm.com/support/docview.wss?rs=0&q1=WebSphere+Application+Server+Express&uid=swg24006215&loc=en_US&cs=utf-8&cc=us&lang=en
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic