-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
I am trying to find out the real path for where my servlet is running from.
I am trying to do this in the init() method before I have access to a
HttpServletRequest object. I could work it out from the real path of where
JServ is located but there doesn't seem to be any static methods or members
to tell me where the JServ installation is.
I am using a properties file during initialisation but I have to hard code
the path right now. This makes it difficult to move the code between
development, testing and production.
Any ideas?
Thanks,
Paul.
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]