Ignore:
Timestamp:
2015-06-09T19:23:24+12:00 (9 years ago)
Author:
ak19
Message:

Related to commits 29903 and 29923. Adding a property for the derbyserver, which will be localhost by default.

File:
1 edited

Legend:

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

    r29903 r29977  
    1818    <Realm className="org.apache.catalina.realm.JDBCRealm"
    1919        driverName="org.apache.derby.jdbc.ClientDriver"
    20         connectionURL="jdbc:derby://localhost:@derbyserverport@/@gsdl3webhome@/etc/usersDB"
     20        connectionURL="jdbc:derby://@derbyserver@:@derbyserverport@/@gsdl3webhome@/etc/usersDB"
    2121        userTable="users" userNameCol="username" userCredCol="password"
    2222        userRoleTable="roles" roleNameCol="role"
Note: See TracChangeset for help on using the changeset viewer.