You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ri...@apache.org on 2005/10/05 00:25:06 UTC

svn commit: r294937 - /beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/sample_netui-blank.xml

Author: rich
Date: Tue Oct  4 15:25:01 2005
New Revision: 294937

URL: http://svn.apache.org/viewcvs?rev=294937&view=rev
Log:
Minor correction -- removed an extraneous '<' from a URL.

tests: build.release in docs/forrest (WinXP)


Modified:
    beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/sample_netui-blank.xml

Modified: beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/sample_netui-blank.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/sample_netui-blank.xml?rev=294937&r1=294936&r2=294937&view=diff
==============================================================================
--- beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/sample_netui-blank.xml (original)
+++ beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/sample_netui-blank.xml Tue Oct  4 15:25:01 2005
@@ -104,7 +104,7 @@
                 </p>  
             </section>
             <section id="deployAndRun">
-                <title>Deploy and Run the Web App</title>
+                <title>Deploy and Run the Webapp</title>
                 <p>
                 If you are using Tomcat, the web application can be deployed by copying the built <code>.war</code> file 
                 from <code>projects/fooWeb/fooWeb.war</code> to Tomcat's <code>webapps</code> directory.
@@ -115,7 +115,8 @@
                 </p>
                 <p>
                 Once the web application is deployed, you can run your web application by accessing the following URL from
-                a browser: http://localhost:8080/<strong>&lt;fooWeb</strong>/
+                a browser: http://localhost:8080/<strong>fooWeb</strong>/ . You should see a page with the text "New Web
+                Application Page".
                 </p>
             </section>
         </section>