[jboss-user] [JBoss Portal] - Re: isolating portal from others ear application

cpage do-not-reply at jboss.com
Wed Oct 11 11:14:10 EDT 2006


ear-deployer :
<server>
  |    <!-- EAR deployer, remove if you are not using ear deployments -->
  |    <mbean code="org.jboss.deployment.EARDeployer"
  |       name="jboss.j2ee:service=EARDeployer">
  |       <!-- A flag indicating if ear deployments should have their own scoped
  |       class loader to isolate their classes from other deployments.
  |       -->
  |       <attribute name="Isolated">true</attribute>
  |       <!-- A flag indicating if the ear components should have in VM call
  |       optimization disabled.
  |       -->
  |       <attribute name="CallByValue">true</attribute>
  |    </mbean>
  | </server>

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977584#3977584

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977584



More information about the jboss-user mailing list