I am developing a JSF application where I am using "net use" command to map drive.When I am running this application through eclipse it is successfully executing the command and mapping the drive.But when deploying WAR file of same application on Apache Tomcat 6 this "net use" command is not executing and drive is not mapped...any reason for this???