[jboss-svn-commits] JBL Code SVN: r25206 - labs/jbossesb/trunk/product/samples/quickstarts/webservice_bpel.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Feb 10 09:38:20 EST 2009


Author: tfennelly
Date: 2009-02-10 09:38:19 -0500 (Tue, 10 Feb 2009)
New Revision: 25206

Modified:
   labs/jbossesb/trunk/product/samples/quickstarts/webservice_bpel/readme.txt
Log:
https://jira.jboss.org/jira/browse/JBESB-2384

Modified: labs/jbossesb/trunk/product/samples/quickstarts/webservice_bpel/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/webservice_bpel/readme.txt	2009-02-10 14:34:43 UTC (rev 25205)
+++ labs/jbossesb/trunk/product/samples/quickstarts/webservice_bpel/readme.txt	2009-02-10 14:38:19 UTC (rev 25206)
@@ -30,6 +30,7 @@
   
   The ActiveBPEL Engine can be downloaded from:
      http://www.activevos.com/index.php
+     (Note: You may have to route around to find the Open Source download)
 
   ActiveBPEL Installation Guide:
      After downloading the distribution, unzip and locate all documentation in the docs folder. 
@@ -43,16 +44,19 @@
      such that it's ports do not clash with those of your running JBoss AS. See
      '${env.CATALINA_HOME}/conf/server.xml'.
   3. Make sure your Tomcat deployment at '${env.CATALINA_HOME}' is configured to
-     listen for HTTP traffic on port 18080. See
+     listen for HTTP traffic on port 18080 (is 8080 by default). See
      '${env.CATALINA_HOME}/conf/server.xml'.
-  4. Start your Tomcat deployment at '${env.CATALINA_HOME}'.
-  5. Goto the ActiveBPEL Console (http://localhost:18080/BpelAdmin) and confirm
+  4. Make sure your Tomcat deployment at '${env.CATALINA_HOME}' has its AJP
+     connector configured to listen on port 18009 (is 8009 by default). See
+     '${env.CATALINA_HOME}/conf/server.xml'.
+  5. Start your Tomcat deployment at '${env.CATALINA_HOME}'.
+  6. Goto the ActiveBPEL Console (http://localhost:18080/BpelAdmin) and confirm
      it displays.
-  6. In the run.bat/run.sh start script for your JBoss Appllication Server,
+  7. In the run.bat/run.sh start script for your JBoss Appllication Server,
      set the Permanent Generation space size by adding the following to the
      "JAVA_OPTS" setting:
         -XX:MaxPermSize=128m
-  7. Restart your JBoss Application Server.
+  8. Restart your JBoss Application Server.
 
 To Run:
 =======




More information about the jboss-svn-commits mailing list