gretty icon indicating copy to clipboard operation
gretty copied to clipboard

set custom webapps directory instead of hard coded inplaceWebapp directory

Open Kanti1702 opened this issue 6 years ago • 0 comments

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" }

Kanti1702 avatar Sep 11 '18 05:09 Kanti1702