You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+78-1Lines changed: 78 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,87 @@ A modified version of Tomcat v7.0.29 to run on [CloudFoundry](http://www.cloudfo
4
4
Bascially, this is just what is described [here](http://blog.cloudfoundry.org/2012/06/18/deploying-tomcat-7-using-the-standalone-framework/) all done for you.
A tar.gz package of the contents of this repository is being served from [here](http://ericbottard.github.com/cloudfoundry-tomcat-7/org/cloudfoundry/samples/tomcat7-standalone/7.0.29/tomcat7-standalone-7.0.29.tar.gz) making [http://ericbottard.github.com/cloudfoundry-tomcat-7/](http://ericbottard.github.com/cloudfoundry-tomcat-7/) appear as a Maven repository. You can have your project download this package and put your web application in it thanks to the Maven assembly project. Just do the following (maybe using a dedicated Maven profile if you wish):
17
+
18
+
1. Add `http://ericbottard.github.com/cloudfoundry-tomcat-7` as a Maven repository, either through your repo manager of choice or in your pom.xml:
Now, when you build your project, you'll get a tomcat 7 distribution already enabled for CloudFoundry with your app set up as `webapps/ROOT` ready to go. You just have to `vmc push --path target/tomcat7`
0 commit comments