dion 02/02/07 04:32:47
Modified: latka/doc users-guide.xml
Log:
Added more on running the web app
Revision Changes Path
1.12 +20 -2 jakarta-commons/latka/doc/users-guide.xml
Index: users-guide.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/latka/doc/users-guide.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- users-guide.xml 4 Feb 2002 06:13:38 -0000 1.11
+++ users-guide.xml 7 Feb 2002 12:32:47 -0000 1.12
@@ -4,7 +4,7 @@
<!--
Author: dIon Gillard
- Version: $Id: users-guide.xml,v 1.11 2002/02/04 06:13:38 dion Exp $
+ Version: $Id: users-guide.xml,v 1.12 2002/02/07 12:32:47 dion Exp $
-->
<chapter id="users-guide">
@@ -77,7 +77,25 @@
<section id="run-latka-webapp">
<title>Running Latka from a web application (Under Construction)</title>
- <para></para>
+ <para>The Latka release distribution comes with a web application
+(latka-webapp.war) ready to deploy on a conforming Servlet 2.2/ JSP 1.1
+container.</para>
+ <para>For example, to install the Latka web application into a
+<ulink url="http://jakarta.apache.org/tomcat/">Tomcat 4</ulink> server, simply
+copy the .war file to Tomcat's webapp directory, e.g.</para>
+<programlisting>[Win32] copy latka-webapp.war c:\tomcat4\webapps</programlisting>
+<para>or</para>
+<programlisting>[Unix] cp latka-webapp.war
/usr/java/jtomcat4/webapps</programlisting>
+<para>and restart Tomcat</para>
+ <section id="using-latka-webapp">
+ <title>Using the Latka Web App</title>
+ <para>Once you've gotten the Latka web app running, it's
+straightforward to use. You can either
+ <orderedlist>
+ <listitem><para>Run a latka</para></listitem>
+ </orderedlist>
+ </para>
+ </section>
</section>
<section id="run-latka-junit">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>