Ignore:
Timestamp:
2004-10-21T15:33:52+13:00 (20 years ago)
Author:
kjdon
Message:

small changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/greenstone3-extensions/vishnu/README

    r8301 r8405  
    3232java vishnu.builder.CollectionBuilder -collsHome (directory where collections live: path-to-vishnu/collections) -collection (directory name of collection) -name (descriptive name for collection) -description (collection description) -index ("mg" or "luc")
    3333
     34If you want to use views, add the option "-use-views" to the above command. This will create a separate index for each sub-directory in the import folder, and you can search each sub-view independently.
     35
    3436Using a GUI tool:
    3537java vishnu.builder.IndexerGUI
     
    6466</buildConfig>
    6567
     68Note that you cannot use views in the Greenstone context yet.
    6669
    6770RUNNING THE SERVLET:
     
    6972
    7073If you are running this standalone, you need to run a servlet container for VisServlet.
    71 We have provided an example for use with Tomcat (version 4.1).
     74We have provided an example configuration for use with Tomcat (version 4.1).
    7275
    7376Set the prefix in the src/vishnu Makefile to be ../.., then the servlet class and jar files will be installed in the correct places.
     
    8386RUNNING THE APPLET:
    8487
    85 The file vishnu/web/index.html is an introductory page about vishnu, and contains the applet. Make sure that the library parameter has the correct address for your visualiser servlet. The default is http://localhost:8080/vishnu/server. This will be correct if you haveinstalled Tomcat to use port 8080, and have set the vishnu servlet up as described above. But note, if you are using Mozilla, it may not like localhost here, so if you have problems, try putting the full name of the server running Tomcat in place of localhost.
     88The file vishnu/web/index.html is an introductory page about vishnu, and contains the applet. Make sure that the library parameter has the correct address for your visualiser servlet. The default is http://localhost:8080/vishnu/server. This will be correct if you have installed Tomcat to use port 8080, and have set the vishnu servlet up as described above. But note, if you are using Mozilla, it may not like localhost here, so if you have problems, try putting the full name of the server running Tomcat in place of localhost.
    8689
    8790If you are running Tomcat as described above, you can view this index file at http://localhost:8080/vishnu/index.html
Note: See TracChangeset for help on using the changeset viewer.