JAX-RS 2.0 WebSphere 8.5 without isolated shared library

橙三吉。 提交于 2019-12-05 13:53:18

It appears that you can load the JAX-RS jars from within the WAR if you change the class loading order. You need to change the order to load classes parent last. This can be done as follows;

In the admin console:

Applications -> WebSphere enterprise applications -> {your.application} -> Manage Modules -> {your.module}

Change the Class loader order dropdown to: "Classes loaded with local class loader first (parent last)".

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!