How to find Web context root? Igor Spasic 创建于 2006年12月19日 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.