You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by fu...@apache.org on 2006/04/12 21:12:44 UTC

svn commit: r393582 - /db/derby/docs/trunk/src/adminguide/cadminservlet98430.dita

Author: fuzzylogic
Date: Wed Apr 12 12:12:35 2006
New Revision: 393582

URL: http://svn.apache.org/viewcvs?rev=393582&view=rev
Log:
DERBY-1200: Fix URL in servlet example in Admin Guide.

Committed for Halley Pacheco de Oliviera <ha...@yahoo.com.br>

Modified:
    db/derby/docs/trunk/src/adminguide/cadminservlet98430.dita

Modified: db/derby/docs/trunk/src/adminguide/cadminservlet98430.dita
URL: http://svn.apache.org/viewcvs/db/derby/docs/trunk/src/adminguide/cadminservlet98430.dita?rev=393582&r1=393581&r2=393582&view=diff
==============================================================================
--- db/derby/docs/trunk/src/adminguide/cadminservlet98430.dita (original)
+++ db/derby/docs/trunk/src/adminguide/cadminservlet98430.dita Wed Apr 12 12:12:35 2006
@@ -23,12 +23,12 @@
 a Web server, and derby.system.home must be known to the Web server.</shortdesc>
 <conbody>
 <p>A Web application archive (WAR) file, <i>derby.war</i>, for the <ph conref="adminconrefs.dita#prod/productshortname"></ph> 
-Network Server is available in <i>$<ph conref="adminconrefs.dita#prod/productinstallpath"></ph>/frameworks/NetworkServer/war.</i> This
+Network Server is available in <i>$<ph conref="adminconrefs.dita#prod/productinstallpath"></ph>/lib.</i> This
 file registers the Network Server's servlet at the relative path <i>/derbynet</i>.
 See the documentation for your Application Server for instructions on how
 to install it.</p>
 <p>For example, if <i>derby.war</i> is installed in WebSphere Application
-Server with a context root of <filepath>cns</filepath>, the URL of the server
+Server with a context root of <filepath>derby</filepath>, the URL of the server
 is:</p>
 <codeblock>http://&lt;server>[:port]/derby/derbynet</codeblock>
 <note>A servlet engine is not part of the Network Server. </note>