0 Replies Latest reply on Dec 1, 2010 6:20 PM by paulzem

    Configure JBoss server lookup a particular folder for external libraries

    paulzem

      Hi All,

       

      We a trying to configure Jboss 4.3 to lookup a particular folder for external libraries. So far we have tried adding the following lines to the run.conf file:

       

         set JBOSS_NATIVE_HOME=\\serv1\apps\test\extlibs

         set JAVA_OPTS=%JAVA_OPTS% "-Djava.library.path=%JBOSS_NATIVE_HOME%;PATH%;%SYSTEMROOT%"

       

      However this does not work. What we see in the server log file is this entry:

       

      [STDOUT] Debugging: java.library.path = ../lib

       

      For some reason the path change is not being picked up. Has anyone got any ideas of how to fix this problem....

       

       

      bye................. Paul