Date: 2004-10-26T05:29:14
   Editor: RalfBarkow <[EMAIL PROTECTED]>
   Wiki: Apache Geronimo Wiki
   Page: HowToTutorial
   URL: http://wiki.apache.org/geronimo/HowToTutorial

   Working geronimo-jetty.xml

Change Log:

------------------------------------------------------------------------------
@@ -22,16 +22,16 @@
 ==== Create the file geronimo-jetty.xml ====
 
 <?xml version="1.0" encoding="UTF-8"?>
-<web-app
-    xmlns="http://geronimo.apache.org/xml/ns/web/jetty";
-    configId="your/domain/name/j2eetutorialhello1"
-    parentId="org/apache/geronimo/Server"
-    >
-    <context-root>/j2eetutorialhello1</context-root>
-    <context-priority-classloader>false</context-priority-classloader>
-    <dependency>
-        <uri>tools/jars/tools.jar</uri>
-    </dependency>
+<web-app 
+       xmlns="http://geronimo.apache.org/xml/ns/web/jetty"; 
+       configId="your/domain/name/j2eetutorialhello1"
+       parentId="org/apache/geronimo/Server"
+       >
+       <dependency>
+               <uri>junit/jars/junit-3.8.jar</uri>
+       </dependency>
+       <context-root>/j2eetutorialhello1</context-root>
+       <context-priority-classloader>false</context-priority-classloader>
 </web-app>
 
 ==== Create the war file ====

Reply via email to