How to find Web context root? Igor Spasic Created December 19, 2006 00:59 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?
Try:
WebUtil.getWebModuleProperties(myModule).getWebRoots()
thanx, it works.