How to find Web context root?

I do have a Project instance, a (web) Module instance and its JavaeeModuleProperties. I still can't figure how to find web context root. Any ideas?

0
Avatar
Permanently deleted user

Try:

WebUtil.getWebModuleProperties(myModule).getWebRoots()

0

请先登录再写评论。