--- On Thu, 11/6/08, Ariel wrote:
> I want to open a file from an action Servlet to use it in the web
> aplication, this file is located in the site root but I don´t know 
> how to referenced, when I open the file I do this:
> File file = new File("MyFile.txt")
> 
> But an Exception is thrown because the file can´t be found
> 
> Could you help me to solve this problem?

http://java.sun.com/javaee/5/docs/api/javax/servlet/ServletContext.html#getRealPath(java.lang.String)

Dave


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

Reply via email to