Roberts, Eric wrote:
You may saw this attribute in UserDatabaseRealm definition in server.xml:All I know is that if you read the server.xml which comes with TC, that is what is there!!
<Realm className="org.apache.catalina.realm.UserDatabaseRealm"
debug="0" resourceName="UserDatabase"/>
But we are talking about DataSourceRealm...
Anyway thank you for your effort! May be I should try writing in tomcat-dev , as this feature is relatively new (if I'm not wrong, it first appeared in 4.1.18), and there may be truly a bug.
-----Original Message----- From: Veniamin Fichin [mailto:[EMAIL PROTECTED]] Sent: Donnerstag, 16. J�nner 2003 13:33 To: Tomcat Users List Subject: Re: javax.naming.NameNotFoundException: Name java: is not bound in this ContextRoberts, Eric wrote:That's odd. There is no "resourceName" attribute in DataSourceRealm documentation. I looked at the source of it and saw (set|get)DataSourceName only.Sorry - missed it earlier - in the Realm definition, I think it should be just resourceName="jdbc/esljsp" - not dataSourceName="jdbc/esljsp"
And I see that tomcat docs is wrong in DataSourceRealm description, because attribute list there is not reflect real things in code.
Now I'm trying to look into the sources, but I'm not so hacky...
--= [ cut ] =-- -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
