User Tools

Site Tools


en:user_advanced:gs3_server

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:user_advanced:gs3_server [2017/05/08 01:52] kjdonen:user_advanced:gs3_server [2023/03/13 01:46] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +
 +
 +
 ====== Advanced Server: Greenstone 3 ====== ====== Advanced Server: Greenstone 3 ======
  
Line 106: Line 109:
  
  
 +Set up the tomcat.port and shutdown port in your ''build.properties'' file if different from the default 8383 and 8305 respectively.
 +
 +Also edit these files ton contain the new url-prefix (if different from /greenstone3):
 +<code>
 + ./resources/web/global.properties.in
 + ./resources/web/global.properties
 +</code>
 +to change 
 +<code>[email protected]@</code>
 +to
 +<code>
 + #[email protected]@
 + tomcat.context=urban-narrative-greenstone3
 +</code>
 +
 +Don't forget to run (from GS3 folder):
 +<code>
 + ant configure-web
 +</code>
 +to regenerate the global.properties file in the actual web folder.
 +
 +Finally, to get everything running:
 +</code>
 +./gs3-setup.sh
 +ant start
 +<code>
 +Then
 +<code>ssh [email protected] (e.g. puka)</code>
 +In the same x-term, ssh -L back into the machine running the GS3 server:
 +<code>puka$ ssh -L port:localhost:port (you@)gs3-server.machine.domain</code>
 +
 +On any browser, visit:
 +<code>remote.public.machine/url-prefix/library</code>
 === Running Tomcat behind a proxy === === Running Tomcat behind a proxy ===
 Almost everything works fine when Tomcat is running behind a proxy.  Almost everything works fine when Tomcat is running behind a proxy. 
Line 134: Line 170:
 <code>http://localhost:8080/greenstone3/services/localsite?wsdl</code> <code>http://localhost:8080/greenstone3/services/localsite?wsdl</code>
 You can also deploy other sites, see the [[http://files.greenstone.org/technical/gs3manual.pdf|Greenstone 3 Developer's Manual]]. You can also deploy other sites, see the [[http://files.greenstone.org/technical/gs3manual.pdf|Greenstone 3 Developer's Manual]].
- 
  
en/user_advanced/gs3_server.1494208362.txt.gz · Last modified: 2017/05/08 01:52 by kjdon