0 Replies Latest reply on Jul 26, 2010 12:30 AM by judesahayaraj

    Issue while deploy application in JBOSS 4.2 under LINUX Centos 5.4

    judesahayaraj

      Hi
      I am facing a problem with a webapplication deployed in JBOSS sever4.2 under LINUX Centos 5.4. 
      In my application i have stored a PDF file in the JBOSS tmp location, while restoring the PDF . It shows " HTTP 404 File Not Found ". From the LOG file i have to know that the location of the file looks like
      /opt/jboss-4.2.0.GA/server/default/./tmp/deploy/tmp6790169302743848284WEBEAR.ear-contents/WEB-exp.war/PDF/Customer-A10-00006.pdf

       

      The tmp directory is under the default directory. kindly suggest me to avoid the /./ after the default.
      I am using  System.getProperty("file.separator"); to store and retrive PDF under multiple platforms.
      Expecting your valuable suggestions to come out of this issue.

       

      Thanks and Regards,
      Jude