summaryrefslogtreecommitdiff
path: root/dev-util/artifactory-bin/files/server.xml
blob: ba87175ff5494c61eb0d3936ae70ea1f88a8c0fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<Server port="8015" shutdown="SHUTDOWN">

    <Service name="Catalina">
        <Connector port="8081" protocol="HTTP/1.1"
         maxThreads="500" minSpareThreads="20"
         enableLookups="false" disableUploadTimeout="true"
         backlog="100"/>
        <!-- This is the optional AJP connector -->
        <Connector port="8019" protocol="AJP/1.3"/>

        <Engine name="Catalina" defaultHost="localhost">
            <Host name="localhost" appBase="webapps"/>
        </Engine>

    </Service>
</Server>