Shared Library jar are not loaded by Liberty
问题 I have spring MVC application which uses Spring 4.I deploying my application in Liberty 16.0.0.3.I have below server.xml configuration. <server description="Default Server"> <featureManager> <feature>webProfile-7.0</feature> <feature>localConnector-1.0</feature> </featureManager> <variable name="defaultHostName" value="localhost"/> <keyStore id="defaultKeyStore" password="mypassword" /> <!-- Define an Administrator and non-Administrator --> <basicRegistry id="basic"> <user name="admin"