5 Replies Latest reply on May 5, 2009 10:59 AM by mwringe

    webapp deployment objects

    mwringe

      I have a deployer that needs information about a deployed webapp. Specifically things like its servlet context and context path. Currently we get this information by hacking around with specific pojo bean injections to get mbean object names and then access the mbean server to get the actual objects . Its not an ideal situation right now.

      As far as I can tell, there is no easy way to get this information. Is there any plans to extends the web deployers to pass this information along?