~ccheney/ubuntu/lucid/eucalyptus/lucid-sru

« back to all changes in this revision

Viewing changes to clc/modules/www/conf/www/admin.xml

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2009-02-11 02:45:39 UTC
  • Revision ID: james.westby@ubuntu.com-20090211024539-0jhzbpg3hk6nu1yg
Tags: upstream-1.5~bzr139
ImportĀ upstreamĀ versionĀ 1.5~bzr139

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"  encoding="ISO-8859-1"?>
 
2
<!--
 
3
  ~ Software License Agreement (BSD License)
 
4
  ~
 
5
  ~ Copyright (c) 2008, Regents of the University of California
 
6
  ~ All rights reserved.
 
7
  ~
 
8
  ~ Redistribution and use of this software in source and binary forms, with or
 
9
  ~ without modification, are permitted provided that the following conditions
 
10
  ~ are met:
 
11
  ~
 
12
  ~ * Redistributions of source code must retain the above
 
13
  ~   copyright notice, this list of conditions and the
 
14
  ~   following disclaimer.
 
15
  ~
 
16
  ~ * Redistributions in binary form must reproduce the above
 
17
  ~   copyright notice, this list of conditions and the
 
18
  ~   following disclaimer in the documentation and/or other
 
19
  ~   materials provided with the distribution.
 
20
  ~
 
21
  ~ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 
22
  ~ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 
23
  ~ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 
24
  ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
 
25
  ~ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 
26
  ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 
27
  ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 
28
  ~ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 
29
  ~ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 
30
  ~ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 
31
  ~ POSSIBILITY OF SUCH DAMAGE.
 
32
  ~
 
33
  ~ Author: Dmitrii Zagorodnov dmitrii@cs.ucsb.edu
 
34
  -->
 
35
 
 
36
<!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN" "http://jetty.mortbay.org/configure.dtd">
 
37
<Configure class="org.mortbay.jetty.webapp.WebAppContext">
 
38
  <Set name="contextPath">/</Set>
 
39
  <Set name="parentLoaderPriority">true</Set>
 
40
  <Set name="logUrlOnStart">true</Set>
 
41
  <Set name="war"><SystemProperty name="euca.var.dir" default="buildroot/var/eucalyptus"/>/webapps/root.war</Set>
 
42
</Configure>