Author: scamp
Date: Tue May 24 13:16:32 2005
New Revision: 178267
URL: http://svn.apache.org/viewcvs?rev=178267&view=rev
Log:
updated some notes in tutorial docs
Removed:
incubator/apollo/trunk/src/site/content/xdocs/tutorial/deploy.xml
Modified:
incubator/apollo/trunk/src/site/content/xdocs/tutorial/index.xml
incubator/apollo/trunk/src/site/content/xdocs/tutorial/webapp.xml
incubator/apollo/trunk/src/site/content/xdocs/tutorial/wsdl2java.xml
Modified: incubator/apollo/trunk/src/site/content/xdocs/tutorial/index.xml
URL:
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/xdocs/tutorial/index.xml?rev=178267&r1=178266&r2=178267&view=diff
==============================================================================
--- incubator/apollo/trunk/src/site/content/xdocs/tutorial/index.xml (original)
+++ incubator/apollo/trunk/src/site/content/xdocs/tutorial/index.xml Tue May 24
13:16:32 2005
@@ -38,10 +38,7 @@
</li>
<li>
<a href="webapp.html">Deploy the service to the Apollo webapp.</a>
- </li>
- <li>
- <a href="deploy.html">Deploy the Apollo webapp to Tomcat.</a>
- </li>
+ </li>
<li>
<a href="test.html">Start Tomcat and send some test requests to the
service.</a>
</li>
Modified: incubator/apollo/trunk/src/site/content/xdocs/tutorial/webapp.xml
URL:
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/xdocs/tutorial/webapp.xml?rev=178267&r1=178266&r2=178267&view=diff
==============================================================================
--- incubator/apollo/trunk/src/site/content/xdocs/tutorial/webapp.xml (original)
+++ incubator/apollo/trunk/src/site/content/xdocs/tutorial/webapp.xml Tue May
24 13:16:32 2005
@@ -94,12 +94,22 @@
<p>To deploy the FileSystem example we will need to generate XmlBean
code from the WSDL,
compile all classes and deploy it to the webapp. An Ant script is
provided for handling
all of these steps.</p>
+ <p>You should make sure to copy the Apollo webapp from the included
webapps directory to your Tomcat installation/webapps directory, and that the
environment
+ variable CATALINA_HOME is set and pointing to your Tomcat
installation.</p>
<p>You will need to change your directory to the docs/tutorial
directory. You will then
need to run the command:</p>
<p>
- <strong>>ant generate compile deploy</strong>
+ <strong>>ant generate
</p>
- <p>This will do all the necessary tasks.</p>
+ <p>You will now need to change your directory to the
docs/tutorial/generated/filesystem directory. You will need
+ to replace the FilesystemResource.init() and
FilesystemHome.getInstance(..) (generated under src) methods with the contents
+ of the files in the directory
docs/tutorial/generated/filesystem/method_impls</p>
+
+ <p>You will then need to run the command:</p>
+ <p>
+ <strong>>ant compile deploy</strong>
+ </p>
+ <p>This will compile and deploy the code. You can now start Tomcat.</p>
<note>This step assumes you have installed Apache Ant. If not, you can
get it
<a href="http://ant.apache.org/">here</a>
</note>
Modified: incubator/apollo/trunk/src/site/content/xdocs/tutorial/wsdl2java.xml
URL:
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/xdocs/tutorial/wsdl2java.xml?rev=178267&r1=178266&r2=178267&view=diff
==============================================================================
--- incubator/apollo/trunk/src/site/content/xdocs/tutorial/wsdl2java.xml
(original)
+++ incubator/apollo/trunk/src/site/content/xdocs/tutorial/wsdl2java.xml Tue
May 24 13:16:32 2005
@@ -24,8 +24,7 @@
<li>an abstract base Service class</li>
<li>a Service class - described
<a href="service.html">here</a>
- </li>
- <li>Callback classes for each resource property</li>
+ </li>
<li>a Home class - described
<a href="home.html">here</a>
</li>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]