Author: steveh
Date: Thu May 12 11:27:11 2005
New Revision: 169865

URL: http://svn.apache.org/viewcvs?rev=169865&view=rev
Log:
Adding service.name property to wsm-blank sample, referencing said property in 
docs.

Modified:
    
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/sample_wsm-blank.xml
    
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/tutorial_wsm.xml
    incubator/beehive/trunk/samples/wsm-blank/WEB-INF/src/build.properties

Modified: 
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/sample_wsm-blank.xml
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/sample_wsm-blank.xml?rev=169865&r1=169864&r2=169865&view=diff
==============================================================================
--- 
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/sample_wsm-blank.xml
 (original)
+++ 
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/sample_wsm-blank.xml
 Thu May 12 11:27:11 2005
@@ -40,14 +40,16 @@
                                        that sets the build-related properties 
for your web service.</p>
                                <p>Open the file 
<code>&lt;Project-Folder>/WEB-INF/src/build.properties</code>
                                        in a text editor.</p>
-                               <p>Edit the <code>beehive.home</code> property 
points to the 
+                               <p>Edit the <code>beehive.home</code> property 
so it points to the 
                                        top-level folder of your beehive 
installation.</p>  
-                               <p>Add the line 
<strong><code>service.name=&lt;SomeContext></code></strong> (as shown 
below).</p>
+                               <p>Edie the <code>service.name</code> property 
to something 
+                                       appropriate for your application.</p>
                                <p>For example, if your beehive installation
                                        resides at 
<code>C:/apache/apache-beehive-1.0</code>, then your 
<code>build.properties</code> file
                                        would appear as follows.</p>
                                
<source>beehive.home=<strong>C:/apache/apache-beehive-1.0</strong>
-<strong>service.name=&lt;SomeContext></strong></source>
+                                       
+service.name=<strong>&lt;SomeContext></strong></source>
 <p><strong>Note:</strong> the value of &lt;SomeContext> will determine (1) the 
name of the WAR file 
        produced when the web service is compiled and the (2) part of the URL 
used by Tomcat to
        access the web service.</p>  

Modified: 
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/tutorial_wsm.xml
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/tutorial_wsm.xml?rev=169865&r1=169864&r2=169865&view=diff
==============================================================================
--- 
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/tutorial_wsm.xml
 (original)
+++ 
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/tutorial_wsm.xml
 Thu May 12 11:27:11 2005
@@ -60,14 +60,16 @@
                                        that sets the build-related properties 
for your web service application.</p>
                                <p>Open the file 
<code>C:/beehive_projects/ws_tutorial/WEB-INF/src/build.properties</code>
                                        in a text editor.</p>
-                               <p>Edit the <code>beehive.home</code> property 
points to the 
+                               <p>Edit the <code>beehive.home</code> property 
so it points to the 
                                        top-level folder of your beehive 
installation.</p>  
-                               <p>Add the line 
<strong><code>service.name=tutorial</code></strong> (as shown below).</p>
+                               <p>Edit the <code>service.name</code> property 
so it has the value <code>tutorial</code>. 
+                                        (as shown below).</p>
                                <p>For example, if your beehive installation
                                        resides at 
<code>C:/apache/apache-beehive-1.0</code>, then your 
<code>build.properties</code> file
                                        would appear as follows.</p>
                                
<source>beehive.home=<strong>C:/apache/apache-beehive-1.0</strong>
-<strong>service.name=tutorial</strong></source>
+
+service.name=<strong>tutorial</strong></source>
                                        </section>
                        
             <section id="start_tomcat">

Modified: incubator/beehive/trunk/samples/wsm-blank/WEB-INF/src/build.properties
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/wsm-blank/WEB-INF/src/build.properties?rev=169865&r1=169864&r2=169865&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/wsm-blank/WEB-INF/src/build.properties 
(original)
+++ incubator/beehive/trunk/samples/wsm-blank/WEB-INF/src/build.properties Thu 
May 12 11:27:11 2005
@@ -3,3 +3,5 @@
 #
 beehive.home=../../../..
 
+service.name=wsm-blank
+


Reply via email to