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.
- OpenJDK 6
- Bash shellA
- Make tools
$ make package
After successful build tomcat7-plugin.zip is created and can be uploaded to the CloudBees platform location by the CloudBees team.
$ cd example
$ zip -r ../build/hello.zip hello/
$ cd ..
$ bees app:deploy -a APP_ID -t tomcat7 build/hello.war
- Support injection of Database resources
- Add idle/active timeouts
- Add stats polling support