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

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

Lots of changes to get edit mode working. Changed variable marker to %var% instead of @var@ in order to differentiate from greenstone build variables, which allows variables to be used in patch files now. Added wget dependency. Enabled cgi scripts. Added patches to set correct settings in global.properties, gsdl3site.cfg.

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