Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyrille-leclerc/tomee-clickstack
Use Apache TomEE 1.5 as a container
https://github.com/cyrille-leclerc/tomee-clickstack
Last synced: 6 days ago
JSON representation
Use Apache TomEE 1.5 as a container
- Host: GitHub
- URL: https://github.com/cyrille-leclerc/tomee-clickstack
- Owner: cyrille-leclerc
- Created: 2013-04-09T13:03:39.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-09T13:11:13.000Z (almost 12 years ago)
- Last Synced: 2024-11-09T07:53:47.585Z (2 months ago)
- Language: Shell
- Homepage:
- Size: 113 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TomEE 1.5 ClickStack
TomEE 1.5 ClickStack for CloudBees PaaS. Deploy any Servlet2.x/3.x/JSP or Java EE Web Profile app.
# Pre-requisite
* OpenJDK 6
* Bash shell
* Make tools# Build
$ make package
After successful build tomee15-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 tomee15 build/hello.war
## TODOs
* Support injection of Database resources
* Add idle/active timeouts
* Add stats polling support