source: gs3-extensions/jetty/trunk/src/README.txt@ 25713

Last change on this file since 25713 was 25713, checked in by davidb, 12 years ago

Example of how to get Greenstone3 going with Jetty

File size: 894 bytes
Line 
1
2** Simplified instructions for collections which only use Lucene and JDBM **
3
41. unzip jetty-6.1.26.zip
5
62. cd jetty-6.1.26
7
83. cp ../../../web webapps/greenstone3
9
104. edit 'global.properties' to gsdl3home is set to the right area with webapps
11
125. cp LuceneWrapper3.jar into webapps/greenstone3/WEB-INF/classes/
13 and then unjar it
14
15 Going beyond the initial page view,
16
17 http://localhost:8080/greenstone3/index.html
18
19 and to start generating pages with the servlet, then it quickly runs
20 into problems (undefined ... access STOP_ENGLISH_WORDs or something similar).
21
22 Unjaring this file appears to be enought to let everything else run
23 OK. For example, the same did not have to be done for JDBM.jar for
24 the database part
25
26
276. run java -jar start.jar
28
297. visit http://localhost:8080/greenstone3/
30
31 All versions of the interface (default, gs2, etc.) displayed correctly.
Note: See TracBrowser for help on using the repository browser.