|
getServletContext().getRealPath(""); will only return the doc root of the web application, not the directory of the servlet class. I don't think think there is an API that tells where the servlet resides. I think this is more of a java/JVM question rather than a servlet api question. It's along the lines of - the JVM loaded a class from a list of directories in the classpath, how can I discover at run-time which directory such class was loaded from? If anyone knows how to do such a thing in java, pls speak up. Short of that, it would be a (not so simple) matter of parsing thru the system classpath + servlet context classpath directories one-by-one, searching for the target servlet. "Clapham, Paul" <pclapham@core-mark.com>@midrange.com on 04/21/2001 07:12:51 PM Please respond to JAVA400-L@midrange.com Sent by: owner-java400-l@midrange.com To: JAVA400-L@midrange.com cc: Fax to: Subject: RE: How to retrieve the real path for servlets? Something like getServletContext().getRealPath(""); will probably do what you want. PC2 -----Original Message----- From: Bruce Jin [mailto:brucej@MRC-PRODUCTIVITY.COM] Sent: April 20, 2001 10:47 To: JAVA400-L@midrange.com Subject: How to retrieve the real path for servlets? Can I retrieve the directory path path for which my servlets resides? For example, I store my servlets in directory /dirA/dirB/, can I get this /dirA/dirB/ info within the servlet? Thanks Bruce +--- | This is the JAVA/400 Mailing List! | To submit a new message, send your mail to JAVA400-L@midrange.com. | To subscribe to this list send email to JAVA400-L-SUB@midrange.com. | To unsubscribe from this list send email to JAVA400-L-UNSUB@midrange.com. | Questions should be directed to the list owner: joe@zappie.net +--- +--- | This is the JAVA/400 Mailing List! | To submit a new message, send your mail to JAVA400-L@midrange.com. | To subscribe to this list send email to JAVA400-L-SUB@midrange.com. | To unsubscribe from this list send email to JAVA400-L-UNSUB@midrange.com. | Questions should be directed to the list owner: joe@zappie.net +---
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.