~ubuntu-branches/ubuntu/utopic/jetty/utopic-proposed

« back to all changes in this revision

Viewing changes to examples/test-webapp/src/main/webapp/WEB-INF/jetty-web.xml

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2009-08-09 08:48:10 UTC
  • Revision ID: james.westby@ubuntu.com-20090809084810-k522b97ind2robyd
ImportĀ upstreamĀ versionĀ 6.1.19

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"  encoding="ISO-8859-1"?>
 
2
<!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN" "http://jetty.mortbay.org/configure.dtd">
 
3
 
 
4
<!--
 
5
This is the jetty specific web application configuration file.  When starting
 
6
a Web Application, the WEB-INF/web-jetty.xml file is looked for and if found, treated
 
7
as a org.mortbay.xml.XmlConfiguration file and is applied to the
 
8
org.mortbay.jetty.servlet.WebApplicationContext objet
 
9
-->
 
10
 
 
11
<Configure class="org.mortbay.jetty.webapp.WebAppContext">
 
12
  <Call class="org.mortbay.log.Log" name="debug"><Arg>executing jetty-web.xml</Arg></Call>
 
13
  <!-- <Set name="contextPath">/mycontext</Set> -->
 
14
</Configure>