[jboss-svn-commits] JBL Code SVN: r18957 - labs/jbosstm/trunk/XTS/demo.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Mar 14 05:34:08 EDT 2008


Author: adinn
Date: 2008-03-14 05:34:08 -0400 (Fri, 14 Mar 2008)
New Revision: 18957

Modified:
   labs/jbosstm/trunk/XTS/demo/jboss.properties
Log:
removed weblogic and webmethods settings and removed deploy_dir seting as it is now catered for by setting JBOSS_HOME

Modified: labs/jbosstm/trunk/XTS/demo/jboss.properties
===================================================================
--- labs/jbosstm/trunk/XTS/demo/jboss.properties	2008-03-14 09:32:09 UTC (rev 18956)
+++ labs/jbosstm/trunk/XTS/demo/jboss.properties	2008-03-14 09:34:08 UTC (rev 18957)
@@ -24,7 +24,6 @@
   JBOSS_HOSTNAME - the hostname of the JBoss installation (localhost)
   JBOSS_PORT - the port of the JBoss web server (8080)
   JBOSS_URLSTUB - the url stub for the demo webservices (xtsdemowebservices)
-  JBOSS_DEPLOY_DIR - the deploy directory of the JBoss instance ([JBOSS_HOME]/server/all/deploy)
   
   You can choose any combination of the URL entries provided that there is an entry for each service.
   The default services are the ones running within JBoss.
@@ -33,28 +32,7 @@
   <hostname>JBOSS_HOSTNAME</hostname>
   <port>JBOSS_PORT</port>
   <urlstub>JBOSS_URLSTUB</urlstub>
-  <deploy>
-    <dir>JBOSS_DEPLOY_DIR</dir>
-  </deploy>
 
-  <!-- webMethods services
-  <restaurantATURL>http://WEBMETHODS_HOSTNAME:WEBMETHODS_PORT/WEBMETHODS_URLSTUB/services/RestaurantServiceAT</restaurantATURL>
-  <restaurantBAURL>http://WEBMETHODS_HOSTNAME:WEBMETHODS_PORT/WEBMETHODS_URLSTUB/services/RestaurantServiceBA</restaurantBAURL>
-  <taxiATURL>http://WEBMETHODS_HOSTNAME:WEBMETHODS_PORT/WEBMETHODS_URLSTUB/services/TaxiServiceAT</taxiATURL>
-  <taxiBAURL>http://WEBMETHODS_HOSTNAME:WEBMETHODS_PORT/WEBMETHODS_URLSTUB/services/TaxiServiceBA</taxiBAURL>
-  <theatreATURL>http://WEBMETHODS_HOSTNAME:WEBMETHODS_PORT/WEBMETHODS_URLSTUB/services/TheatreServiceAT</theatreATURL>
-  <theatreBAURL>http://WEBMETHODS_HOSTNAME:WEBMETHODS_PORT/WEBMETHODS_URLSTUB/services/TheatreServiceBA</theatreBAURL>
-  -->
-
-  <!-- WebLogic services
-  <restaurantATURL>http://WEBLOGIC_HOSTNAME:WEBLOGIC_PORT/WEBLOGIC_URLSTUB/RestaurantServiceAT</restaurantATURL>
-  <restaurantBAURL>http://WEBLOGIC_HOSTNAME:WEBLOGIC_PORT/WEBLOGIC_URLSTUB/RestaurantServiceBA</restaurantBAURL>
-  <taxiATURL>http://WEBLOGIC_HOSTNAME:WEBLOGIC_PORT/WEBLOGIC_URLSTUB/TaxiServiceAT</taxiATURL>
-  <taxiBAURL>http://WEBLOGIC_HOSTNAME:WEBLOGIC_PORT/WEBLOGIC_URLSTUB/TaxiServiceBA</taxiBAURL>
-  <theatreATURL>http://WEBLOGIC_HOSTNAME:WEBLOGIC_PORT/WEBLOGIC_URLSTUB/TheatreServiceAT</theatreATURL>
-  <theatreBAURL>http://WEBLOGIC_HOSTNAME:WEBLOGIC_PORT/WEBLOGIC_URLSTUB/TheatreServiceBA</theatreBAURL>
-  -->
-
   <!-- JBoss services -->
   <restaurantATURL>http://JBOSS_HOSTNAME:JBOSS_PORT/JBOSS_URLSTUB/RestaurantServiceAT</restaurantATURL>
   <restaurantBAURL>http://JBOSS_HOSTNAME:JBOSS_PORT/JBOSS_URLSTUB/RestaurantServiceBA</restaurantBAURL>




More information about the jboss-svn-commits mailing list