source: gs3-extensions/fedora/trunk/src/fedora-files/web.properties.in

Last change on this file was 26434, checked in by ak19, 11 years ago

While getting GS3-with-Fedora collections to work on Puka discovered more issues. 1. Several additional files needed to become template files with placeholder values for the GS3 tomcat server and port, fedora password and index write lock timeout value. Other files needed further modifications (particularly fedora.fcfg.in and gsearch's fgsconfig-basic.properties) to make sure server and port values weren't fixed to localhost and 8383 defaults. 2. The build.xml had to be updated to make changes to these new and modified files during the installation process. 3. There's now a new target in build.xml: uninstall-fedora. 4. README file update with all this information, as well as corrections and clarifications.

File size: 344 bytes
Line 
1#Spring override properties
2#Fri Oct 19 15:27:23 NZDT 2012
3security.ssl.api.management=ANY_CHANNEL
4security.auth.filters=AuthFilterJAAS
5security.fesl.authN.jaas.apia.enabled=false
6fedora.port=@tomcatport@
7security.fesl.authZ.enabled=false
8fedora.port.secure=@tomcatport@
9security.ssl.api.default=ANY_CHANNEL
10security.ssl.api.access=ANY_CHANNEL
Note: See TracBrowser for help on using the repository browser.