Date: 2005-02-18T11:35:22
Editor: BrianLee
Wiki: Jakarta-Slide Wiki
Page: JettySetup
URL: http://wiki.apache.org/jakarta-slide/JettySetup
no comment
Change Log:
------------------------------------------------------------------------------
@@ -7,7 +7,20 @@
=== jetty.xml Configuration ===
{{{
-xxx
+<Configure class="org.mortbay.jetty.plus.Server">
+...
+ <Call name="addWebApplication">
+ <Arg>/</Arg>
+ <Arg>./webapps/cansaswebdav.war</Arg>
+ <Set name="extractWAR">false</Set>
+ <Set name="Realm">
+ <New class="org.mortbay.jaas.JAASUserRealm">
+ <Set name="Name">Cansas JAAS Realm</Set>
+ <Set name="LoginModuleName">cansas_login</Set>
+ </New>
+ </Set>
+ </Call>
+</Configure>
}}}
=== web.xml notes ===
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]