RE: help with DataSourceRealm in 4.1.17

2002-12-20 Thread Roberts, Eric
Hi, Try just jdbc/db. HTH -Original Message- From: Kevin HaleBoyes [mailto:[EMAIL PROTECTED]] Sent: Donnerstag, 19. Dezember 2002 20:05 To: [EMAIL PROTECTED] Subject: help with DataSourceRealm in 4.1.17 I've been using JDBCRealm successfully in my application but jumped on the

RE: help with DataSourceRealm in 4.1.17

2002-12-20 Thread Kevin HaleBoyes
--- Roberts, Eric [EMAIL PROTECTED] wrote: Hi, Try just jdbc/db. Yeah, I've tried every combination that I can - jdbc/Db, /jdbc/Db, env/jdbc/Db, /env/jdbc/Db, etc. up to java:comp/env/jdbc/Db. None work. Again, I think it is a timing issue where the Realm is initialized before the JNDI

RE: help with DataSourceRealm in 4.1.17

2002-12-20 Thread Roberts, Eric
Yes - I always put my context defs in server.xml - I just find it more reliable! -Original Message- From: Kevin HaleBoyes [mailto:[EMAIL PROTECTED]] Sent: Freitag, 20. Dezember 2002 13:41 To: Tomcat Users List Subject: RE: help with DataSourceRealm in 4.1.17 --- Roberts, Eric [EMAIL

Re: help with DataSourceRealm in 4.1.17

2002-12-19 Thread Kevin HaleBoyes
Replying to my own email... I think I can see the problem but I'm no further ahead in solving it. It seems to be a timing issue. The realm is being configured before the Resource is added. In the localhost_cml_log.2002-12-19.txt file I can see the Realm error (NameNotFoundException) before the