Hmm!

 I beg your pardon, but I will have to ask you a very basic question, indeed
:-)

 Which FAQ do you mean? Tomcat's, JNDI's or Java's?

 I went off crazy looking for it and I couldn't find it. I thought I had
exhausted all other ways to understand this problem . . . and thanks for
sheding light into it.

 If it is impossible to do things the way I thought I could, I will have to
work around it somehow, problably keeping all data structuring the objects'
states in a backend database tables

 I still have a kind of conceptual/phylosophical question. How do you set up
a singleton that would be such for different JVMs instances,  from different
JVMs vendors, different boxes and networks, based on plain JNDI (I mean
without EJBs or DBMS replication)?

 Or, . . . am I day dreaming?

 I really thought this was what JNDI was all about and even EJBs naming was
based on JNDI.

 Thanks

----- 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 connections.  (This is in the FAQ by the way).  If you
want to share an object among multiple Tomcat instances via JNDI, you
must use a JNDI provider that supports this.

Yoav Shapira http://www.yoavshapira.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to