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
Web application: if some application have used path from context to load resource than while deploying those web-app using this plugin it fails.
Can we have some sort of parameter to give custom web-app deploy path?
For example :
context path is "/test"
if I'm loading some static resurce using /test/images/loader.gif, than it will fail.
But if some how I set 'inplaceWebappDir' like below than it will successfully loads.
gretty {
inplaceWebappDir = "build/inplaceApp_Tomcat/webapps/test"
}
The text was updated successfully, but these errors were encountered:
Web application: if some application have used path from context to load resource than while deploying those web-app using this plugin it fails.
Can we have some sort of parameter to give custom web-app deploy path?
For example :
context path is "/test"
if I'm loading some static resurce using /test/images/loader.gif, than it will fail.
But if some how I set 'inplaceWebappDir' like below than it will successfully loads.
gretty {
inplaceWebappDir = "build/inplaceApp_Tomcat/webapps/test"
}
The text was updated successfully, but these errors were encountered: