RE: Where do context end?

2004-11-01 Thread Benson Margulies
, November 01, 2004 7:15 AM To: TomcatUsers Subject: SV: Where do context end? I have a resourcelink. .. I can successfully perform my lookup from a struts-action but not from a class that my struts-action uses. Do you say that I have to define a resource-link to classes that doesn't have a

SV: Where do context end?

2004-11-01 Thread Roland Carlsson
en 04-11-01 13.10, skrev "Benson Margulies" <[EMAIL PROTECTED]>: > You need a ResourceLink in your context. See the JNDI howto document. > > -Original Message- > From: Roland Carlsson [mailto:[EMAIL PROTECTED] > Sent: Monday, November 01, 2004 1:51 AM &

RE: Where do context end?

2004-11-01 Thread Benson Margulies
You need a ResourceLink in your context. See the JNDI howto document. -Original Message- From: Roland Carlsson [mailto:[EMAIL PROTECTED] Sent: Monday, November 01, 2004 1:51 AM To: TomcatUsers Subject: Where do context end? Hi! I encounterd what I thought to be a little curiosity this

Where do context end?

2004-10-31 Thread Roland Carlsson
Hi! I encounterd what I thought to be a little curiosity this weekend. I tried to call a GlobalNamingResource from a class that I'm using as homegrown PersistenceManager, ie it doesn't have anything to do with the webapplication except that it is packaged inside the webapp that uses it. I do the