Skip to content

gvagenas/tomcat7-clickstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tomcat 7 ClickStack

To use:

bees app:deploy -t tomcat7 -a APP_ID WAR_FILE

Tomcat 7 ClickStack for CloudBees PaaS. Deploy any Servlet2.x/3.x/JSP.

Pre-requisite

  • OpenJDK 6
  • Bash shellA
  • Make tools

Build

$ make package

After successful build tomcat7-plugin.zip is created and can be uploaded to the CloudBees platform location by the CloudBees team.

Package and Deploy Sample App

Create application zip file

$ cd example
$ zip -r ../build/hello.zip hello/ 
$ cd ..

Deploy

$ bees app:deploy -a APP_ID -t tomcat7  build/hello.war

TODOs

  • Support injection of Database resources
  • Add idle/active timeouts
  • Add stats polling support

About

CloudBees ClickStack for Tomcat7

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors