You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wadi-commits@incubator.apache.org by ju...@apache.org on 2005/12/19 23:48:40 UTC

svn commit: r357836 - /incubator/wadi/trunk/wadi-site/src/site/xdoc/getting-started/geronimo.xml

Author: jules
Date: Mon Dec 19 15:48:37 2005
New Revision: 357836

URL: http://svn.apache.org/viewcvs?rev=357836&view=rev
Log:
minor changes and reformatting

Modified:
    incubator/wadi/trunk/wadi-site/src/site/xdoc/getting-started/geronimo.xml

Modified: incubator/wadi/trunk/wadi-site/src/site/xdoc/getting-started/geronimo.xml
URL: http://svn.apache.org/viewcvs/incubator/wadi/trunk/wadi-site/src/site/xdoc/getting-started/geronimo.xml?rev=357836&r1=357835&r2=357836&view=diff
==============================================================================
--- incubator/wadi/trunk/wadi-site/src/site/xdoc/getting-started/geronimo.xml (original)
+++ incubator/wadi/trunk/wadi-site/src/site/xdoc/getting-started/geronimo.xml Mon Dec 19 15:48:37 2005
@@ -6,7 +6,12 @@
   <body>
     <section name="Getting Started - Geronimo">
       <subsection name="Using WADI with Jetty in Geronimo">
-	<p>To enable WADI for your webapplication, create a Geronimo web descriptor file called <pre>geronimo-web.xml</pre> with the following contents:</p>
+	<p>
+	  To enable WADI for your webapplication, create a Geronimo web descriptor in your webapp file called
+	  <pre>WEB-INF/geronimo-web.xml</pre>
+	  with the following contents:
+	</p>
+
         <source>
 	  &lt;web-app xmlns="http://geronimo.apache.org/xml/ns/j2ee/web/jetty-1.0"
 	  configId="YOUR-CONFIG-ID"&gt;
@@ -16,11 +21,16 @@
 	  <font color="red">&lt;session-manager&gt;org.codehaus.wadi.jetty5.JettyManager&lt;/session-manager&gt;</font>
 	  &lt;/web-app&gt;
         </source>
-        <p>A full description of each element of this descriptor can be found at the <a href="http://wiki.apache.org/geronimo/Deployment">Geronimo "Deployment"</a> wiki entry.  In summary, you should replace:</p>
+
+        <p>
+	  A full description of each element of this descriptor can be found at the <a href="http://wiki.apache.org/geronimo/Deployment">Geronimo "Deployment"</a> wiki entry.  In summary, you should replace:
+	</p>
+
         <ul>
           <li><b>YOUR-CONFIG-ID</b>
 	    <p>
-	      with a unique identifier for your webapp. It is preferred that this formed by concatenating the "/" separated elements of your organization's domain name and the name of your webapp  eg  <pre>com/acme/Foo</pre> </p>
+	      with a unique identifier for your webapp. It is preferred that this formed by concatenating the "/" separated elements of your organization's domain name and the name of your webapp  eg  <pre>com/acme/Foo</pre>
+	    </p>
           </li>
 
           <li>
@@ -30,10 +40,16 @@
 	    </p>
           </li>
         </ul>
-        <p> The line highlighted in red above is the line which will configure WADI for your webapplication, so you should include it as-is in your geronimo-web.xml file</p>
-        <p>Now, follow the instructions at <a href="http://wiki.apache.org/geronimo/Deployment">Geronimo "Deployment"</a> to deploy your WADI-enabled webapplication in Geronimo.</p>
+        <p>
+	  The line highlighted in red above is the line which will configure WADI for your webapplication, so you should include it as-is in your geronimo-web.xml file
+	</p>
+        <p>
+	  Now, follow the instructions at <a href="http://wiki.apache.org/geronimo/Deployment">Geronimo "Deployment"</a> to deploy your WADI-enabled webapplication in Geronimo.
+	</p>
 
-        <p>TODO - a full list of dependencies for WEB-INF/lib or as &lt;dependency&gt; entries in geronimo-web.xml</p>
+        <p>
+	  TODO - a full list of dependencies for WEB-INF/lib or as &lt;dependency&gt; entries in geronimo-web.xml
+	</p>
       </subsection>
     </section>
   </body>