Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

  • Create an XML file in ${jetty.home}/contexts with the following content (replace "test" by your application name)
    Code Block
    xml
    xml
    titleSample context filexml
    <?xml version="1.0"  encoding="ISO-8859-1"?>
    <!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN" "http://jetty.mortbay.org/configure.dtd">
    <Configure class="org.cipango.sipapp.SipAppContext">
      <Set name="contextPath">/test</Set>
      <Set name="war">YourCustomDirectory/YourApplicationName</Set>
      <Set name="defaultsDescriptor"><SystemProperty default="." name="jetty.home"/>/etc/webdefault.xml</Set>
      <Set name="defaultsSipDescriptor"><SystemProperty default="." name="jetty.home"/>/etc/sipdefault.xml</Set>
    </Configure>