[jboss-svn-commits] JBL Code SVN: r18584 - labs/jbosstm/trunk/XTS/demo.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Mon Feb 25 13:09:09 EST 2008
Author: adinn
Date: 2008-02-25 13:09:08 -0500 (Mon, 25 Feb 2008)
New Revision: 18584
Modified:
labs/jbosstm/trunk/XTS/demo/BUILDING
labs/jbosstm/trunk/XTS/demo/jboss.properties
Log:
modified to describe deployment in JBoss5.0Beta4
Modified: labs/jbosstm/trunk/XTS/demo/BUILDING
===================================================================
--- labs/jbosstm/trunk/XTS/demo/BUILDING 2008-02-25 18:04:09 UTC (rev 18583)
+++ labs/jbosstm/trunk/XTS/demo/BUILDING 2008-02-25 18:09:08 UTC (rev 18584)
@@ -19,7 +19,7 @@
# @author JBoss Inc.
#
-This demo has been written for, and tested on, JBoss4.0.3SP1. Please download
+This demo has been written for, and tested on, JBoss5.0Beta4. Please download
and install this app server from the JBoss website.
Follow these steps to build the demo for JBoss
@@ -27,6 +27,11 @@
- add java and ant to your path
- execute 'sh build.sh jboss clean build' on unix or
'build.bat jboss clean build' on windows
- - deploy the generated ear file into an instance of JBoss4.0.3SP 1
+ - deploy the generated ear file into an instance of JBoss5.0Beta4
Open a browser and enter the xts-demo url (e.g. http://localhost:8080/xts-demo)
+
+An alternative version of the demo can be built using JaxRPC instead
+of JaxWS. Thsi can be built by supplying the argument 'buildrpc' in
+place of 'build' on the 'execute' command line detailed above. Deploy
+and access using the same url.
Modified: labs/jbosstm/trunk/XTS/demo/jboss.properties
===================================================================
--- labs/jbosstm/trunk/XTS/demo/jboss.properties 2008-02-25 18:04:09 UTC (rev 18583)
+++ labs/jbosstm/trunk/XTS/demo/jboss.properties 2008-02-25 18:09:08 UTC (rev 18584)
@@ -30,9 +30,9 @@
The default services are the ones running within JBoss.
-->
<arjuna>
- <hostname>JBOSS_HOSTNAME</hostname>
- <port>JBOSS_PORT</port>
- <urlstub>JBOSS_URLSTUB</urlstub>
+ <hostname>localhost</hostname>
+ <port>8080</port>
+ <urlstub></urlstub>
<deploy>
<dir>JBOSS_DEPLOY_DIR</dir>
</deploy>
@@ -56,10 +56,10 @@
-->
<!-- JBoss services -->
- <restaurantATURL>http://JBOSS_HOSTNAME:JBOSS_PORT/JBOSS_URLSTUB/RestaurantServiceAT</restaurantATURL>
- <restaurantBAURL>http://JBOSS_HOSTNAME:JBOSS_PORT/JBOSS_URLSTUB/RestaurantServiceBA</restaurantBAURL>
- <taxiATURL>http://JBOSS_HOSTNAME:JBOSS_PORT/JBOSS_URLSTUB/TaxiServiceAT</taxiATURL>
- <taxiBAURL>http://JBOSS_HOSTNAME:JBOSS_PORT/JBOSS_URLSTUB/TaxiServiceBA</taxiBAURL>
- <theatreATURL>http://JBOSS_HOSTNAME:JBOSS_PORT/JBOSS_URLSTUB/TheatreServiceAT</theatreATURL>
- <theatreBAURL>http://JBOSS_HOSTNAME:JBOSS_PORT/JBOSS_URLSTUB/TheatreServiceBA</theatreBAURL>
+ <restaurantATURL>http://localhost:8080/xtsdemowebservices/RestaurantServiceAT</restaurantATURL>
+ <restaurantBAURL>http://localhost:8080/xtsdemowebservices/RestaurantServiceBA</restaurantBAURL>
+ <taxiATURL>http://localhost:8080/xtsdemowebservices/TaxiServiceAT</taxiATURL>
+ <taxiBAURL>http://localhost:8080/xtsdemowebservices/TaxiServiceBA</taxiBAURL>
+ <theatreATURL>http://localhost:8080/xtsdemowebservices/TheatreServiceAT</theatreATURL>
+ <theatreBAURL>http://localhost:8080/xtsdemowebservices/TheatreServiceBA</theatreBAURL>
</arjuna>
More information about the jboss-svn-commits
mailing list