Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

esri-tomcat (11) Versions 0.1.7

Installs/Configures esri-tomcat

Policyfile
Berkshelf
Knife
cookbook 'esri-tomcat', '= 0.1.7', :supermarket
cookbook 'esri-tomcat', '= 0.1.7'
knife supermarket install esri-tomcat
knife supermarket download esri-tomcat
README
Dependencies
Changelog
Quality 33%

esri-tomcat cookbook

This cookbook installs and configures Apache Tomcat for using with ArcGIS Web Adaptor.

Requirements

Platforms

  • RHEL 6, 7
  • Ubuntu 14.04, 16.04, 18.04

Dependencies

The following cookbooks are required:
* tomcat
* openssl

Attributes

General

  • node['tomcat']['version'] = Tomcat version to install. Default is 8.0.33.
  • node['tomcat']['instance_name'] = tomcat instance name. Default is arcgis.
  • node['tomcat']['install_path'] = tomcat installation directory. Default is /opt/tomcat_INSTANCENAME_VERSION.
  • node['tomcat']['tarball_path'] = tomcat tarball archive path. Default is <Chef file cache path>/apache-tomcat-<tomcat version>.tar.gz.
  • node['tomcat']['verify_checksum'] = Verify checksum of downloaded tomcat tarball. Default value is true.

SSL/TLS

  • node['tomcat']['keystore_file'] = Optional: Path to the keystore file. If not provided, a new file and a self-signed certificate will be created.
  • node['tomcat']['keystore_password'] = Optional: Password to the keystore.
  • node['tomcat']['ssl_enabled_protocols'] = SSL protocols of HTTPS listener. Default is TLSv1.2,TLSv1.1,TLSv1.
  • node['tomcat']['domain_name'] = Domain name for generated self-signed SSL certificate. Default is Fully Qualified Domain Name.

Issues

Find a bug or want to request a new feature? Please let us know by submitting an issue.

Contributing

Esri welcomes contributions from anyone and everyone. Please see our guidelines for contributing.

Licensing

Copyright 2016-2020 Esri

Licensed under the Apache License, Version 2.0 (the "License");
You may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

A copy of the license is available in the repository's License.txt file.

[](Esri Tags: ArcGIS Chef Cookbook Tomcat)
[](Esri Language: Ruby)

Dependent cookbooks

tomcat >= 3.2.0
openssl ~> 8.5

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

esri-tomcat cookbook CHANGELOG

This file is used to list changes made in each version of the esri-tomcat cookbook.

0.1.7

  • Disabled AJP port connector.

0.1.6

  • Added tarball_path attribute.

0.1.5

  • Updated and locked versions of dependent cookbooks.

0.1.4

  • Install Tomcat 8.0.53 as default.
  • Use openjdk for test kitchen.

0.1.3

  • Add ec2 test kitchen.

0.1.2

  • Update tomcat dependency version > 2.5.2
  • Fix chef 14 deprecation warnings
  • Update kitchen to use chef 13

0.1.1

  • Add additional guard for tomcat_install resource
  • Fix some rubocop offenses

0.1.0

  • Installs and configures Apache Tomcat for using with ArcGIS Web Adaptor

Collaborator Number Metric
            

0.1.7 passed this metric

Contributing File Metric
            

0.1.7 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

0.1.7 failed this metric

FC069: Ensure standardized license defined in metadata: esri-tomcat/metadata.rb:1
Run with Foodcritic Version 14.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

0.1.7 passed this metric

Testing File Metric
            

0.1.7 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

0.1.7 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number