Create a context using Configuration Manager

You can create contexts to publish projects from RoboHelp.

  1. Select Start > All Programs > Adobe RoboHelp Server 11 > Configuration Manager.

  2. Select File > New Context.

  3. Do one of the following:

    • If you want to deploy the new context in the root context, select Deploy in root context option and enter a Directory Name.

      Note: The root context is a special, empty context path. If an application is deployed in the root context, it listens for requests on the http://<host-name>:<port-number> URL, instead of a sub-URL.
    • Specify a new Context Name and Directory Name. For example, you can have robohelp2 as the new context name and rh2 as the directory name.

      Note: To open an existing context, select File > Open Context.
  4. Click OK.

    Note: After creating a context, Configuration Manager re-starts the Tomcat service.
    Update uriworkermap.properties for IIS. If you have configured Tomcat to run with IIS, update uriworkermap.properties to map the new context path to the ajp connector.
    /robohelp/*=ajp13 
    /robohelp=ajp13 
    /robohelp2/*=ajp13 
    /robohelp2=ajp13
    Note: With Tomcat configured with Apache, if you configure Tomcat to auto-generate the mapping file, mapping for new context is automatically added to <tomcat-path>\conf\auto\mod_jk.conf.