Changeset 6492


Ignore:
Timestamp:
2004-01-14T14:58:02+13:00 (20 years ago)
Author:
nzdl
Message:

now link to some jar files from the web/lib dir - those needed for applets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/gs3-finalise.sh

    r6459 r6492  
    5757done
    5858
     59# any jar files used by applets need to go into the web/lib directory. so we link to them
     60pushd $GSDL3HOME/web/lib
     61ln -s ../../lib/java/phind.jar
     62ln -s ../../lib/java/xml-apis.jar
     63ln -s ../../lib/java/xercesImpl.jar
     64popd
     65
    5966# set up the sql db
    6067pushd $GSDL3HOME/packages/mysql
    6168./bin/mysql_install_db
    62 #./bin/mysql_safe &
     69#./bin/mysqld_safe &
    6370./bin/mysql --user=root --execute="GRANT SELECT,INSERT,DELETE,UPDATE,DROP,CREATE ON *.* TO gsdl3admin@localhost;"
    6471./bin/mysql --user=root --execute="GRANT SELECT ON *.* TO gsdl3reader@localhost;"
Note: See TracChangeset for help on using the changeset viewer.