You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by ru...@apache.org on 2008/06/09 12:43:22 UTC

svn commit: r664672 [5/7] - in /synapse/trunk/java: ./ modules/core/ modules/core/src/main/java/org/apache/synapse/ modules/core/src/main/java/org/apache/synapse/config/ modules/core/src/main/java/org/apache/synapse/config/xml/ modules/core/src/main/ja...

Modified: synapse/trunk/java/src/site/xdoc/Synapse_QuickStart.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/src/site/xdoc/Synapse_QuickStart.xml?rev=664672&r1=664671&r2=664672&view=diff
==============================================================================
--- synapse/trunk/java/src/site/xdoc/Synapse_QuickStart.xml (original)
+++ synapse/trunk/java/src/site/xdoc/Synapse_QuickStart.xml Mon Jun  9 03:43:19 2008
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <document>
     <properties>
-        <title>Quick Start Guide</title>
+        <title>Apache Synapse - Quick Start Guide</title>
     </properties>
     <head>
         <style type="text/css" xml:space="preserve">
@@ -101,23 +101,16 @@
     }</style>
     </head>
   <body>
-      <table border="0" style="width: 100%">
-      <caption/>
-      <tbody>
-        <tr>
-          <td>
-            <h1>
-              Apache Synapse ESB - Quick Start Guide
-            </h1>
-          </td>
-          <td>
-            <img alt="Synapse logo"
-            src="images/synapse-logo-web2.png" width="197"
-            height="82"/>
-          </td>
-        </tr>
-      </tbody>
-    </table>
+    <div style="margin-top:-40px; float:right; _margin-top:0px;">
+      <img alt="Synapse logo"
+           src="images/synapse-logo-web2.png" width="197"
+           height="82"/>
+    </div>
+    <div>
+      <h1>
+        Apache Synapse ESB - Quick Start Guide
+      </h1>
+    </div>
     <p>
       This guide will demonstrate two sample applications covering the basic and
       the most common usage scenarios of Synapse; which is Message mediation and
@@ -137,7 +130,7 @@
         A Java 2 SE - JDK or JRE of version 1.5.x or higher
       </li>
       <li>
-        Apache Ant http://ant.apache.org
+        Apache Ant <a href="http://ant.apache.org">http://ant.apache.org</a>
       </li>
     </ul>
     <h2>
@@ -157,8 +150,9 @@
     </h3>
     <p>
       Our first task is to download Synapse. Open a web browser and access the
-      following URL: http://synapse.apache.org/download.html. You will then
-      see the list of available releases. Click on the latest version, and you
+      following URL:
+      <a href="http://synapse.apache.org/download.html">http://synapse.apache.org/download.html</a>.
+      You will then see the list of available releases. Click on the latest version, and you
       will be directed to the Synapse release download page. Now download the
       'Standard binary distribution' ZIP or tar.gz archive compatible with your
       operating system.
@@ -266,7 +260,7 @@
     <p/>
     <p>
       Go to &lt;synapse-home&gt;/bin directory and type the command given below.
