Changeset 25161


Ignore:
Timestamp:
2012-03-01T09:46:27+13:00 (12 years ago)
Author:
sjm84
Message:

Fixed an incorrect directory in the server_tomcat7.xml file

File:
1 edited

Legend:

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

    r25135 r25161  
    1111    <Realm className="org.apache.catalina.realm.JDBCRealm"
    1212        driverName="org.apache.derby.jdbc.EmbeddedDriver"
    13         connectionURL="jdbc:derby:C:/Users/sjm84/Desktop/greenstone3/web/sites/localsite/etc/usersDB"
     13        connectionURL="jdbc:derby:@gsdl3webhome@/sites/localsite/etc/usersDB"
    1414        userTable="users" userNameCol="username" userCredCol="password"
    1515        userRoleTable="roles" roleNameCol="role"
Note: See TracChangeset for help on using the changeset viewer.