I am using Websphere Application Server v7.0.0.29
version. My objective is to add some native library into Websphere shared library. On adding the native path in a shared library and referencing it to the application , the corresponding paths are updated properly in AppSrvr/config/cells/CellName/Cluster/library.xml
.
However , I could not see the native library paths I added in the SystemOut.log
file "Java Library Path
" . (Application is not loading the paths ). Also the class loaders are not having it. Even after Referencing . I tried complete shutdown of all WAS and JVM
process and restarting , but didnt work.
Please suggest how could I proceed ?
Regards, Chandru