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
{{ message }}
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
Currently (as of 2.2.4) it is only possible to run a single web app. However there are use cases where multiple web apps should be deployed into Tomcat. It would be great if such a feature was supported by gradle-tomcat-plugin. This is similar to Multiple web-apps provided by https://github.com/akhikhl/gretty plugin.
I was thinking that this could be achieved by adding webapps configuration block, e.g.:
Each webapp then will contain all web app specific configuration and tomcat will contain Tomcat configuration. For compatibility it is probably makes sense to still support old way of configuring single app as before.
The text was updated successfully, but these errors were encountered:
Currently (as of 2.2.4) it is only possible to run a single web app. However there are use cases where multiple web apps should be deployed into Tomcat. It would be great if such a feature was supported by
gradle-tomcat-plugin
. This is similar to Multiple web-apps provided by https://github.com/akhikhl/gretty plugin.I was thinking that this could be achieved by adding
webapps
configuration block, e.g.:Each
webapp
then will contain all web app specific configuration andtomcat
will contain Tomcat configuration. For compatibility it is probably makes sense to still support old way of configuring single app as before.The text was updated successfully, but these errors were encountered: