Wednesday, December 1, 2010

IIS with WebSphere Application Server

Once the WebSphere Application Server 4.0 is installed successfully then it can be configured with the IIS 6.0 server by creating plugins for the same.
Load a plugin iisWASPlugin.dll

once the plugin/filter is created check its priority if it is being loaded properly then it will be with High Priority as shown below.

The next step is to create a virtual directory sePlugins with the scripts & executables permission for the created filter iisWASPlugin.

Next final step is to restart the www services and the same can be checked by using the default application's url like http://www.someserver.com/very_simple.jsp the very_simple.jsp will be served by the websphere application server which will servers the request at the port 80.

No comments:

Post a Comment