[jboss-cvs] JBossAS SVN: r75239 - in projects/docs/community/5: Administration_And_Configuration_Guide/en-US and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jun 30 23:21:13 EDT 2008


Author: skittoli at redhat.com
Date: 2008-06-30 23:21:12 -0400 (Mon, 30 Jun 2008)
New Revision: 75239

Removed:
   projects/docs/community/5/Getting_Started/
   projects/docs/community/5/Installation_Guide/
Modified:
   projects/docs/community/5/Administration_And_Configuration_Guide/en-US/Remoting.xml
   projects/docs/community/5/Administration_And_Configuration_Guide/en-US/Web_Services.xml
Log:
removed install and getting started guides

Modified: projects/docs/community/5/Administration_And_Configuration_Guide/en-US/Remoting.xml
===================================================================
--- projects/docs/community/5/Administration_And_Configuration_Guide/en-US/Remoting.xml	2008-07-01 03:20:24 UTC (rev 75238)
+++ projects/docs/community/5/Administration_And_Configuration_Guide/en-US/Remoting.xml	2008-07-01 03:21:12 UTC (rev 75239)
@@ -155,7 +155,10 @@
 <section>
 	<title>JBoss Remoting Configuration in the JBoss Application Server</title>
 	<para>
+		As indicated earlier in this chapter, JBoss Remoting manages synchronous and asynchronous remote calls, push and pull callbacks, and automatic discovery of remoting servers. You can configure JBoss Remoting through the JBoss Messaging service configuration file <filename>JBOSS_HOME/server/&lt;your_configuration&gt;/deploy/messaging/remoting-service.xml</filename>.
+	</para>
+
+	<para>
 		
 	</para>
-
 </chapter>
\ No newline at end of file

Modified: projects/docs/community/5/Administration_And_Configuration_Guide/en-US/Web_Services.xml
===================================================================
--- projects/docs/community/5/Administration_And_Configuration_Guide/en-US/Web_Services.xml	2008-07-01 03:20:24 UTC (rev 75238)
+++ projects/docs/community/5/Administration_And_Configuration_Guide/en-US/Web_Services.xml	2008-07-01 03:21:12 UTC (rev 75239)
@@ -502,10 +502,8 @@
 		<title>Accessing the generated WSDL</title>
 		<para>A successfully deployed service endpoint will show up in the service endpoint manager. This is also where you find the links to the generated wsdl.</para>
 		<para>
-<programlisting> <![CDATA[
-http://yourhost:8080/jbossws/services
-]]> </programlisting>
-
+<screen>http://yourhost:8080/jbossws/services</screen>
+a
 Note, it is also possible to generate the abstract contract off line using jbossw tools. For details of that please see <ulink url="http://jbws.dyndns.org/mediawiki/index.php?title=JAX-WS_User_Guide#Top_Down_.28Java_to_WSDL.29">#Top Down (Java to WSDL)</ulink></para>
 	</section>
 	<section>




More information about the jboss-cvs-commits mailing list