You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by at...@apache.org on 2005/08/04 22:51:54 UTC

svn commit: r227479 - in /portals/jetspeed-2/branches/JS2-319/etc/conf/tomcat: jetspeed-tomcat-5.5.xml jetspeed-tomcat-5.xml

Author: ate
Date: Thu Aug  4 13:51:47 2005
New Revision: 227479

URL: http://svn.apache.org/viewcvs?rev=227479&view=rev
Log:
context path and docbase in tomcat context file now are filtered when installed

Modified:
    portals/jetspeed-2/branches/JS2-319/etc/conf/tomcat/jetspeed-tomcat-5.5.xml
    portals/jetspeed-2/branches/JS2-319/etc/conf/tomcat/jetspeed-tomcat-5.xml

Modified: portals/jetspeed-2/branches/JS2-319/etc/conf/tomcat/jetspeed-tomcat-5.5.xml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/branches/JS2-319/etc/conf/tomcat/jetspeed-tomcat-5.5.xml?rev=227479&r1=227478&r2=227479&view=diff
==============================================================================
--- portals/jetspeed-2/branches/JS2-319/etc/conf/tomcat/jetspeed-tomcat-5.5.xml (original)
+++ portals/jetspeed-2/branches/JS2-319/etc/conf/tomcat/jetspeed-tomcat-5.5.xml Thu Aug  4 13:51:47 2005
@@ -13,7 +13,7 @@
 See the License for the specific language governing permissions and
 limitations under the License.
 -->
-<Context path="/jetspeed" docBase="jetspeed" crossContext="true">
+<Context path="/@CONTEXT@" docBase="@CONTEXT@" crossContext="true">
 
   <Realm className="org.apache.catalina.realm.JAASRealm"
          appName="Jetspeed"

Modified: portals/jetspeed-2/branches/JS2-319/etc/conf/tomcat/jetspeed-tomcat-5.xml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/branches/JS2-319/etc/conf/tomcat/jetspeed-tomcat-5.xml?rev=227479&r1=227478&r2=227479&view=diff
==============================================================================
--- portals/jetspeed-2/branches/JS2-319/etc/conf/tomcat/jetspeed-tomcat-5.xml (original)
+++ portals/jetspeed-2/branches/JS2-319/etc/conf/tomcat/jetspeed-tomcat-5.xml Thu Aug  4 13:51:47 2005
@@ -13,7 +13,7 @@
 See the License for the specific language governing permissions and
 limitations under the License.
 -->
-<Context path="/jetspeed" docBase="jetspeed" crossContext="true">
+<Context path="/@CONTEXT@" docBase="@CONTEXT@" crossContext="true">
 
   <Realm className="org.apache.catalina.realm.JAASRealm"
          appName="Jetspeed"



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org