You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by he...@apache.org on 2012/07/05 17:32:16 UTC

svn commit: r1357684 - /incubator/airavata/trunk/tools/airavata-tomcat.properties

Author: heshan
Date: Thu Jul  5 15:32:16 2012
New Revision: 1357684

URL: http://svn.apache.org/viewvc?rev=1357684&view=rev
Log:
Copying the host.xml to the proper location.


Modified:
    incubator/airavata/trunk/tools/airavata-tomcat.properties

Modified: incubator/airavata/trunk/tools/airavata-tomcat.properties
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/tools/airavata-tomcat.properties?rev=1357684&r1=1357683&r2=1357684&view=diff
==============================================================================
--- incubator/airavata/trunk/tools/airavata-tomcat.properties (original)
+++ incubator/airavata/trunk/tools/airavata-tomcat.properties Thu Jul  5 15:32:16 2012
@@ -30,6 +30,8 @@ repository.properties.cp=${airavata.home
 repository.properties2.cp=${airavata.home}/standalone-server/conf/repository.properties=>${tomcat.home}/bin/
 xbaya.properties.cp=${airavata.home}/standalone-server/conf/xbaya.properties=>${tomcat.home}/webapps/${axis2.webapp.dirname}/WEB-INF/lib/
 host.xml.cp=${airavata.home}/standalone-server/conf/host.xml=>${tomcat.home}/webapps/${axis2.webapp.dirname}/WEB-INF/lib/
+host.xml2.cp=${airavata.home}/standalone-server/conf/host.xml=>${tomcat.home}/webapps/${axis2.webapp.dirname}/WEB-INF/classes/
+host.xml3.cp=${airavata.home}/standalone-server/conf/host.xml=>${tomcat.home}/conf/
 tomcat.server.xml.edit=${tomcat.home}/conf/server.xml;,;port="8080"=>port="${tomcat.port}"
 repository.properties.edit=${tomcat.home}/webapps/${axis2.webapp.dirname}/WEB-INF/lib/repository.properties;,;org.apache.jackrabbit.repository.uri=http://localhost:8081/rmi=>org.apache.jackrabbit.repository.uri=http://${tomcat.hostname}:${tomcat.port}/${jackrabbit.web.context}/rmi
 repository.properties2.edit=${tomcat.home}/bin/repository.properties;,;org.apache.jackrabbit.repository.uri=http://localhost:8081/rmi=>org.apache.jackrabbit.repository.uri=http://${tomcat.hostname}:${tomcat.port}/${jackrabbit.web.context}/rmi