TrackStudio Enterprise 3.5
Changing the TrackStudio URL

The following topic describes how to change the TrackStudio URL in TrackStudio SA

To change the TrackStudio URL in TrackStudio SA:
  1. Open the etc/jetty.xml.
  2. Find the Configure the Contexts section and add script into this section that maps TrackStudio URL to site content as shown below:
  <!-- =============================================================== -->
  <!-- Configure the Contexts                                          -->
  <!-- =============================================================== -->
<Call name="addWebApplication">
    <Arg>/NewTrackStudioURL</Arg>
    <Arg>./webapps/TrackStudio</Arg>
    <Set name="defaultsDescriptor">org/mortbay/jetty/servlet/webdefault.xml</Set>
</Call>