Defining the Base URL

The path under which a web application can be reached can be specified using the context-root parameter in the WEBAPP/META-INF/trifork-app-conf.xml file. Here is an example:

<trifork-app-conf>
    <role-mapping />
    <web-app>
        <display-name>New Webapp</display-name>
        <context-root>/new/path</context-root>
    </web-app>
</trifork-app-conf>

After the web application has been deployed again, it can be reached using the URL http://server:8080/new/path.