Hi,
I have built a Java servlet, that gets a directory as param and gives out the content of this directory.
If I run this servlet on my own computer (via VisualCafe Servletrunner), it just works fine. I have access to all directories on my computer as well as all mounted network directories.
If I run the servlet on our webserver (via Netscape Enterprise Server 3.5 and JRun), I only have access to the local directories of the server machine. I cannot access the network directories that are mounted to the server machine. (OS is Windows NT 4.0)
Has someone a hint why that is so and how to solve the problem?
See you
Rurik Becker