Changeset 10316


Ignore:
Timestamp:
2005-07-26T15:37:14+12:00 (19 years ago)
Author:
kjdon
Message:

more notes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/README.txt

    r10312 r10316  
    181181
    182182If you want to use an existing Tomcat, set the path to its base directory
    183 in build.properties (tomcat.installed.path). Then run 'ant prepare install'. If you have already done an install (e.g. using a local Tomcat), you don't need to do it again.
     183in build.properties (tomcat.installed.path) (on windows need to use double backslashes in paths '\\'). Then run 'ant prepare install'. If you have already done an install (e.g. using a local Tomcat), you don't need to do it again.
    184184
    185185 You will need to modify the Tomcat setup slightly.
     
    1871871. Tell Tomcat about the Greenstone web app. There are two ways to do this.
    188188
    189 A. Add in the Greenstone context to Tomcat's server.xml.
     189A. Add in the Greenstone context to Tomcat's server.xml (In the Host name="localhost".. element)
    190190
    191191<Context path="/gsdl3" docBase="path-to-gsdl3/web" debug="1"
     
    250250You will need to edit the gsdl3/web/WEB-INF/classes/global.properties file and set the two passwords that you used in here:
    251251mysql.admin.pword and mysql.reader.pword
     252The mysql.tcp.port property specified here should be set to the port that your mysql is running on. (default 3306).
    252253
    253254You should also load up the database for the gs3mgdemo collection:
Note: See TracChangeset for help on using the changeset viewer.