2 Replies Latest reply on Mar 13, 2018 7:18 AM by pbansal

    JBOSS EAP 7.0 throws FileNotFoundException for Jar reside inside web-inf\lib folder on Mac

    pbansal

      JBOSS EAP 7.0 throws FileNotFoundException for Jar reside inside web-inf\lib folder on Mac. While same is working fine with EAP 6.4 with same settings. Jar is having big name about 60 character.

       

      I am not able to replicate same on Linux and/or Windows with same settings.

       

      It seems that there is some issue with Mac flavor of JBOSS.

       

      The Jar contains only resources which are required by application code at the time of execution.

       

      This is inside War file so it deployed with War file. I can see same file in tmp location of standalone as i have deployed application in Standalone domain. This jar is used to contains resources but we are also having one class file to get the absolute path inside JBOSS tmp directory. This Jar contains only resources file required to execute at run time.

       

      In application code, this Jar file is referenced using complete (actual) path.