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.
- Select "Trinidad" as server stack for your new environment.
- Create your cluster in the next step, boot it and wait for the deploy to finish!
If you use an embedded database like HSQL you can skip this, your application should be already running.
If you want to use AppCloud's provided database (LIKELY) and you use Spring Framework, you can take advantage of this extension to be able to configure your datasource using the auto generated AppCloud's credentials:
https://github.com/calavera/ey_yaml_persister
- If the application registers components to the server's level, like JMX beans, the server can not redeploy it properly using the hot deploy because it tries to register the component for the new application when it's still registered by the old one.