EXPERIMENTAL AND UNOFFICIAL, don't expect support of any type from Engine Yard on this. This is just a crazy idea that came to my mind a few weeks ago.
- Compile the java web application and create an "exploded" war file with any tool you like better, if you use maven you can run "mvn war:exploded".
- Create a git repository for your exploded web application and push the compiled code.
- Add those files to the root of your repository:
- Go to Engine Yard AppCloud's dashboard and press the button "Create New Application", add the git url for your repository, select "Rack" as application type and submit the form.