Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set custom webapps directory instead of hard coded inplaceWebapp directory #434

Open
Kanti1702 opened this issue Sep 11, 2018 · 0 comments

Comments

@Kanti1702
Copy link

Kanti1702 commented Sep 11, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant