Can someone tell me how can I open a file on the server and to open it with the applet.

I have a HTTP server in my computer and I want to load a *.txt to the program. The *.txt is in my computer and I do not need to open something on the client machine... I juste want to use the test file in the same directory of my .class. How can I do that ?