Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
I am using Websphere application server 9. I have some external files that are not supposed to be packaged as part of war file, but those files should be available for Websphere application server in its classpath. i.e the external files should be available in the classpath.
You could try to create a shared library
https://www.ibm.com/support/knowledgecenter/SSEQTP_9.0.5/com.ibm.websphere.base.doc/ae/tcws_sharedlib.html
yuri3, Thanks for the response. I have configured as mentioned in the document, but getting java.io.FileNotFoundException with (No such file or directory). The application is looking at the location : /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/installedApps/Cell01/awdcs_war.ear/awdcs.war/WEB-INF/classes/CustomerService/DataSourceConfiguration.xml . Could you please tell me with what path and name the shared library be created for my scenario?