fix path in xml

This commit is contained in:
Jesse McConnell 2012-09-13 17:36:29 -05:00
parent 0a475d034b
commit 6a851b5a52
1 changed files with 1 additions and 2 deletions

View File

@ -1,14 +1,13 @@
<?xml version="1.0"?>
<!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN" "http://www.eclipse.org/jetty/configure.dtd">
<!-- ================================================================ -->
<!-- Configure the Jetty SetUIDServer -->
<!-- This configuration file *must* be specified first in the list of -->
<!-- configuration files and should be used in combination with other -->
<!-- configuration files eg jetty.xml -->
<!-- ================================================================ -->
<Configure id="Server" class="org.mortbay.setuid.SetUIDServer">
<Configure id="Server" class="org.eclipse.jetty.setuid.SetUIDServer">
<Set name="startServerAsPrivileged">false</Set>
<Set name="umask">2</Set>
<Set name="username">jetty</Set>