Hi All,
  My application is a servlet and it uses another application that tries to
read a property file.
Now the problem is that this application was never designed to work along
with a servlet and 
does not read its property file using a method like
  getServletContext().getResourceAsStream("/foo.html");
 Now the question that I have for you bright folks out there is how am I
supposed to go about 
feeding this application its property file:)

Thanks,
-Sumit 

-----Original Message-----
From: Shapira, Yoav [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 06, 2003 9:07 AM
To: Tomcat Users List
Subject: RE: Relative paths in servlets?


Hi,
Did you try getServletContext().getResourceAsStream("/foo.html"); ?

Yoav Shapira
Millennium ChemInformatics


>-----Original Message-----
>From: �yvind Hvamstad [mailto:[EMAIL PROTECTED]]
>Sent: Monday, January 06, 2003 8:36 AM
>To: [EMAIL PROTECTED]
>Subject: Relative paths in servlets?
>
>Hi, could anyone tell me how to access files using relative paths from a
>servlet? Say, if servlet is mapped to /bar and the file foo.html is in
>the webapps top dir. How do I access the foo.html file from the servlet.
>I tried ../foo.html, /foo.html and even
>getServletContext().getRealPath(/bar)+"/../foo.html" but none works.
>
>Any pointers?
>--
>�yvind Hvamstad
>
>
>--
>To unsubscribe, e-mail:   <mailto:tomcat-user-
>[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:tomcat-user-
>[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to