ISAPI Redirect to Portal through AJP

Hi… we are trying to configure an external facing IIS server to redirect into a web app hosted on the webMethods Fabric 7 SP2 Portal. We have followed the instructions in the webMethods installation guide, enabling port 8009 and configuring the ajp connector files on the IIS server.

We have got this working sucessfully, however our problem is that all traffic passing through the IIS server is now redirected to the webMethods portal, meaning that the rest of the website has stopped working (We want [URL=“http://www.website.com/wmWebApp.sb”]http://www.website.com/wmWebApp.sb[/URL] to go to the portal, where as the rest of [URL=“http://www.website.com/”]http://www.website.com/[/URL] should continue to work through the IIS webserver.)

I suspect we need to configure the worker file (uriworkermap.properties) to somehow redirect only the traffic we want to portal, instead of the default of everything (*/=portal).

If anyone has done this before, or could give me some pointers on how to configure this, please let me know.

Also, does anyone know how to disable directory browsing on the Jetty Server?

Thanks!

We found out how to disable directory browsing - Change the “dirAllowed” setting in the defaultPortletAppWeb.xml file to false.

dirAllowed false