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
I want to deploy x.war in tomcat using cargo plugin "com.bmuschko.cargo-base".
This application runs on subdomain and has a non default appBase.
Moreover behind loadbalancer on two Servers x1.y.de and x2.y.de
I want to deploy x.war in tomcat using cargo plugin "com.bmuschko.cargo-base".
This application runs on subdomain and has a non default appBase.
Moreover behind loadbalancer on two Servers x1.y.de and x2.y.de
tomcat server.xml
defined servers as below in build.gradle
using this for deployment
This works for application in webapps directory but nor for the ones with subdomain
Any idea, how to get it working?
The text was updated successfully, but these errors were encountered: