Socket
Socket
Sign inDemoInstall

tomact-recipe

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tomact-recipe

Tomcat recipe for Cloudify


Version published
Maintainers
1
Created
Source

tomcat

Status: Tested
Description: Tomcat 7.0.23
Maintainer: Cloudify
Maintainer email: cloudifysource@gigaspaces.com
Contributors: tamirko
Homepage: http://www.cloudifysource.org
License: Apache 2.0
Build: http://repository.cloudifysource.org/org/cloudifysource/2.1.1/gigaspaces-cloudify-2.1.1-ga-b1396-361.zip
Linux sudoer permissions*: Not required
Windows Admin permissions*: Not required
Release Date: July 1st 2012

Tested on:

  • localCloud: Windows 7 and CentOs
  • EC2: Ubuntu and CentOs
  • OpenStack: CentOs
  • Rackspace: CentOs

Synopsis

This folder contains a service recipe for Tomcat 7.0.23.

Its default http port is 8080, but it can be modified in the tomcat-service.properties. Its other ports can be also set in the tomcat-service.properties.

You can enable/disable the usage of load balancer, by modifying the useLoadBalancer property in tomcat-service.properties. If you set useLoadBalancer to true, then during its postStart event, each tomcat service instance will register itself to a load balancer. In order to use this option, you need to enable a "brother" load balancer service or have an external load balancer.

The full path from which your application war file should be downloaded, needs to be set in the applicationWarUrl property in tomcat-service.properties.

For example: applicationWarUrl = "http://repository.cloudifysource.org/org/cloudifysource/2.0.0/petclinic-mongo-example.war"

If the application that you deploy on this service, requires a database, you need to set the db's properties in the tomcat-service.properties: The following three properties need to be set:

  • dbServiceName="NO_DB_REQUIRED"
  • dbHostVarName="DB_SERVICE_IP"
  • dbPortVarName="DB_SERVICE_PORT"

Keywords

FAQs

Package last updated on 28 Nov 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc