: MIDRANGE dot COM Mailing List Archive

RE: How to retrieve the real path for servlets?


  • Subject: RE: How to retrieve the real path for servlets?
  • From: "Art Smet" <smet@xxxxxxxxxx>
  • Date: Sun, 22 Apr 2001 14:29:38 -0500
  • Importance: Normal
AddThis Feed Button



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@xxxx-mark.com>@midrange.com on 04/21/2001
07:12:51 PM

Please respond to JAVA400-l@xxxxxxxxxxxx

Sent by:  owner-java400-l@xxxxxxxxxxxx


To:   JAVA400-l@xxxxxxxxxxxx
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@xxxxxxxxxxxx
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@xxxxxxxxxxxx.
| To subscribe to this list send email to JAVA400-L-sub@xxxxxxxxxxxx.
| To unsubscribe from this list send email to JAVA400-L-UNsub@xxxxxxxxxxxx.
| Questions should be directed to the list owner: joe@xxxxxxxxxx
+---



+---
| This is the JAVA/400 Mailing List!
| To submit a new message, send your mail to JAVA400-l@xxxxxxxxxxxx.
| To subscribe to this list send email to JAVA400-L-sub@xxxxxxxxxxxx.
| To unsubscribe from this list send email to JAVA400-L-UNsub@xxxxxxxxxxxx.
| Questions should be directed to the list owner: joe@xxxxxxxxxx
+---





Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2010 by MIDRANGE dot 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 here. If you have questions about this, please contact