Re: JNDI object not shared among TC instances

2004-12-16 Thread Steven J. Owens
On Tue, Dec 14, 2004 at 08:52:17AM -0500, Shapira, Yoav wrote: Thanks Joav and for the other people stumbling on the same rock You're welcome -- and it's Yoav with a Y ;) and by the way why don't they use a search box at http://jakarta.apache.org/tomcat/faq/ ? Because we'll all

Re: JNDI object not shared among TC instances

2004-12-14 Thread John Smith
, December 13, 2004 9:31 PM Subject: RE: JNDI object not shared among TC instances Why would you expect this to be possible? JNDI defines an API for a directory. Inside one JVM, it's simple technology to use that API to look up Java objects. Once you involve multiple JVMs, you need some sort of object

RE: JNDI object not shared among TC instances

2004-12-13 Thread Shapira, Yoav
://www.yoavshapira.com -Original Message- From: John Smith [mailto:[EMAIL PROTECTED] Sent: Sunday, December 12, 2004 1:12 AM To: Tomcat Users List Subject: JNDI object not shared among TC instances Hi, as, I understand things, the JNDI can be used to share an object among different JVMs even from J2SE

Re: JNDI object not shared among TC instances

2004-12-13 Thread John Smith
- Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, December 13, 2004 8:59 AM Subject: RE: JNDI object not shared among TC instances Hi, Tomcat's JNDI implementation does not support sharing for that matter even external

Re: JNDI object not shared among TC instances

2004-12-13 Thread John Smith
Thanks Joav and for the other people stumbling on the same rock and by the way why don't they use a search box at http://jakarta.apache.org/tomcat/faq/ ? I had to click in, search and and click out of it again for every faq topic!!!??? OK, I found the answer here:

RE: JNDI object not shared among TC instances

2004-12-13 Thread Shapira, Yoav
Hi, Thanks Joav and for the other people stumbling on the same rock You're welcome -- and it's Yoav with a Y ;) and by the way why don't they use a search box at http://jakarta.apache.org/tomcat/faq/ ? Because we'll all Googleheads who routinely do inurl: searches. The search box is a

RE: JNDI object not shared among TC instances

2004-12-13 Thread Benson Margulies
Why would you expect this to be possible? JNDI defines an API for a directory. Inside one JVM, it's simple technology to use that API to look up Java objects. Once you involve multiple JVMs, you need some sort of object sharing and/or persistence system to allow code in multiple JVM's to look up

JNDI object not shared among TC instances

2004-12-11 Thread John Smith
Hi, as, I understand things, the JNDI can be used to share an object among different JVMs even from J2SE applications running on different machines. Right? I need a relatively light object (that is why I am avoiding EJBs altogether) which would simply: 1._ poll a backend database at