[Virtualcommons-svn] SF.net SVN: virtualcommons:[7] foraging/trunk/build.properties.example
Status: Beta
Brought to you by:
alllee
From: <al...@us...> - 2008-07-26 05:19:06
|
Revision: 7 http://virtualcommons.svn.sourceforge.net/virtualcommons/?rev=7&view=rev Author: alllee Date: 2008-07-26 05:19:15 +0000 (Sat, 26 Jul 2008) Log Message: ----------- removing last references to csan Modified Paths: -------------- foraging/trunk/build.properties.example Modified: foraging/trunk/build.properties.example =================================================================== --- foraging/trunk/build.properties.example 2008-07-25 23:47:59 UTC (rev 6) +++ foraging/trunk/build.properties.example 2008-07-26 05:19:15 UTC (rev 7) @@ -5,15 +5,16 @@ # the experiment server. server.address=libai.la.asu.edu -# the absolute path of where you would like to deploy the csan 2d files +# the absolute path of where you would like to deploy the experiment JNLP and +# jar files # (should be accessible / mounted by the webserver) -web.dir=/var/www/html/csan/ +web.dir=/var/www/html/foraging/ -# The URL that maps to the path above. If you don't mind using csan as part -# of the URL you can just set the server.url and leave this property blank -# since the build.xml that loads this properties file sets the codebase url to -# the ${server.url} + "/csan" by default. -codebase.url=http://libai.la.asu.edu/csan +# The URL that maps to the path above. If you don't mind using "foraging" as +# part of the URL you can just set the server.address and leave this property +# blank since the build.xml that loads this properties file sets the codebase +# url to the ${server.address} + "/foraging" by default. +codebase.url=http://libai.la.asu.edu/foraging # set to whatever port you want the Java experiment server to run on (this is # *not* the webserver port, this is the experiment server port used to This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |