开发者

Websphere single classloader equivalence in jboss

开发者 https://www.devze.com 2023-03-31 18:21 出处:网络
We\'ve got a project migrating from websphere to jboss. In the websphere d开发者_如何转开发eployment document, there\'s a step specifying war class loader policy: single class loader for application.

We've got a project migrating from websphere to jboss. In the websphere d开发者_如何转开发eployment document, there's a step specifying war class loader policy: single class loader for application. Just wondering, what's the jboss equivalence for this step?

Thanks in advance.


Should check this out:

http://community.jboss.org/wiki/ClassLoadingConfiguration

IIRC, JBoss already uses a unified class loader by default (well at least the last time I used it which was 2 years ago). You actually have to disable it in your configuration.

0

精彩评论

暂无评论...
验证码 换一张
取 消