You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by la...@apache.org on 2012/12/03 19:52:59 UTC

svn commit: r1416639 - /airavata/trunk/modules/distribution/src/main/resources/conf/airavata-server.properties

Author: lahiru
Date: Mon Dec  3 18:52:58 2012
New Revision: 1416639

URL: http://svn.apache.org/viewvc?rev=1416639&view=rev
Log:
changing property name to port.

Modified:
    airavata/trunk/modules/distribution/src/main/resources/conf/airavata-server.properties

Modified: airavata/trunk/modules/distribution/src/main/resources/conf/airavata-server.properties
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/distribution/src/main/resources/conf/airavata-server.properties?rev=1416639&r1=1416638&r2=1416639&view=diff
==============================================================================
--- airavata/trunk/modules/distribution/src/main/resources/conf/airavata-server.properties (original)
+++ airavata/trunk/modules/distribution/src/main/resources/conf/airavata-server.properties Mon Dec  3 18:52:58 2012
@@ -32,7 +32,7 @@
 #  have to be specified with port properties. This will be picked up by 
 #  the registry service to register the service end-points.
 
-tomcat.port=8080
+port=8080
 
 # Axis2 server automatically picks up IP address from axis configuration, 
 #  but some DHCP enables machines do not report correct ip addresses,