This is in the Tomcat documentation that I downloaded yesterday from
jboss.org:
"Running Tomcat inside the same VM as jBoss provides a couple of benefits :
Better performance: if you have servlets, Java Beans or JSPs which access
some EJBs, the speed will dramatically increase since there's no more RMI
calls. Plain Java calls are used instead.
Nota : As of 07/03/2000, due to some ClassLoader problems, this feature is
not yet implemented, and the calls are not as fast as we would like. We hope
to fix this soon."
My question is, is this implemented now? Can Tomcat run inside the same VM
as JBoss?
Thanks - Kevin
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
List Help?: [EMAIL PROTECTED]