You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2003/09/13 12:58:52 UTC

cvs commit: jakarta-cactus/integration/ant/src/confs/share/orion2x/war default-web-site.xml

vmassol     2003/09/13 03:58:52

  Modified:    integration/ant/src/confs/share/orion2x/ear
                        default-web-site.xml application.xml
               integration/ant/src/confs/share/orion2x/war
                        default-web-site.xml
  Log:
  more tuning
  
  Revision  Changes    Path
  1.2       +2 -0      jakarta-cactus/integration/ant/src/confs/share/orion2x/ear/default-web-site.xml
  
  Index: default-web-site.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/ant/src/confs/share/orion2x/ear/default-web-site.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- default-web-site.xml	13 Sep 2003 10:05:46 -0000	1.1
  +++ default-web-site.xml	13 Sep 2003 10:58:52 -0000	1.2
  @@ -6,4 +6,6 @@
       <!-- The default web-app for this site, bound to the root -->
       <default-web-app application="default" name="defaultWebApp"/>
   
  +    <access-log path="../log/default-web-access.log"/>
  +
   </web-site>
  
  
  
  1.2       +17 -0     jakarta-cactus/integration/ant/src/confs/share/orion2x/ear/application.xml
  
  Index: application.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/ant/src/confs/share/orion2x/ear/application.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- application.xml	13 Sep 2003 10:05:46 -0000	1.1
  +++ application.xml	13 Sep 2003 10:58:52 -0000	1.2
  @@ -13,4 +13,21 @@
   		<file path="../log/global-application.log"/>
   	</log>
   
  +	<namespace-access>
  +		<read-access>
  +			<namespace-resource root="">
  +				<security-role-mapping>
  +					<group name="administrators" />
  +				</security-role-mapping>
  +			</namespace-resource>
  +		</read-access>
  +		<write-access>
  +			<namespace-resource root="">
  +				<security-role-mapping>
  +					<group name="administrators" />
  +				</security-role-mapping>
  +			</namespace-resource>
  +		</write-access>
  +	</namespace-access>
  +
   </orion-application>
  
  
  
  1.2       +2 -0      jakarta-cactus/integration/ant/src/confs/share/orion2x/war/default-web-site.xml
  
  Index: default-web-site.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/ant/src/confs/share/orion2x/war/default-web-site.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- default-web-site.xml	13 Sep 2003 10:05:46 -0000	1.1
  +++ default-web-site.xml	13 Sep 2003 10:58:52 -0000	1.2
  @@ -9,4 +9,6 @@
       <!-- The Cactus test webapp -->
       <web-app application="default" name="test" root="/@cactus.context@"/>
   
  +    <access-log path="../log/default-web-access.log"/>
  +    
   </web-site>