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/08 22:55:45 UTC

svn commit: r230892 - in /portals/jetspeed-2/trunk/etc/conf/tomcat: jetspeed-tomcat-5.5.xml jetspeed-tomcat-5.xml

Author: ate
Date: Mon Aug  8 13:55:37 2005
New Revision: 230892

URL: http://svn.apache.org/viewcvs?rev=230892&view=rev
Log:
-- Merging JS2-319 (by hand now) --
context path and docbase in tomcat context file now are filtered when installed.

Modified:
    portals/jetspeed-2/trunk/etc/conf/tomcat/jetspeed-tomcat-5.5.xml
    portals/jetspeed-2/trunk/etc/conf/tomcat/jetspeed-tomcat-5.xml

Modified: portals/jetspeed-2/trunk/etc/conf/tomcat/jetspeed-tomcat-5.5.xml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/etc/conf/tomcat/jetspeed-tomcat-5.5.xml?rev=230892&r1=230891&r2=230892&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/etc/conf/tomcat/jetspeed-tomcat-5.5.xml (original)
+++ portals/jetspeed-2/trunk/etc/conf/tomcat/jetspeed-tomcat-5.5.xml Mon Aug  8 13:55:37 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/trunk/etc/conf/tomcat/jetspeed-tomcat-5.xml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/etc/conf/tomcat/jetspeed-tomcat-5.xml?rev=230892&r1=230891&r2=230892&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/etc/conf/tomcat/jetspeed-tomcat-5.xml (original)
+++ portals/jetspeed-2/trunk/etc/conf/tomcat/jetspeed-tomcat-5.xml Mon Aug  8 13:55:37 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