You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by up...@apache.org on 2008/01/14 06:55:26 UTC

svn commit: r611717 - /webservices/synapse/branches/1.1.1/src/site/resources/Synapse_QuickStart.html

Author: upul
Date: Sun Jan 13 21:55:23 2008
New Revision: 611717

URL: http://svn.apache.org/viewvc?rev=611717&view=rev
Log:
quick start guide 1.1.1 updates

Modified:
    webservices/synapse/branches/1.1.1/src/site/resources/Synapse_QuickStart.html

Modified: webservices/synapse/branches/1.1.1/src/site/resources/Synapse_QuickStart.html
URL: http://svn.apache.org/viewvc/webservices/synapse/branches/1.1.1/src/site/resources/Synapse_QuickStart.html?rev=611717&r1=611716&r2=611717&view=diff
==============================================================================
--- webservices/synapse/branches/1.1.1/src/site/resources/Synapse_QuickStart.html (original)
+++ webservices/synapse/branches/1.1.1/src/site/resources/Synapse_QuickStart.html Sun Jan 13 21:55:23 2008
@@ -101,7 +101,7 @@
 </head>
 
 <body>
-<h1>Quick start guide</h1>
+<h1>Quick Start Guide</h1>
 
 <p>This guide will demonstrate two sample applications covering the basic and
 the most common usage scenarios of Synapse; which is Message mediation and
@@ -131,17 +131,18 @@
 
 <p>Our first task is to download Synapse. Open a web browser and access the
 following URL: http://ws.apache.org/synapse/download.cgi. You will then see
-the list of available releases. Click on the 1.1 version, and you will be
-directed to the Synapse 1.1 release download page. Now download the 'Standard
+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.</p>
 
 <h3>Installation</h3>
 
 <p>Synapse can be installed just by extracting the downloaded binary
-archive.. A directory named synapse-1.1 will be created in the selected
-parent directory, containing all the files required for Synapse. We will
-refer to this directory as &lt;synapse-home&gt; from now on.</p>
+archive.. A directory named synapse with the release number will be created
+in the selected parent directory, containing all the files required for
+Synapse. We will refer to this directory as &lt;synapse-home&gt; from now
+on.</p>
 
 <h3>Running the sample</h3>
 
@@ -165,31 +166,31 @@
 server. </p>
 
 <p></p>
-<pre>user@host:/opt/synapse-1.1/samples/axis2Server$ cd src/SimpleStockQuoteService/
-user@host:/opt/synapse-1.1/samples/axis2Server/src/SimpleStockQuoteService$ ant
+<pre>user@host:/opt/synapse-1.1.1/samples/axis2Server$ cd src/SimpleStockQuoteService/
+user@host:/opt/synapse-1.1.1/samples/axis2Server/src/SimpleStockQuoteService$ ant
 Buildfile: build.xml
 
 clean:
 
 init:
-    [mkdir] Created dir: /opt/synapse-1.1/samples/axis2Server/src/SimpleStockQuoteService/temp
-    [mkdir] Created dir: /opt/synapse-1.1/samples/axis2Server/src/SimpleStockQuoteService/temp/classes
-    [mkdir] Created dir: /opt/synapse-1.1/samples/axis2Server/repository/services
+    [mkdir] Created dir: /opt/synapse-1.1.1/samples/axis2Server/src/SimpleStockQuoteService/temp
+    [mkdir] Created dir: /opt/synapse-1.1.1/samples/axis2Server/src/SimpleStockQuoteService/temp/classes
+    [mkdir] Created dir: /opt/synapse-1.1.1/samples/axis2Server/repository/services
 
 compile-all:
-    [javac] Compiling 9 source files to /opt/synapse-1.1/samples/axis2Server/src/SimpleStockQuoteService/temp/classes
+    [javac] Compiling 9 source files to /opt/synapse-1.1.1/samples/axis2Server/src/SimpleStockQuoteService/temp/classes
 
 build-service:
-    [mkdir] Created dir: /opt/synapse-1.1/samples/axis2Server/src/SimpleStockQuoteService/temp/SimpleStockQuote
-    [mkdir] Created dir: /opt/synapse-1.1/samples/axis2Server/src/SimpleStockQuoteService/temp/SimpleStockQuote/META-INF
-     [copy] Copying 1 file to /opt/synapse-1.1/samples/axis2Server/src/SimpleStockQuoteService/temp/SimpleStockQuote/META-INF
-     [copy] Copying 1 file to /opt/synapse-1.1/samples/axis2Server/src/SimpleStockQuoteService/temp/SimpleStockQuote/META-INF
-     [copy] Copying 9 files to /opt/synapse-1.1/samples/axis2Server/src/SimpleStockQuoteService/temp/SimpleStockQuote
-      [jar] Building jar: /opt/synapse-1.1/samples/axis2Server/repository/services/SimpleStockQuoteService.aar
+    [mkdir] Created dir: /opt/synapse-1.1.1/samples/axis2Server/src/SimpleStockQuoteService/temp/SimpleStockQuote
+    [mkdir] Created dir: /opt/synapse-1.1.1/samples/axis2Server/src/SimpleStockQuoteService/temp/SimpleStockQuote/META-INF
+     [copy] Copying 1 file to /opt/synapse-1.1.1/samples/axis2Server/src/SimpleStockQuoteService/temp/SimpleStockQuote/META-INF
+     [copy] Copying 1 file to /opt/synapse-1.1.1/samples/axis2Server/src/SimpleStockQuoteService/temp/SimpleStockQuote/META-INF
+     [copy] Copying 9 files to /opt/synapse-1.1.1/samples/axis2Server/src/SimpleStockQuoteService/temp/SimpleStockQuote
+      [jar] Building jar: /opt/synapse-1.1.1/samples/axis2Server/repository/services/SimpleStockQuoteService.aar
 
 BUILD SUCCESSFUL
 Total time: 2 seconds
