GitHub user mikezaccardo opened a pull request:
https://github.com/apache/incubator-brooklyn/pull/633
Add Tomcat 8 Support
A new `brooklyn.entity.webapp.tomcat8` package was created because new
`server.xml` and `web.xml` files were required. Those files must be named as
such, so they needed to be placed in a separate package since `server.xml` and
`web.xml` already exist in the `brooklyn.entity.webapp.tomcat` pacakge (for
Tomcat 7).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mikezaccardo/incubator-brooklyn
feature/tomcat8-support
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-brooklyn/pull/633.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #633
----
commit dda19f2660b16e26666d6e98f245b22f241a1121
Author: Mike Zaccardo <[email protected]>
Date: 2015-05-07T16:24:56Z
Add Tomcat8 classes
commit 0931af544a696c8d1068c00359d072cab52d2b85
Author: Mike Zaccardo <[email protected]>
Date: 2015-05-07T16:25:21Z
Add Tomcat8 server.xml and web.xml
commit 0b9dbf776bf1a2ec6aa13b6706357205d760c1d4
Author: Mike Zaccardo <[email protected]>
Date: 2015-05-07T16:25:41Z
Remove unused logger and imports
commit 47c59dfa9027ada4e3d43b5c574e057d3cea4978
Author: Mike Zaccardo <[email protected]>
Date: 2015-05-07T20:49:35Z
Add Tomcat8 tests
commit 4e554d6d83b82b0ddd5df4c78439aadcd4b5bed4
Author: Mike Zaccardo <[email protected]>
Date: 2015-05-07T20:55:46Z
Update comment class reference
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---