I have a web server and a client applet to have chat functionality between server and client. If I run the applet on a different machine other than where the server is, it works just fine.
But if I try to run the applet from the same machine ie., http:\\localhost

ort\chat.html, then applet fails to load and I get a series of java.io.FileNotFoundException for many of the library jar files.
Not only that, it has so many inconsistent behavior in different machines (but atleast it gets loaded in all those machines). BTW, its a signed applet.
I am really confused about this behavior of my applet... it will be really helpful if somebody can help me out in solving this problem.
Thanks,
Vidya.