0 Replies Latest reply on Nov 21, 2003 6:19 AM by sian_baldwin

    File Upload fails on localhost but works on Unix?

    sian_baldwin

      I have an application .ear which when deployed to my remote UNIX server works fine i.e. i can upload files to server and then collect them from the server and move them to a remote file server.

      However, when the same application is deployed on my localhost (Windows). No file is physically uploaded onto the Jboss server and so when i try to pick it up to move it to the file server the application throws an exception:

      java.io.FileNotFoundException: \add_document_element.html (The system cannot find the file specified)
      at java.io.FileInputStream.open(Native Method)
      at java.io.FileInputStream.(FileInputStream.java:103)
      at kmaMgr.servlets.SubmitDocument.doGet(SubmitDocument.java:87)
      .....

      I would greatly appreciate any help. I assume it is something to do with security permissions which are different for a windows based jboss server to a unix one??

      Thanks
      Sian