[jboss-svn-commits] JBL Code SVN: r24946 - in labs/jbossesb/branches/JBESB_4_4_GA_CP/product/samples/quickstarts: webservice_bpel and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Jan 27 08:44:10 EST 2009


Author: kevin.conner at jboss.com
Date: 2009-01-27 08:44:10 -0500 (Tue, 27 Jan 2009)
New Revision: 24946

Modified:
   labs/jbossesb/branches/JBESB_4_4_GA_CP/product/samples/quickstarts/conf/readme.txt
   labs/jbossesb/branches/JBESB_4_4_GA_CP/product/samples/quickstarts/webservice_bpel/readme.txt
Log:
quickstart readme changes: JBESB-2309

Modified: labs/jbossesb/branches/JBESB_4_4_GA_CP/product/samples/quickstarts/conf/readme.txt
===================================================================
--- labs/jbossesb/branches/JBESB_4_4_GA_CP/product/samples/quickstarts/conf/readme.txt	2009-01-27 13:40:26 UTC (rev 24945)
+++ labs/jbossesb/branches/JBESB_4_4_GA_CP/product/samples/quickstarts/conf/readme.txt	2009-01-27 13:44:10 UTC (rev 24946)
@@ -7,13 +7,12 @@
 
 Before Running:
 ===============
-  1. Copy install/deployment.properties-example to install/deployment.properties
-     and modify the properties there to suit your environment[*]. 
-  2. Run 'ant deploy' in the "install" folder of the distribution.  This
-     deploys the required SARs to your JBoss Application Server instance.
-  3. Make sure the JBoss Application server is running.
+  1. Make sure the JBoss Application server is running. Normally it is running
+     on localhost or on 0.0.0.0 (INADDR_ANY), however if you have changed values
+     in \server\default\conf\jndi.properties you will have to check in the
+     appropriate location and update all jndi.properties files for the samples.
+     See Getting_Started_Guide.pdf section 2.2.
 
-[*]
 It is often a good idea to copy the default server configuration to a different
 name so that you can easily start a fresh one by simply deleting it. This also
 makes it simple to diff both directories to find differences if problems occur. 
@@ -61,5 +60,5 @@
   mode you need to run : 
    'ant undeploy-jms-dests'
 
-More information about the quickstart can be found in the GettingStarted.pdf
-document, which is in the doc folder.
+More information about the quickstart can be found in the
+Getting_Started_Guide.pdf document, which is in the doc folder.

Modified: labs/jbossesb/branches/JBESB_4_4_GA_CP/product/samples/quickstarts/webservice_bpel/readme.txt
===================================================================
--- labs/jbossesb/branches/JBESB_4_4_GA_CP/product/samples/quickstarts/webservice_bpel/readme.txt	2009-01-27 13:40:26 UTC (rev 24945)
+++ labs/jbossesb/branches/JBESB_4_4_GA_CP/product/samples/quickstarts/webservice_bpel/readme.txt	2009-01-27 13:44:10 UTC (rev 24946)
@@ -22,18 +22,14 @@
   Please refer to 'ant help-quickstarts' for prerequisites about the quickstarts
   and a more detailed descripton of the different ways to run the quickstarts.
 
-  Note, this quickstart requires an ESB and JBossWS installation into
-  JBoss AS 4.2.2.GA.  Installation instructions for both can be found in the
-  install/readme.txt.
-
   NOTE: This Quickstart DOES NOT run Standalone, or on the ESB Server.  It only runs on the
         JBoss Application Server (v4.2.xGA).
 
   The ActiveBPEL Engine (tested with versions v3.1 and v5.0.2) must now be installed on an
   instance of Tomcat on your system.
   
-  Tthe ActiveBPEL Engine can be downloaded from:
-     http://www.activevos.com/community-open-source.php
+  The ActiveBPEL Engine can be downloaded from:
+     http://www.activevos.com/index.php
 
   ActiveBPEL Installation Guide:
      After downloading the distribution, unzip and locate all documentation in the docs folder. 
@@ -78,4 +74,4 @@
   9.  Goto http://localhost:8080/order-manager/ (note, not port '18080').
       From here, you can approve the order.
   10. When finished, undeploy the application by typing 'ant undeploy'.
-    
\ No newline at end of file
+    




More information about the jboss-svn-commits mailing list