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 2007/10/24 02:36:03 UTC

svn commit: r587718 - in /portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/conf/tomcat: jetspeed-tomcat-5.5.xml jetspeed-tomcat-5.xml

Author: ate
Date: Tue Oct 23 17:36:02 2007
New Revision: 587718

URL: http://svn.apache.org/viewvc?rev=587718&view=rev
Log:
JS2-793: Support deployment of jetspeed under a custom context name (e.g. ROOT) with the maven 1 jetspeed plugin
See: http://issues.apache.org/jira/browse/JS2-793
- synchronizing the changes made for the 2.1.3-dev branch to trunk (although we don't have deployment reimplemented yet) 

Modified:
    portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/conf/tomcat/jetspeed-tomcat-5.5.xml
    portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/conf/tomcat/jetspeed-tomcat-5.xml

Modified: portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/conf/tomcat/jetspeed-tomcat-5.5.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/conf/tomcat/jetspeed-tomcat-5.5.xml?rev=587718&r1=587717&r2=587718&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/conf/tomcat/jetspeed-tomcat-5.5.xml (original)
+++ portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/conf/tomcat/jetspeed-tomcat-5.5.xml Tue Oct 23 17:36:02 2007
@@ -15,7 +15,7 @@
 See the License for the specific language governing permissions and
 limitations under the License.
 -->
-<Context path="/@CONTEXT@" docBase="@CONTEXT@" crossContext="true">
+<Context crossContext="true">
 
   <Realm className="org.apache.catalina.realm.JAASRealm"
          appName="Jetspeed"

Modified: portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/conf/tomcat/jetspeed-tomcat-5.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/conf/tomcat/jetspeed-tomcat-5.xml?rev=587718&r1=587717&r2=587718&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/conf/tomcat/jetspeed-tomcat-5.xml (original)
+++ portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/conf/tomcat/jetspeed-tomcat-5.xml Tue Oct 23 17:36:02 2007
@@ -15,7 +15,7 @@
 See the License for the specific language governing permissions and
 limitations under the License.
 -->
-<Context path="/@CONTEXT@" docBase="@CONTEXT@" crossContext="true">
+<Context path="@CONTEXTPATH@" 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