-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstart.ini
More file actions
57 lines (47 loc) · 1.39 KB
/
start.ini
File metadata and controls
57 lines (47 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
#========================
# Required Modules
#========================
--module=ext
--module=server
--module=http
--module=deploy
#========================
# Thread configuration
#========================
jetty.threadPool.minThreads=1
jetty.threadPool.maxThreads=16
#========================
# HTTP configuration
#========================
## Comment out to enable access from other machines.
#jetty.http.host=localhost
## Set the port
jetty.http.port=9423
jetty.http.idleTimeout=300000
## Number of acceptors (-1 picks default based on number of cores)
jetty.http.acceptors=-1
## Number of selectors (-1 picks default based on number of cores)
jetty.http.selectors=-1
## ServerSocketChannel backlog (0 picks platform default)
jetty.http.acceptorQueueSize=0
#========================
# Logging Configuration
#========================
--module=logging
jetty.logging.append=true
# # Uncomment to enable request log
#--module=requestlog
#========================
# SSL Configuration
#========================
#--module=https
#--module=ssl
#jetty.ssl.port=8443
#jetty.ssl.idleTimeout=30000
#jetty.ssl.acceptors=2
#jetty.ssl.acceptorQueueSize=100
#jetty.sslContext.keyStorePath=etc/keystore
#jetty.sslContext.trustStorePath=etc/keystore
#jetty.sslContext.keyStorePassword=OBF:xxxxxxxxxxxxxxxxxx
#jetty.sslContext.keyManagerPassword=OBF:xxxxxxxxxxxxxxxxxx
#jetty.sslContext.trustStorePassword=OBF:xxxxxxxxxxxxxxxxxx