|
From: <pe...@us...> - 2003-12-22 22:13:51
|
Update of /cvsroot/neuclear/neuclear-id-sample/xdocs
In directory sc8-pr-cvs1:/tmp/cvs-serv23541/xdocs
Modified Files:
installation.xml
Log Message:
Last minute cleanups and documentation prior to release 0.8.1
Index: installation.xml
===================================================================
RCS file: /cvsroot/neuclear/neuclear-id-sample/xdocs/installation.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** installation.xml 16 Dec 2003 15:04:31 -0000 1.1
--- installation.xml 22 Dec 2003 22:13:48 -0000 1.2
***************
*** 18,25 ****
--- 18,40 ----
In tomcat you can simply drop it into the <tt>$CATALINA_HOME/webapps</tt> folder.
</p>
+ </section>
+ <section name="Sample Web Application">
+ <p>
+ We provide a sample web application showing how to integrate NeuClear into an existing web application.
+ Download the
+ <a href="http://prdownloads.sourceforge.net/neuclear/neuclear-id.war?download">NeuClear ID War</a> here.
+ </p>
+ <p>
+ This should be suitable for deployment on any servlet engine or J2EE appserver that supports version 2.3
+ of the Servlet API.
+ </p>
+ <p>
+ In tomcat you can simply drop it into the <tt>$CATALINA_HOME/webapps</tt> folder.
+ </p>
<p>
For more information see the <a href="bdg.html">Busy Developers Guide</a>.
</p>
</section>
+
</body>
</document>
|