Ignore:
Timestamp:
2014-12-08T12:19:58+13:00 (9 years ago)
Author:
Jeremy Symon
Message:

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.

Location:
main/trunk/package-kits/linux/files
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/package-kits/linux/files/greenstone

    r29526 r29546  
    8585if test -z "$GSDL3HOME" ; then
    8686    echo "Setting collections location to the default" >&2
    87     GSDL3HOME=@GSSRV@
     87    GSDL3HOME=@WEB@
    8888fi
    8989export GSDL3HOME
  • main/trunk/package-kits/linux/files/greenstone3.xml

    r29481 r29546  
    1 <Context path="/greenstone3" docBase="/srv/gsdl/" reloadable="true">
     1<Context path="/greenstone3" docBase="@WEB@" reloadable="true">
    22    <Realm className="org.apache.catalina.realm.JDBCRealm"
    33        driverName="org.apache.derby.jdbc.EmbeddedDriver"
    4         connectionURL="jdbc:derby:/srv/gsdl/etc/usersDB"
     4        connectionURL="jdbc:derby:@WEB@/etc/usersDB"
    55        userTable="users" userNameCol="username" userCredCol="password"
    66        userRoleTable="roles" roleNameCol="role"
Note: See TracChangeset for help on using the changeset viewer.