Optionally, after installing the Windows Tomcat bundle, you can change the context root.
When you first install the bundle, it uses the default context root of "/", and you get access to Studio by going to http://localhost:8080/. If you change the context root to "sales", then the URL would be http://localhost:8080/sales.
Note that any change to the context root only affects the Studio application. Components and other hooks still use their default context paths.
To change the context root:
For example, if your context root is sales, the file name should be sales.xml.
For multi-level context paths, separate the name with #. For example, for a context path of /sales/east, the file name should be sales#east.xml.
For multi-level context paths, use a multi-level path such as: endeca-portal\tomcat-6.0.36\webapps\sales#east.
Find the portal.ctx property at the beginning of the file, and change the value to be the same context root value you used above.
Do not include a trailing slash in the portal.ctx value. For example, use this value:
portal.ctx=/mycompany/portal
Do not use this value:
portal.ctx=/mycompany/portal/