-user@host:/opt/synapse-1.1/samples/axis2Server/src/SimpleStockQuoteService$</pre>
+user@host:/opt/synapse-1.1.1/samples/axis2Server/src/SimpleStockQuoteService$</pre>
 
 <p>Now go to &lt;synapse-home&gt;/samples/axis2Server directory and start the
 server using the following command. This will start Axis2 server on port 9000
@@ -202,14 +203,14 @@
 </div>
 
 <p>You will see the following messages on the console.</p>
-<pre>user@host:/opt/synapse-1.1/samples/axis2Server$ ./axis2server.sh
+<pre>user@host:/opt/synapse-1.1.1/samples/axis2Server$ ./axis2server.sh
  Using Bouncy castle JAR for Java 1.5
  Using JAVA_HOME:   /opt/jdk1.5_06
- Using AXIS2 Repository :   /opt/synapse-1.1/samples/axis2Server/repository
- Using AXIS2 Configuration :   /opt/synapse-1.1/samples/axis2Server/repository/conf/axis2.xml
+ Using AXIS2 Repository :   /opt/synapse-1.1.1/samples/axis2Server/repository
+ Using AXIS2 Configuration :   /opt/synapse-1.1.1/samples/axis2Server/repository/conf/axis2.xml
 2007-11-05 14:36:41,462 [-] [main]  INFO SimpleHTTPServer [SimpleAxisServer] Starting
-[SimpleAxisServer] Using the Axis2 Repository : /opt/synapse-1.1/samples/axis2Server/repository
-[SimpleAxisServer] Using the Axis2 Configuration File : /opt/synapse-1.1/samples/axis2Server/repository/conf/axis2.xml
+[SimpleAxisServer] Using the Axis2 Repository : /opt/synapse-1.1.1/samples/axis2Server/repository
+[SimpleAxisServer] Using the Axis2 Configuration File : /opt/synapse-1.1.1/samples/axis2Server/repository/conf/axis2.xml
 2007-11-05 14:36:43,864 [-] [main]  INFO HttpCoreNIOSender HTTPS Sender starting
 2007-11-05 14:36:43,891 [-] [main]  INFO HttpCoreNIOSender HTTP Sender starting
 2007-11-05 14:36:44,288 [-] [main]  INFO HttpCoreNIOListener HTTPS Listener starting on port : 9002
@@ -243,13 +244,13 @@
 
 <p>Following messages will be displayed on the console to indicate the
 successfull startup of Synapse.</p>
-<pre>user@host:/opt/synapse-1.1/bin$ ./synapse.sh -sample 0
+<pre>user@host:/opt/synapse-1.1.1/bin$ ./synapse.sh -sample 0
  Using Bouncy castle JAR for Java 1.5
 Starting Synapse/Java ...
-Using SYNAPSE_HOME:    /opt/synapse-1.1
+Using SYNAPSE_HOME:    /opt/synapse-1.1.1
 Using JAVA_HOME:       /opt/jdk1.5_06
-Using SYNAPSE_XML:     -Dsynapse.xml=/opt/synapse-1.1/repository/conf/sample/synapse_sample_0.xml
-2007-11-05 14:58:55,029 [-] [main]  INFO ServerManager Using the Axis2 Repository /opt/synapse-1.1/repository
+Using SYNAPSE_XML:     -Dsynapse.xml=/opt/synapse-1.1.1/repository/conf/sample/synapse_sample_0.xml
+2007-11-05 14:58:55,029 [-] [main]  INFO ServerManager Using the Axis2 Repository /opt/synapse-1.1.1/repository
 2007-11-05 14:58:56,617 [-] [main]  INFO SynapseInitializationModule Initializing Synapse at : Mon Nov 05 14:58:56 LKT 2007
 2007-11-05 14:58:56,618 [127.0.1.1-asankha] [main]  INFO SynapseInitializationModule Loading mediator extensions...
 2007-11-05 14:58:56,619 [127.0.1.1-asankha] [main]  INFO SynapseInitializationModule Initializing the Synapse configuration ...
@@ -275,14 +276,14 @@
 <p>Now the final step, running the client. Go to
 &lt;synapse-home&gt;/samples/axis2Client directory and type the following
 command</p>
-<pre>user@host:/opt/synapse-1.1/samples/axis2Client$ ant stockquote -Daddurl=http://localhost:9000/soap/SimpleStockQuoteService -Dtrpurl=http://localhost:8080 -Dmode=quote -Dsymbol=IBM
+<pre>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
 Buildfile: build.xml
 
 init:
-    [mkdir] Created dir: /opt/synapse-1.1/samples/axis2Client/target/classes
+    [mkdir] Created dir: /opt/synapse-1.1.1/samples/axis2Client/target/classes
 
 compile:
-    [javac] Compiling 10 source files to /opt/synapse-1.1/samples/axis2Client/target/classes
+    [javac] Compiling 10 source files to /opt/synapse-1.1.1/samples/axis2Client/target/classes
 
 stockquote:
      [java] Standard :: Stock price = $91.09641757880443
@@ -497,7 +498,7 @@
 <p></p>
 
 <p>This quick guide illustrates the simple use case of proxy services. Please
-refer to samples #100 and above in the Samples guide, for in depth coverage
+refer to samples #150 and above in the Samples guide, for in depth coverage
 of more advanced use cases.</p>
 
 <p></p>



---------------------------------------------------------------------
To unsubscribe, e-mail: synapse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: synapse-dev-help@ws.apache.org