gradle-tomcat-plugin icon indicating copy to clipboard operation
gradle-tomcat-plugin copied to clipboard

Draft: Add support for mounting additional resources

Open sebkur opened this issue 3 years ago • 1 comments

I added the plugin to a web app I work on. Works nicely, I just found I couldn't configure something that I usually configure for development in Eclipse and deployment as WAR files: additional resources that are mounted at a specific location of the web app.

I usually use this to make client side JavaScript/CSS libraries available at a specific location and also serve static files generated by other Gradle plugins.

sebkur avatar Feb 10 '22 13:02 sebkur

Here's an example web app using the feature: https://github.com/sebkur/example-web-app

Note that it depends on classpath 'com.bmuschko:gradle-tomcat-plugin:2.7.0-local' which needs to be published locally using the changes in this PR.

sebkur avatar Feb 10 '22 13:02 sebkur