Author: objectiser
Date: 2011-01-07 09:26:09 -0500 (Fri, 07 Jan 2011)
New Revision: 1223
Modified:
dsp/trunk/samples/example-deployer/deployer/resources/WEB-INF/classes/dsp.properties
dsp/trunk/samples/example-deployer/readme.txt
Log:
Updated readme to reference properties.
Modified:
dsp/trunk/samples/example-deployer/deployer/resources/WEB-INF/classes/dsp.properties
===================================================================
---
dsp/trunk/samples/example-deployer/deployer/resources/WEB-INF/classes/dsp.properties 2011-01-07
14:22:19 UTC (rev 1222)
+++
dsp/trunk/samples/example-deployer/deployer/resources/WEB-INF/classes/dsp.properties 2011-01-07
14:26:09 UTC (rev 1223)
@@ -1,5 +1,8 @@
-#dsp.server.config.locator = org.jboss.soa.dsp.server.tomcat.TomcatServerConfigLocator
-#dsp.service.deployer = org.jboss.soa.dsp.deployer.tomcat.TomcatServiceDeployer
+# JBOSS APPLICATION SERVER
dsp.server.config.locator = org.jboss.soa.dsp.server.jboss.ServerConfigFactory
dsp.service.deployer = org.jboss.soa.dsp.deployer.jboss.JBossServiceDeployer
+
+# APACHE TOMCAT
+#dsp.server.config.locator = org.jboss.soa.dsp.server.tomcat.TomcatServerConfigLocator
+#dsp.service.deployer = org.jboss.soa.dsp.deployer.tomcat.TomcatServiceDeployer
Modified: dsp/trunk/samples/example-deployer/readme.txt
===================================================================
--- dsp/trunk/samples/example-deployer/readme.txt 2011-01-07 14:22:19 UTC (rev 1222)
+++ dsp/trunk/samples/example-deployer/readme.txt 2011-01-07 14:26:09 UTC (rev 1223)
@@ -8,6 +8,13 @@
Build the Example
-----------------
+1) Set the properties for the target environment
+
+Uncomment the relevant properties in the
$DSP/samples/example-deployer/deployer/resources/WEB-INF/classes/dsp.properties
+file. Currently only Apache Tomcat and JBoss App Server are supported.
+
+2) Build the war ready for deployment
+
From the $DSP/samples/example-deployer folder, run the following command:
ant build
Show replies by date