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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Apr 19 16:19:03 EDT 2011


Author: tcunning
Date: 2011-04-19 16:19:03 -0400 (Tue, 19 Apr 2011)
New Revision: 36954

Modified:
   labs/jbossesb/trunk/product/samples/quickstarts/webservice_proxy_security/readme.txt
Log:
JBESB-3601
Update the webservice_proxy_security readme so that it doesn't just reference AS4.


Modified: labs/jbossesb/trunk/product/samples/quickstarts/webservice_proxy_security/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/webservice_proxy_security/readme.txt	2011-04-19 15:13:50 UTC (rev 36953)
+++ labs/jbossesb/trunk/product/samples/quickstarts/webservice_proxy_security/readme.txt	2011-04-19 20:19:03 UTC (rev 36954)
@@ -12,9 +12,11 @@
   1. *BEFORE* you start the server:
      - type 'ant genkey'
      - copy the contents of build/server.xml *into* copy into
-	   jbossesb-server-4.x/server/default/deploy/jboss-web.deployer/server.xml
+	   <JBOSS_AS_HOME>/server/default/deploy/jboss-web.deployer/server.xml
+	   (or if deploying to JBoss AS 5.1.0.GA, 
+	   <JBOSS_AS_HOME>/server/default/deploy/jbossweb.sar/server.xml) 
 
-  2. start the server in jbossesb-server-4.x/bin/ with ./run.sh
+  2. start the server in <JBOSS_AS_HOME>/bin/ with ./run.sh
 
   3. In a command terminal window in this folder ("Window1"), type 'ant deploy'.
   	- In your server console, you will see output like this:



More information about the jboss-svn-commits mailing list