|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
------------------------------------------------------------------------------ How ServiceNow helps IT people transform IT departments: 1. Consolidate legacy IT systems to a single system of record for IT 2. Standardize and globalize service processes across IT 3. Implement zero-touch automation to replace manual, redundant tasks http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk
_______________________________________________ Dspace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-devel

Below are my current configuration settings, but overall it is configured as described here:
https://wiki.duraspace.org/display/DSPACE/Installing+DSpace+on+FreeBSD
Apache httpd virtualhost config (both, 80 and 443):
<IfModule jk_module>
JkMount /xmlui localhost-worker
JkMount /xmlui/* localhost-worker
JkMount /solr localhost-worker
JkMount /solr/* localhost-worker
JkMount /solr2 localhost-worker
JkMount /solr2/* localhost-worker
JkMount /oai localhost-worker
JkMount /oai/* localhost-worker
JkMount /handle localhost-worker
JkMount /handle/* localhost-worker
JkMount /themes localhost-worker
JkMount /themes/* localhost-worker
</IfModule>
mod_jk workers.properties file contains:
worker.list=localhost-worker
worker.localhost-worker.port=8009
worker.localhost-worker.host=localhost
worker.localhost-worker.type=ajp13
worker.localhost-worker.lbfactor=1
tomcat server configuration:
<Connector port="8080" protocol="HTTP/1.1"
maxThreads="200"
minSpareThreads="25"
enableLookups="false"
redirectPort="8443"
acceptCount="200"
connectionTimeout="20000"
disableUploadTimeout="true"
URIEncoding="UTF-8" />
<Connector port="8009" protocol="AJP/1.3" redirectPort="8443" URIEncoding="UTF-8" />