forked from cfmlprojects/runwar
-
Notifications
You must be signed in to change notification settings - Fork 4
/
server.json
57 lines (57 loc) · 1.66 KB
/
server.json
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
57
{
"name":"http2test",
"startTimeout":50000,
"stopsocket":54118,
"debug":true,
"console":false,
"pidFile": "",
"openBrowser":false,
"openBrowserURL":"",
"app":{
"logDir":"src/test/resources/war/simple.war/WEB-INF/logs",
"cfengine":"",
"serverHomeDirectory":"src/test/resources/war/simple.war",
"libDirs": "/Users/pyro/mgmathus_github/os/runwar/src/test/resources/war/simple.war/WEB-INF/lib",
"webConfigDir": "",
"serverConfigDir": "",
"webXML": "src/test/resources/war/simple.war/WEB-INF/web.xml",
"WARPath": "src/test/resources/war/simple.war",
"restMappings": [/rest]
},
"trayOptions":[],
"jvm": [],
"web":{
"webroot":"src/test/resources/war/simple.war",
"host":"127.0.0.1",
"directoryBrowsing":"true",
"welcomeFiles": [],
"contentDirs":["..\/pub","..\/src","\/Users\/pyro\/mgmathus_github\/os\/runwar\/src\/test\/resources\/war\/simple.war"],
"aliases":{},
"errorPages": {},
"http":{
"port":54117,
"enable":true
},
"ajp":{
"port":8009,
"enable":false
},
"ssl":{
"enable":true,
"port":54119,
"certFile":"",
"keyFile":"",
"keyPass":""
},
"rewrites": {
"enable": false,
"config": "",
"statusPath": "",
"configReloadSeconds": 0
},
"basicAuth": {
"enable": false,
"users": {"user1":"password1","alice":"12345","charsetUser":"password-ü","bob":"password"}
}
}
}