DataSourceRealm can not find JNDI name in context

2004-09-09 Thread Angel Cervera Claudio
Error with realm using DataSource: Problem is that DataSourceRealm can not find JNDI name in context. There are a bug in tomcat 4.1, but this was resolved. I'm using tomcat 5.0.28. My xml in Catalina/localhost content: ?xml version='1.0' encoding='utf-8'? Context displayName=Gestion de cunetas

RE: DataSourceRealm can not find JNDI name in context

2004-09-09 Thread Angel Cervera Claudio
Hi, Hmm. Is your JDBC driver in $CATALINA_HOME/common/lib? Yes, It's. And when start tomcat no errors report. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: DataSourceRealm can not find JNDI name in context

2004-09-09 Thread Shapira, Yoav
To: TomcatUserList Subject: DataSourceRealm can not find JNDI name in context Error with realm using DataSource: Problem is that DataSourceRealm can not find JNDI name in context. There are a bug in tomcat 4.1, but this was resolved. I'm using tomcat 5.0.28. My xml in Catalina/localhost content: ?xml version

Re: DataSourceRealm can not find JNDI name in context

2004-09-09 Thread David Smith
up some success message. If that works, the issue is most likely in the realm def somehow. --David Angel Cervera Claudio wrote: Error with realm using DataSource: Problem is that DataSourceRealm can not find JNDI name in context. There are a bug in tomcat 4.1, but this was resolved. I'm using

Re: DataSourceRealm can not find JNDI name in context

2004-09-09 Thread QM
On Thu, Sep 09, 2004 at 11:03:18AM -0400, David Smith wrote: : Subject: Re: DataSourceRealm can not find JNDI name in context : : Otherwise, I haven't dealt in realm definitions. Does the datasource : work from code? In otherwords, write a quick and dirty little jsp to : access the db and put

Re: DataSourceRealm can not find JNDI name in context ¿RESOLVED?

2004-09-09 Thread Angel Cervera Claudio
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25805 The datasource must be a global resource. Please do not reopen this report. But i need datasource be context resource. ¿Is bug fixed or is not implemented? :( Angel

RE: DataSourceRealm can not find JNDI name in context¿RESOLVED?

2004-09-09 Thread Shapira, Yoav
: Re: DataSourceRealm can not find JNDI name in context¿RESOLVED? http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25805 The datasource must be a global resource. Please do not reopen this report. But i need datasource be context resource. ¿Is bug fixed or is not implemented

Re: DataSourceRealm can not find JNDI name in context

2004-09-09 Thread Luke (Terry) Vanderfluit
-ref*) ~ Error with realm using DataSource: Problem is that DataSourceRealm can not find JNDI name in context. There are a bug in tomcat 4.1, but this was resolved. I'm using tomcat 5.0.28. My xml in Catalina/localhost content: ?xml version='1.0' encoding='utf-8