[Laszlo-checkins] r5984 - labs/lzproject/trunk

raju@openlaszlo.org raju at openlaszlo.org
Thu Aug 9 11:54:38 PDT 2007


Author: raju
Date: 2007-08-09 11:54:34 -0700 (Thu, 09 Aug 2007)
New Revision: 5984

Modified:
   labs/lzproject/trunk/build.xml
Log:
Added outpout of path for accessing the app to the deploy tasks.


Modified: labs/lzproject/trunk/build.xml
===================================================================
--- labs/lzproject/trunk/build.xml	2007-08-09 18:42:35 UTC (rev 5983)
+++ labs/lzproject/trunk/build.xml	2007-08-09 18:54:34 UTC (rev 5984)
@@ -338,6 +338,7 @@
 	    		username="${tomcat.user}"
 				url="${tomcat.url}"
 				war="${webapp.war.dir}/${webapp.name}.war" />
+                <echo message="You can access the application at http://${tomcat.host}:${tomcat.port}/${webapp.name}" />
 	</target>
 
 	<!-- deploy SOLO WAR -->
@@ -348,6 +349,7 @@
 	    		username="${tomcat.user}"
 				url="${tomcat.url}"
 				war="${webapp.war.dir}/${webapp.name}-solo.war" />
+                <echo message="You can access the application at http://${tomcat.host}:${tomcat.port}/${webapp.name}-solo" />
 	</target>
 
 	<!-- Undeploy proxied webapp-->



More information about the Laszlo-checkins mailing list