Nachtrag, wie üblich sind files nicht mitgekommen.
git-svn-id: https://svn.libreccm.org/ccm/trunk@1067 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
d9116416ea
commit
5460dd8f7b
Binary file not shown.
|
|
@ -0,0 +1,59 @@
|
|||
--- conf/server.xml.bak 2011-08-20 20:08:54.871251765 +0200
|
||||
+++ conf/server.xml 2011-08-20 20:17:57.623539167 +0200
|
||||
@@ -19,7 +19,7 @@
|
||||
define subcomponents such as "Valves" at this level.
|
||||
Documentation at /docs/config/server.html
|
||||
-->
|
||||
-<Server port="8005" shutdown="SHUTDOWN">
|
||||
+<Server port="8015" shutdown="SHUTDOWN">
|
||||
|
||||
<!--APR library loader. Documentation at /docs/apr.html -->
|
||||
<Listener className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="on" />
|
||||
@@ -64,30 +64,30 @@
|
||||
Java HTTP Connector: /docs/config/http.html (blocking & non-blocking)
|
||||
Java AJP Connector: /docs/config/ajp.html
|
||||
APR (HTTP/AJP) Connector: /docs/apr.html
|
||||
- Define a non-SSL HTTP/1.1 Connector on port 8080
|
||||
+ Define a non-SSL HTTP/1.1 Connector on port 8090
|
||||
-->
|
||||
- <Connector port="8080" protocol="HTTP/1.1"
|
||||
+ <Connector port="8090" protocol="HTTP/1.1"
|
||||
connectionTimeout="20000"
|
||||
- redirectPort="8443" />
|
||||
+ redirectPort="8453" />
|
||||
<!-- A "Connector" using the shared thread pool-->
|
||||
<!--
|
||||
<Connector executor="tomcatThreadPool"
|
||||
port="8080" protocol="HTTP/1.1"
|
||||
connectionTimeout="20000"
|
||||
- redirectPort="8443" />
|
||||
+ redirectPort="8453" />
|
||||
-->
|
||||
- <!-- Define a SSL HTTP/1.1 Connector on port 8443
|
||||
+ <!-- Define a SSL HTTP/1.1 Connector on port 8453
|
||||
This connector uses the JSSE configuration, when using APR, the
|
||||
connector should be using the OpenSSL style configuration
|
||||
described in the APR documentation -->
|
||||
<!--
|
||||
- <Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
|
||||
+ <Connector port="8453" protocol="HTTP/1.1" SSLEnabled="true"
|
||||
maxThreads="150" scheme="https" secure="true"
|
||||
clientAuth="false" sslProtocol="TLS" />
|
||||
-->
|
||||
|
||||
- <!-- Define an AJP 1.3 Connector on port 8009 -->
|
||||
- <Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />
|
||||
+ <!-- Define an AJP 1.3 Connector on port 8019 -->
|
||||
+ <Connector port="8019" protocol="AJP/1.3" redirectPort="8453" />
|
||||
|
||||
|
||||
<!-- An Engine represents the entry point (within Catalina) that processes
|
||||
@@ -126,7 +126,7 @@
|
||||
Note: XML Schema validation will not work with Xerces 2.2.
|
||||
-->
|
||||
<Host name="localhost" appBase="webapps"
|
||||
- unpackWARs="true" autoDeploy="true"
|
||||
+ unpackWARs="false" autoDeploy="true"
|
||||
xmlValidation="false" xmlNamespaceAware="false">
|
||||
|
||||
<!-- SingleSignOn valve, share authentication between web applications
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
--- conf/tomcat-users.xml~ 2008-01-28 17:41:06.000000000 -0500
|
||||
+++ conf/tomcat-users.xml 2008-03-07 19:40:07.000000000 -0500
|
||||
@@ -23,4 +23,9 @@
|
||||
<user username="both" password="tomcat" roles="tomcat,role1"/>
|
||||
<user username="role1" password="tomcat" roles="role1"/>
|
||||
-->
|
||||
+
|
||||
+<!-- The host manager webapp is restricted to users with role "admin" -->
|
||||
+<!--<user name="tomcat" password="password" roles="admin" />-->
|
||||
+<!-- The manager webapp is restricted to users with role "manager" -->
|
||||
+<!--<user name="tomcat" password="password" roles="manager" />-->
|
||||
</tomcat-users>
|
||||
Loading…
Reference in New Issue