26
|
1 <!-- Digilib Server Configuration File -->
|
|
2
|
|
3 <Server port="8005" shutdown="SHUTDOWN" debug="0">
|
|
4
|
|
5 <!-- Define an Apache-Connector Service -->
|
|
6 <Service name="Tomcat-Docuserver">
|
|
7
|
|
8 <!-- Define a non-SSL HTTP/1.1 Connector on port 8080 -->
|
|
9 <Connector className="org.apache.catalina.connector.http.HttpConnector"
|
|
10 port="8080" minProcessors="5" maxProcessors="75"
|
|
11 acceptCount="10" debug="0" connectionTimeout="60000"/>
|
|
12
|
|
13 <!-- Replace "localhost" with what your Apache "ServerName" is set to -->
|
|
14 <Engine className="org.apache.catalina.connector.warp.WarpEngine"
|
|
15 name="Apache" debug="1" appBase="webapps" defaultHost="hera.unibe.ch">
|
|
16
|
|
17 <!-- Global logger unless overridden at lower levels -->
|
|
18 <Logger className="org.apache.catalina.logger.FileLogger"
|
|
19 prefix="apache_log." suffix=".txt"
|
|
20 timestamp="true"/>
|
|
21
|
|
22 <!-- Define the default virtual host. Hostname must match the engine's. -->
|
|
23 <Host name="hera.unibe.ch" debug="0" appBase="/docuserver/tmp/digilib-test/docuserver">
|
|
24
|
|
25 <Context path="/docuserver/digitallibrary" docBase="/docuserver/tmp/digilib-test/docuserver/digitallibrary" debug="0" reloadable="false">
|
|
26 </Context>
|
|
27
|
|
28 <!--
|
|
29 <Context path="/manager" docBase="/opt/tomcat/webapps/manager" debug="0" reloadable="false">
|
|
30 </Context>
|
|
31 -->
|
|
32
|
|
33 </Host>
|
|
34
|
|
35 <!-- Because this Realm is here, an instance will be shared globally -->
|
|
36 <Realm className="org.apache.catalina.realm.MemoryRealm" />
|
|
37
|
|
38 </Engine>
|
|
39
|
|
40 </Service>
|
|
41
|
|
42 </Server>
|