Skip to content

Commit 378a438

Browse files
authored
Merge pull request #120 from JoshuaRogers/Adds-Tomcat-Config-For-WA
Adds Missing Web Adaptor Tomcat configuration to Ubuntu role.
2 parents 095291d + 8780479 commit 378a438

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

roles/webgis-ubuntu.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"accept_oracle_download_terms":true
77
}
88
},
9+
"tomcat":{
10+
"instance_name":"arcgis"
11+
},
912
"arcgis":{
1013
"run_as_user":"arcgis",
1114
"version":"10.5",
@@ -43,6 +46,7 @@
4346
"run_list":[
4447
"recipe[arcgis-enterprise::system]",
4548
"recipe[java]",
49+
"recipe[esri-tomcat]",
4650
"recipe[iptables]",
4751
"recipe[arcgis-enterprise::iptables]",
4852
"recipe[arcgis-enterprise::server]",

0 commit comments

Comments
 (0)