You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<?xml version="1.0" encoding="utf-8" standalone="no"?><!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --><!-- Note: A "Server" is not itself a "Container", so you may not define subcomponents such as "Valves" at this level. Documentation at /docs/config/server.html -->
<!-- Global JNDI resources Documentation at /docs/jndi-resources-howto.html -->
32
+
<!-- Global JNDI resources
33
+
Documentation at /docs/jndi-resources-howto.html
34
+
-->
13
35
<GlobalNamingResources>
14
-
<!-- Editable user database that can also be used by UserDatabaseRealm to authenticate users -->
36
+
<!-- Editable user database that can also be used by
37
+
UserDatabaseRealm to authenticate users
38
+
-->
15
39
<Resourceauth="Container"description="User database that can be updated and saved"factory="org.apache.catalina.users.MemoryUserDatabaseFactory"name="UserDatabase"pathname="conf/tomcat-users.xml"type="org.apache.catalina.UserDatabase" />
<!-- A "Service" is a collection of one or more "Connectors" that share a single "Container" Note: A "Service" is not itself a "Container", so you may not define subcomponents such as "Valves" at this level. Documentation at /docs/config/service.html -->
43
+
<!-- A "Service" is a collection of one or more "Connectors" that share
44
+
a single "Container" Note: A "Service" is not itself a "Container",
45
+
so you may not define subcomponents such as "Valves" at this level.
46
+
Documentation at /docs/config/service.html
47
+
-->
20
48
<Servicename="Catalina">
21
49
22
50
<!--The connectors can use a shared executor, you can define one or more named thread pools -->
<!-- A "Connector" represents an endpoint by which requests are received and responses are returned. Documentation at : 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/TLS HTTP/1.1 Connector on port 8080 -->
<!-- Define a SSL/TLS HTTP/1.1 Connector on port 8443 This connector uses the NIO implementation that requires the JSSE style configuration. When using the APR/native implementation, the OpenSSL style configuration is required as described in the APR/native documentation -->
<!-- An Engine represents the entry point (within Catalina) that processes every request. The Engine implementation for Tomcat stand alone analyzes the HTTP headers included with the request, and passes them on to the appropriate Host (virtual host). Documentation at /docs/config/engine.html -->
87
+
<!-- An Engine represents the entry point (within Catalina) that processes
88
+
every request. The Engine implementation for Tomcat stand alone
89
+
analyzes the HTTP headers included with the request, and passes them
90
+
on to the appropriate Host (virtual host).
91
+
Documentation at /docs/config/engine.html -->
38
92
39
-
<!-- You should set jvmRoute to support load-balancing via AJP ie : <Engine name="Catalina" defaultHost="localhost" jvmRoute="jvm1"> -->
93
+
<!-- You should set jvmRoute to support load-balancing via AJP ie :
<!--For clustering, please take a look at documentation at: /docs/cluster-howto.html (simple how to) /docs/config/cluster.html (reference documentation) -->
<!-- This Realm uses the UserDatabase configured in the global JNDI resources under the key "UserDatabase". Any edits that are performed against this UserDatabase are immediately available for use by the Realm. -->
108
+
<!-- This Realm uses the UserDatabase configured in the global JNDI
109
+
resources under the key "UserDatabase". Any edits
110
+
that are performed against this UserDatabase are immediately
0 commit comments