Changeset 27922


Ignore:
Timestamp:
2013-07-24T12:44:55+12:00 (11 years ago)
Author:
sjm84
Message:

Part of moving the userDB from localsite to web

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/resources/tomcat/greenstone3.xml

    r27823 r27922  
    1212    <Realm className="org.apache.catalina.realm.JDBCRealm"
    1313        driverName="org.apache.derby.jdbc.EmbeddedDriver"
    14         connectionURL="jdbc:derby:@gsdl3webhome@/sites/localsite/etc/usersDB"
     14        connectionURL="jdbc:derby:@gsdl3webhome@/etc/usersDB"
    1515        userTable="users" userNameCol="username" userCredCol="password"
    1616        userRoleTable="roles" roleNameCol="role"
Note: See TracChangeset for help on using the changeset viewer.