Author: thomas.diesler(a)jboss.com
Date: 2007-01-05 16:52:30 -0500 (Fri, 05 Jan 2007)
New Revision: 1831
Modified:
trunk/jbossws-docs/online/tutorial-doc/en/modules/getting-started/rpc-endpoints.xml
trunk/jbossws-docs/user-guide/project/en/modules/getting-started/rpc-endpoints.xml
trunk/jbossws-docs/user-guide/project/en/modules/installation/install-tomcat.xml
Log:
Fix tomcat integration
Add config name/file access on StubExt
Modified:
trunk/jbossws-docs/online/tutorial-doc/en/modules/getting-started/rpc-endpoints.xml
===================================================================
---
trunk/jbossws-docs/online/tutorial-doc/en/modules/getting-started/rpc-endpoints.xml 2007-01-05
21:52:21 UTC (rev 1830)
+++
trunk/jbossws-docs/online/tutorial-doc/en/modules/getting-started/rpc-endpoints.xml 2007-01-05
21:52:30 UTC (rev 1831)
@@ -122,8 +122,7 @@
<programlisting><![CDATA[
<!-- Define a taskdef for the wstools ant task -->
<taskdef name="wstools"
classname="org.jboss.ws.tools.ant.wstools">
- <classpath refid="library.classpath"/>
- <classpath refid="test.client.classpath"/>
+ <classpath refid="compile.classpath"/>
<classpath path="${build.test.classes.dir}"/>
</taskdef>
Modified:
trunk/jbossws-docs/user-guide/project/en/modules/getting-started/rpc-endpoints.xml
===================================================================
---
trunk/jbossws-docs/user-guide/project/en/modules/getting-started/rpc-endpoints.xml 2007-01-05
21:52:21 UTC (rev 1830)
+++
trunk/jbossws-docs/user-guide/project/en/modules/getting-started/rpc-endpoints.xml 2007-01-05
21:52:30 UTC (rev 1831)
@@ -122,8 +122,7 @@
<programlisting><![CDATA[
<!-- Define a taskdef for the wstools ant task -->
<taskdef name="wstools"
classname="org.jboss.ws.tools.ant.wstools">
- <classpath refid="library.classpath"/>
- <classpath refid="test.client.classpath"/>
+ <classpath refid="compile.classpath"/>
<classpath path="${build.test.classes.dir}"/>
</taskdef>
Modified:
trunk/jbossws-docs/user-guide/project/en/modules/installation/install-tomcat.xml
===================================================================
---
trunk/jbossws-docs/user-guide/project/en/modules/installation/install-tomcat.xml 2007-01-05
21:52:21 UTC (rev 1830)
+++
trunk/jbossws-docs/user-guide/project/en/modules/installation/install-tomcat.xml 2007-01-05
21:52:30 UTC (rev 1831)
@@ -34,7 +34,6 @@
<listitem>jboss-jaxrpc.jar</listitem>
<listitem>jboss-jaxws.jar</listitem>
<listitem>jboss-saaj.jar</listitem>
- <listitem>log4j.jar</listitem>
<listitem>mailapi.jar</listitem>
</itemizedlist>
</para>
Show replies by date