Author: michiel
Date: 2009-08-13 10:39:47 +0200 (Thu, 13 Aug 2009)
New Revision: 37759

Modified:
   mmbase/trunk/example-webapp/Makefile
Log:
if only the port is different automatich machinename determination does not 
work well

Modified: mmbase/trunk/example-webapp/Makefile
===================================================================
--- mmbase/trunk/example-webapp/Makefile        2009-08-13 08:34:53 UTC (rev 
37758)
+++ mmbase/trunk/example-webapp/Makefile        2009-08-13 08:39:47 UTC (rev 
37759)
@@ -5,7 +5,7 @@
 # - Start 3 terminals
 # - In terminal 1 type: make
 # - In terminal 2 type: mvn jetty:run 
-DjdbcUrl=jdbc:hsqldb:hsql://localhost/mmbase
-# - In terminal 3 type: mvn jetty:run 
-DjdbcUrl=jdbc:hsqldb:hsql://localhost/mmbase -Djetty.port=8081
+# - In terminal 3 type: mvn jetty:run 
-DjdbcUrl=jdbc:hsqldb:hsql://localhost/mmbase -Djetty.port=8081 
-Dmmbaseroot.machinename=webapp2
 
 # And then you have the 'example webapp' running in a mini mmbase cluster.
 

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to