Ignore:
Timestamp:
2005-04-18T15:26:50+12:00 (19 years ago)
Author:
kjdon
Message:

slightly modified instructions to use Ant

Location:
branches/ant-install-branch/gsdl3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/ant-install-branch/gsdl3/extensions/vishnu/README

    r8412 r9709  
    55If you want to run it standalone:
    66
    7 The environment variable JAVA_HOME needs to be set.
     7You need to have Java 1.4 or higher and Ant installed. The environment variable JAVA_HOME needs to be set.
    88You need to have MG installed - this should be the version from Greenstone, and you need the mg.jar file in your CLASSPATH and the libmgjni.so in your LD_LIBRARY_PATH.
    99You need the lucene 1.4 or higher jar file in your CLASSPATH.
    10 Other jar files needed in CLASSPATH: xercesImpl.jar, servlet.jar.
     10Other jar files needed in CLASSPATH: xercesImpl.jar, servlet-api.jar.
    1111These jar files all come as part of the Greenstone download. Some in gsdl3/lib/java, and servlet.jar in gsdl3/comms/jakarta/tomcat/lib (when unpacked).
    1212
    13 Edit the src/vishnu Makefile/winMake.bat and uncomment the prefix for stand-alone vishnu.
     13Edit the build.xml file and change the prefix property to be the current directory.
    1414
    15 Then run the following (on both linux or windows)
    16 
    17 make
    18 make install
     15Then run 'ant' (or "ant all').
    1916
    2017
     
    7067We have provided an example configuration for use with Tomcat (version 4.1).
    7168
    72 Set the prefix in the src/vishnu Makefile to be ../.., then the servlet class and jar files will be installed in the correct places.
    7369The vishnu/web directory is setup to be the context directory for vishnu in Tomcat.
    7470You need to edit Tomcat's conf/server.xml file, and add in the context for vishnu. Add the following element after the tomcat root context element:
  • branches/ant-install-branch/gsdl3/packages/vishnu/README

    r8412 r9709  
    55If you want to run it standalone:
    66
    7 The environment variable JAVA_HOME needs to be set.
     7You need to have Java 1.4 or higher and Ant installed. The environment variable JAVA_HOME needs to be set.
    88You need to have MG installed - this should be the version from Greenstone, and you need the mg.jar file in your CLASSPATH and the libmgjni.so in your LD_LIBRARY_PATH.
    99You need the lucene 1.4 or higher jar file in your CLASSPATH.
    10 Other jar files needed in CLASSPATH: xercesImpl.jar, servlet.jar.
     10Other jar files needed in CLASSPATH: xercesImpl.jar, servlet-api.jar.
    1111These jar files all come as part of the Greenstone download. Some in gsdl3/lib/java, and servlet.jar in gsdl3/comms/jakarta/tomcat/lib (when unpacked).
    1212
    13 Edit the src/vishnu Makefile/winMake.bat and uncomment the prefix for stand-alone vishnu.
     13Edit the build.xml file and change the prefix property to be the current directory.
    1414
    15 Then run the following (on both linux or windows)
    16 
    17 make
    18 make install
     15Then run 'ant' (or "ant all').
    1916
    2017
     
    7067We have provided an example configuration for use with Tomcat (version 4.1).
    7168
    72 Set the prefix in the src/vishnu Makefile to be ../.., then the servlet class and jar files will be installed in the correct places.
    7369The vishnu/web directory is setup to be the context directory for vishnu in Tomcat.
    7470You need to edit Tomcat's conf/server.xml file, and add in the context for vishnu. Add the following element after the tomcat root context element:
Note: See TracChangeset for help on using the changeset viewer.