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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]