cookbook 'java-service', '= 1.0.0'
java-service (9) Versions 1.0.0 Follow1
Library cookbook which provides resources for configuring a Java service.
cookbook 'java-service', '= 1.0.0', :supermarket
knife supermarket install java-service
knife supermarket download java-service
java-service-cookbook
Library cookbook which provides resources for configuring a Java
service.
This library cookbook provides primitives to make it simple to deploy
Java services. Using the java_service resource configuration is fast
and simple; the best part is that it works with the native service
management of the operating system!
Basic Usage
THe whole point of this cookbook is to provide a dead simple way to
deploy Java services to an instance. The first resource installs and
configures a Java service as a system service. This has an advantage
of being portable based on the operating systme. The second resource
allows for easy management of the
Java properties configuration format.
Enabling and Starting a Java Service
java_service 'host-info' do artifact_version '0.2.0-SNAPSHOT' artifact_group_id 'com.bloomberg.inf' end
Dependent cookbooks
apt >= 0.0.0 |
java >= 0.0.0 |
maven ~> 2.0 |
poise ~> 2.2 |
poise-service ~> 1.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
Foodcritic Metric
1.0.0 failed this metric
FC031: Cookbook without metadata file: /tmp/cook/36c158368153d8945bcd77d9/java-service/metadata.rb:1
FC045: Consider setting cookbook name in metadata: /tmp/cook/36c158368153d8945bcd77d9/java-service/metadata.rb:1
1.0.0 failed this metric
FC045: Consider setting cookbook name in metadata: /tmp/cook/36c158368153d8945bcd77d9/java-service/metadata.rb:1