Groups > Weblogic > WebLogic Servlet > Re: Retrieve deployment descriptor info?




Re: Retrieve deployment descriptor info?

Re: Retrieve deployment descriptor info?
Sat, 29 Mar 2008 02:03:35 -070
I don't suggest you to get the physical path from MBean because you need to know
some detail about some internal impl class or mbean. I prefer defining a
dedicated context parameter in your web.xml to specify the path.

In case your app is deployed as an exploded war, another workaround is to use
context.getRealPath(url) to get the physical location. Here, the url sho
Post Reply
about | contact