• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

IIS-WAS configuration Problem

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am trying to configure IIS WebServer against WebSphere AppServer.
In the process I have loaded the dll file : iisWASPlugin_http.dll
as an ISAPI filter.

The iisWASPlugin_http.dll is loaded.

However when I try to hit the URL: http://localhost/snoop IIS crashes.

I tried to register the plugin using regsvr32 iisWASPlugin_http.dll.
However it bumps saying that plugin is loaded but DllServer Register Entry Point Not Found.

Can any one help mee troubleshoot this ?

Thanks in advance.
 
reply
    Bookmark Topic Watch Topic
  • New Topic