Install > Install the Service Manager web tier > Configure a web server to redirect requests to the web tier

Configure a web server to redirect requests to the web tier

You can configure a web server to redirect web-client specific URLs to the Service Manager Web tier. The following instructions illustrate redirecting requests from a Windows Internet Information Services (IIS) web server to the default Web tier URL.

Edit the workers2.properties file in IIS to include the following five parameters:

  • [uri:/webtier-9.60/servlet/*]
    info=Prefix mapping
  • [uri:/webtier-9.60/*.jsp]
    info=Extension mapping
  • [uri:/webtier-9.60/*.do]
    info=Extension mapping
  • [uri:/webtier-9.60/attachments/*]
    info=Extension mapping
  • [uri:/webtier-9.60/cwc/nav.menu]
    info=Extension mapping

Note If you change the default application name from webtier-9.60, you will need to change the URI mappings to match your Web tier’s application name.