[prev in list] [next in list] [prev in thread] [next in thread] 

List:       slide-dev
Subject:    cvs commit: jakarta-slide/src/conf/catalina/standalone/conf server.xml web.xml tomcat-users.xml
From:       remm () locus ! apache ! org
Date:       2000-07-25 20:16:45
[Download RAW message or body]

remm        00/07/25 13:16:43

  Modified:    .        build.xml
               src/conf/catalina/standalone/conf server.xml web.xml
  Removed:     src/conf/catalina/standalone/conf tomcat-users.xml
  Log:
  - Now use the SlideRealm for user authentication under Catalina.
  
  Revision  Changes    Path
  1.29      +1 -0      jakarta-slide/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/build.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- build.xml	2000/07/20 21:41:52	1.28
  +++ build.xml	2000/07/25 20:16:42	1.29
  @@ -349,6 +349,7 @@
        destdir="${slide.build}/classes"
        debug="off" deprecation="off" 
        includes="**/org/apache/tomcat/**"
  +     excludes="**/CVS/**"
        classpath="${slide.build}/classes:${catalina.build}/classes" />
       <copyfile src="src/etc/MANIFEST.MF" 
        dest="${slide.build}/classes/MANIFEST.MF" />
  
  
  
  1.4       +1 -1      jakarta-slide/src/conf/catalina/standalone/conf/server.xml
  
  Index: server.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/conf/catalina/standalone/conf/server.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- server.xml	2000/06/06 06:23:07	1.3
  +++ server.xml	2000/07/25 20:16:42	1.4
  @@ -20,7 +20,7 @@
   	    timestamp="true"/>
   
       <!-- Because this Realm is here, an instance will be shared globally -->
  -    <Realm className="org.apache.tomcat.realm.MemoryRealm" />
  +    <Realm className="org.apache.tomcat.realm.SlideRealm" />
   
       <Host name="localhost" debug="0" root="true" appBase="">
   
  
  
  
  1.3       +1 -1      jakarta-slide/src/conf/catalina/standalone/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/conf/catalina/standalone/conf/web.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- web.xml	2000/06/06 06:23:07	1.2
  +++ web.xml	2000/07/25 20:16:43	1.3
  @@ -18,7 +18,7 @@
   
     <security-constraint>
       <auth-constraint>
  -      <role-name>tomcat</role-name>
  +      <role-name>root</role-name>
       </auth-constraint>
       <web-resource-collection>
         <web-resource-name>DAV resource</web-resource-name>
  
  
  

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic