You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2006/02/22 14:49:07 UTC

svn commit: r379769 - /lenya/trunk/build.properties

Author: michi
Date: Wed Feb 22 05:49:04 2006
New Revision: 379769

URL: http://svn.apache.org/viewcvs?rev=379769&view=rev
Log:
Jetty ports moved to build.properties

Modified:
    lenya/trunk/build.properties

Modified: lenya/trunk/build.properties
URL: http://svn.apache.org/viewcvs/lenya/trunk/build.properties?rev=379769&r1=379768&r2=379769&view=diff
==============================================================================
--- lenya/trunk/build.properties (original)
+++ lenya/trunk/build.properties Wed Feb 22 05:49:04 2006
@@ -54,6 +54,9 @@
 # NOTE: There are slight differences re deployment on the various servlet containers, e.g. endorsed libraries ...
 
 web.app.server=Jetty
+# NOTE: This only works for lenya.sh (Linux). TODO: Make it also work for lenya.bat (Windows)
+web.app.server.jetty.port=8888
+web.app.server.jetty.admin.port=8889
 #web.app.server=Tomcat
 #web.app.server=WLS
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org