bip         01/04/25 18:41:00

  Modified:    catalina/src/share/org/apache/catalina/session
                        LocalStrings.properties
  Log:
  Added entries for JDBCStore.
  
  Revision  Changes    Path
  1.7       +10 -0     
jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/session/LocalStrings.properties
  
  Index: LocalStrings.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/session/LocalStrings.properties,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- LocalStrings.properties   2001/04/15 10:50:04     1.6
  +++ LocalStrings.properties   2001/04/26 01:40:55     1.7
  @@ -5,6 +5,16 @@
   fileStore.saving=Saving Session {0} to file {1}
   fileStore.loading=Loading Session {0} from file {1}
   fileStore.removing=Removing Session {0} at file {1}
  +JDBCStore.alreadyStarted=JDBC Store has already been started
  +JDBCStore.notStarted=JDBC Store has not yet been started
  +JDBCStore.saving=Saving Session {0} to database {1}
  +JDBCStore.loading=Loading Session {0} from database {1}
  +JDBCStore.removing=Removing Session {0} at database {1}
  +JDBCStore.SQLException=SQL Error {0}
  +JDBCStore.checkConnectionDBClosed=The database connection is null or was found to 
be closed. Trying to re-open it.
  +JDBCStore.checkConnectionDBReOpenFail=The re-open on the database failed. The 
database could be down.
  +JDBCStore.checkConnectionSQLException=A SQL exception occured {0}
  +JDBCStore.checkConnectionClassNotFoundException=JDBC driver class not found {0}
   managerBase.complete=Seeding of random number generator has been completed
   managerBase.getting=Getting message digest component for algorithm {0}
   managerBase.gotten=Completed getting message digest component
  
  
  

Reply via email to