source: main/trunk/package-kits/linux/files/greenstone3.xml@ 29546

Last change on this file since 29546 was 29546, checked in by Jeremy Symon, 9 years ago

Arch package now automatically sets the owner of the web directory to the tomcat user. The functionality is also implemented for the other package managers, but not yet tested.

File size: 374 bytes
Line 
1<Context path="/greenstone3" docBase="@WEB@" reloadable="true">
2 <Realm className="org.apache.catalina.realm.JDBCRealm"
3 driverName="org.apache.derby.jdbc.EmbeddedDriver"
4 connectionURL="jdbc:derby:@WEB@/etc/usersDB"
5 userTable="users" userNameCol="username" userCredCol="password"
6 userRoleTable="roles" roleNameCol="role"
7 />
8</Context>
Note: See TracBrowser for help on using the repository browser.