Author: heshan
Date: Mon May 23 08:55:24 2011
New Revision: 1126392
URL: http://svn.apache.org/viewvc?rev=1126392&view=rev
Log:
SYNAPSE-762
Updating the Synapse_Samples_Setup guide to have configuration details on local
transport.
Modified:
synapse/trunk/java/src/site/xdoc/Synapse_Samples.xml
synapse/trunk/java/src/site/xdoc/Synapse_Samples_Setup.xml
Modified: synapse/trunk/java/src/site/xdoc/Synapse_Samples.xml
URL:
http://svn.apache.org/viewvc/synapse/trunk/java/src/site/xdoc/Synapse_Samples.xml?rev=1126392&r1=1126391&r2=1126392&view=diff
==============================================================================
--- synapse/trunk/java/src/site/xdoc/Synapse_Samples.xml (original)
+++ synapse/trunk/java/src/site/xdoc/Synapse_Samples.xml Mon May 23 08:55:24
2011
@@ -3321,7 +3321,7 @@ it will first try to read the content ty
<p>
<strong>Prerequisites:</strong>
<br/>You need to configure Synpase to use the Local transport. Refer
- <a href="Synapse_Samples_Setup.html#udp">Setting Up the Local
Transport</a>
+ <a href="Synapse_Samples_Setup.html#local">Setting Up the Local
Transport</a>
section in the sample setup guide for more details.
<br/>Start Synpase using sample 268: i.e. synapse -sample 268
<br/>Start Axis2 server with SimpleStockService deployed
Modified: synapse/trunk/java/src/site/xdoc/Synapse_Samples_Setup.xml
URL:
http://svn.apache.org/viewvc/synapse/trunk/java/src/site/xdoc/Synapse_Samples_Setup.xml?rev=1126392&r1=1126391&r2=1126392&view=diff
==============================================================================
--- synapse/trunk/java/src/site/xdoc/Synapse_Samples_Setup.xml (original)
+++ synapse/trunk/java/src/site/xdoc/Synapse_Samples_Setup.xml Mon May 23
08:55:24 2011
@@ -739,6 +739,20 @@ SocketConnectPort=9876</pre>
transport sender configuration in the
samples/axis2Client/client_repo/conf/axis2.xml file.
</p>
+ <h2 id="local">
+ Setting up the Non Blocking Local Transport
+ </h2>
+ <p>
+ To enable the Local transport for samples first you need to download the
Axis2 Local transport
+ jar (ie. axis2-transport-local-1.7.0-SNAPSHOT.jar) and copy it to the
lib directory of Synapse. Then
+ open up the axis2.xml file and uncomment the Local transport sender
configuration:
+ </p>
+ <pre xml:space="preserve">
+ <transportSender name="local"
class="org.apache.axis2.transport.local.NonBlockingLocalTransportSender"/></pre>
+ <p>
+ The Local transport implementation comes with a TransportSender only. It
does not ship a TransportListener.
+ </p>
+
<h2 id="script">
Configuring Synapse for Script Mediator Support
</h2>