Skip to content

esri‐tomcat Cookbook Recipes

Pavel Bobov edited this page Nov 8, 2018 · 5 revisions

esri-tomcat cookbook installs and configures Apache Tomcat for using with ArcGIS Web Adaptor.

Brief descriptions of esri-tomccat cookbook recipes along with cookbook attributes are available at README.md. This page provides more detailed descriptions of the recipes and specifies attributes used by each recipe.

default

Installs Apache Tomcat and configures HTTPS listener.

{
  "tomcat": {
    "version" : "8.0.33",
    "instance_name" : "arcgis",
    "instance_path" : "/opt/tomcat_arcgis_8.0.33",
    "keystore_type" : "PKCS12",
    "keystore_file" : null,
    "keystore_password": null,
    "domain_name": "domain.com",
    "ssl_enabled_protocols" : "TLSv1.2,TLSv1.1,TLSv1"
  },
  "run_list" : [
    "recipe[esri-tomcat]"
  ]
}

If the specified keystore file does not exists, the recipe generates a self-signed SSL certificate for the specified domain.