en:release:3.13_release_notes
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:release:3.13_release_notes [2026/03/09 03:27] – [Proxying Tomcat with Apache] kjdon | en:release:3.13_release_notes [2026/07/22 22:57] (current) – [Solr 9] kjdon | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| **Release Date:** | **Release Date:** | ||
| - | ** Released: ** | + | **Released: |
| - | ** Release Candidate History ** | + | **Release Candidate History** |
| ===== Installation Instructions===== | ===== Installation Instructions===== | ||
| Line 40: | Line 40: | ||
| ProxyPass /solr/ http:// | ProxyPass /solr/ http:// | ||
| ProxyPassReverse /solr/ http:// | ProxyPassReverse /solr/ http:// | ||
| + | | ||
| + | ProxyPass / | ||
| | | ||
| ProxyPass /archive/ http:// | ProxyPass /archive/ http:// | ||
| ProxyPassReverse /archive/ http:// | ProxyPassReverse /archive/ http:// | ||
| + | | ||
| < | < | ||
| ProxyPassReverseCookiePath / | ProxyPassReverseCookiePath / | ||
| Line 62: | Line 64: | ||
| Your library will then be available at https:// | Your library will then be available at https:// | ||
| + | If you want your library to be available at https:// | ||
| + | < | ||
| + | |||
| + | # | ||
| + | ... | ||
| + | ProxyPass / http:// | ||
| + | ProxyPassReverse / http:// | ||
| + | | ||
| + | < | ||
| + | ProxyPassReverseCookiePath / | ||
| + | </ | ||
| + | | ||
| + | .... | ||
| + | RequestHeader set X-Forwarded-Prefix "/" | ||
| + | </ | ||
| + | |||
| + | Note that if you have a ProxyPass for / it must come AFTER any other ProxyPass directives. | ||
| ===== Running Greenstone ===== | ===== Running Greenstone ===== | ||
| ===== Important Changes and Bug Fixes for 3.13 ===== | ===== Important Changes and Bug Fixes for 3.13 ===== | ||
| + | ===== Tomcat 10 ===== | ||
| + | |||
| + | We have moved from Tomcat 8 to Tomcat 10. | ||
| + | |||
| + | ===== Solr 9 ===== | ||
| + | |||
| + | We have moved from Solr 4 to Solr9. | ||
| + | |||
| + | Solr9 runs as a separate jetty webserver. Collection cores now partly live in data/ | ||
| + | |||
| + | * If you rename a collection, or rename your Greenstone installation folder, you need to look at the cores folder, and maybe rename directories (for collection/ | ||
| + | * If you want to delete a solr collection its no longer enough just to delete the collection directory from the collect directory. The cores also need deleting. Please run delcol.pl. '' | ||
| ===== Known Issues ===== | ===== Known Issues ===== | ||
en/release/3.13_release_notes.1773026830.txt.gz · Last modified: by kjdon