-      Synapse will be started on port 8080 (http) and 8443 (https - under JDK
+      Synapse will be started on port 8280 (http) and 8243 (https - under JDK
       1.5)
     </p>
     <div class="command">
@@ -300,10 +294,10 @@
 2007-11-05 14:58:56,801 [127.0.1.1-asankha] [main]  INFO SynapseInitializationModule Synapse initialized successfully...!
 2007-11-05 14:58:56,886 [127.0.1.1-asankha] [main]  INFO HttpCoreNIOSender HTTPS Sender starting
 2007-11-05 14:58:56,887 [127.0.1.1-asankha] [main]  INFO HttpCoreNIOSender HTTP Sender starting
-2007-11-05 14:58:57,039 [127.0.1.1-asankha] [main]  INFO HttpCoreNIOListener HTTPS Listener starting on port : 8443
-2007-11-05 14:58:57,040 [127.0.1.1-asankha] [main]  INFO ServerManager Starting transport https on port 8443
-2007-11-05 14:58:57,041 [127.0.1.1-asankha] [main]  INFO HttpCoreNIOListener HTTP Listener starting on port : 8080
-2007-11-05 14:58:57,041 [127.0.1.1-asankha] [main]  INFO ServerManager Starting transport http on port 8080
+2007-11-05 14:58:57,039 [127.0.1.1-asankha] [main]  INFO HttpCoreNIOListener HTTPS Listener starting on port : 8243
+2007-11-05 14:58:57,040 [127.0.1.1-asankha] [main]  INFO ServerManager Starting transport https on port 8243
+2007-11-05 14:58:57,041 [127.0.1.1-asankha] [main]  INFO HttpCoreNIOListener HTTP Listener starting on port : 8280
+2007-11-05 14:58:57,041 [127.0.1.1-asankha] [main]  INFO ServerManager Starting transport http on port 8280
 2007-11-05 14:58:57,085 [127.0.1.1-asankha] [main]  INFO ServerManager Starting transport vfs
 2007-11-05 14:58:57,086 [127.0.1.1-asankha] [main]  INFO ServerManager Ready for processing</pre>
     <p/>
@@ -314,7 +308,7 @@
       Now the final step, running the client. Go to &lt;synapse-home&gt;/samples/axis2Client
       directory and type the following command
     </p>
-<pre xml:space="preserve">user@host:/opt/synapse-1.1.1/samples/axis2Client$ ant stockquote -Daddurl=http://localhost:9000/soap/SimpleStockQuoteService -Dtrpurl=http://localhost:8080 -Dmode=quote -Dsymbol=IBM
+<pre xml:space="preserve">user@host:/opt/synapse-1.1.1/samples/axis2Client$ ant stockquote -Daddurl=http://localhost:9000/soap/SimpleStockQuoteService -Dtrpurl=http://localhost:8280 -Dmode=quote -Dsymbol=IBM
 Buildfile: build.xml
 
 init:
@@ -330,11 +324,11 @@
     <p/>
     <p>
       This sends a request for a stock quote for the symbol IBM and sets the
-      transport URL to Synapse (http://localhost:8080) and the WS-Addressing EPR
+      transport URL to Synapse (http://localhost:8280) and the WS-Addressing EPR
       set that of the actual server
       (http://localhost:9000/soap/SimpleStockQuoteService). The actual wire
       level http message sent by the client is as follows, and is sent over port
-      8080 to the Synapse instance on localhost.
+      8280 to the Synapse instance on localhost.
     </p>
 <pre xml:space="preserve">POST / HTTP/1.1
 Content-Type: text/xml; charset=UTF-8
@@ -520,7 +514,7 @@
       describing the steps of starting procedure. Before running the client, it
       is time to observe another feature of proxy services. That is displaying
       the published WSDL. Just open a web browser and point it to the address
-      http://localhost:8080/soap/StockQuoteProxy?wsdl. You will see the
+      http://localhost:8280/soap/StockQuoteProxy?wsdl. You will see the
       sample_proxy_1.wsdl specified in the configuration but containing the
       correct EPR for the service over http/s.
     </p>
@@ -533,12 +527,12 @@
       directory and type the following command:
     </p>
     <div class="command">
-      ant stockquote -Dtrpurl=http://localhost:8080/soap/StockQuoteProxy
+      ant stockquote -Dtrpurl=http://localhost:8280/soap/StockQuoteProxy
       -Dmode=quote -Dsymbol=IBM
     </div>
     <p>
       The above command sends a stockquote request directly to the provided
-      transport endpoint at: http://localhost:8080/soap/StockQuoteProxy. You
+      transport endpoint at: http://localhost:8280/soap/StockQuoteProxy. You
       will see the response from the server displayed on the console as follows:
     </p>
     <div class="consoleOutput">
@@ -556,7 +550,7 @@
       deeper and reveal the advanced features of Synapse. You can browse through
       the samples for your interested areas. If you have any issue regarding
       Synapse as a user, feel free ask it in the Synapse user mailing list
-      (http://synapse.apache.org/mail-lists.html).
+      (<a href="http://synapse.apache.org/mail-lists.html">http://synapse.apache.org/mail-lists.html</a>).
     </p>
     <p/>
     <p/>