RE: Obtaining the app server install path from the running servlet

2008-06-05 Thread Caldarale, Charles R
> From: Darrell Esau [mailto:[EMAIL PROTECTED] > Subject: Obtaining the app server install path from the > running servlet > > I'm not sure if this is possible, and I realize it'll be container > specific, but I'm wondering if it's possible to find the app se

Obtaining the app server install path from the running servlet

2008-06-04 Thread Darrell Esau
Hi all, I'm not sure if this is possible, and I realize it'll be container specific, but I'm wondering if it's possible to find the app server's install path from the servlet code. (I'm not looking for the webapp path, as easily obtained from ServletContext's getRealPath() method) -- I want to kn