remm        02/02/19 18:44:11

  Modified:    resources/confinstall server_2.xml
  Log:
  - Fix incorrect resource name in the config file used by the installer.
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-tomcat-4.0/resources/confinstall/server_2.xml
  
  Index: server_2.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/resources/confinstall/server_2.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- server_2.xml      1 Feb 2002 00:15:11 -0000       1.1
  +++ server_2.xml      20 Feb 2002 02:44:11 -0000      1.2
  @@ -76,7 +76,7 @@
              that are performed against this UserDatabase are immediately
              available for use by the Realm.  -->
         <Realm className="org.apache.catalina.realm.UserDatabaseRealm"
  -                 debug="0" resourceName="UserDatabase"/>
  +                 debug="0" resourceName="java:UserDatabase"/>
   
         <!-- Comment out the old realm but leave here for now in case we
              need to go back quickly -->
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to