Why risk loosing performance if you can share the load in JBoss cluster (provided I understood correctly how cluster works) and stay at the same level of portability.


----Original Message Follows----
From: "Rupp, Heiko" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: <[EMAIL PROTECTED]>
Subject: RE: [JBoss-user] Disallowing Local interface access from servlet tier
Date: Mon, 2 Feb 2004 08:47:11 +0100


Hi,

what you want can be done through container configuration. But you will
loose much speed.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Craig Berry
Sent: Monday, January 12, 2004 8:16 PM
To: [EMAIL PROTECTED]
Subject: [JBoss-user] Disallowing Local interface access from servlet tier



I have noticed that in the default JBoss 3.22 + Tomcat deployment configuration, it is possible to obtain Local interfaces for EJBs from the Servlet tier. In the interest of maintaining maximum portability (e.g., to enable us to later move to separate boxes for the two tiers), I would like to disallow Local access from the servlet tier. Obviously, our design avoids using it, but I'm concerned that "leakage" might occur without our noticing it (e.g., an EJB returns an object to the servlet tier which, when accessed, does a Local lookup back to another EJB component).


Is there any way to make Local lookups from the servlet to the EJB container impossible at the configuration level? Or would I have to run the two in separate JVMs to accomplish this?


-- Craig Berry Principal Architect and Technical Manager PortBlue (310) 566-7546

_________________________________________________________________
Chatujte bezpecne s lidmi, ktere si umistite na seznam svych pratel - stahujte MSN Messenger 6.1! http://www.msn.cz/procmessenger




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to