Now, after much reading, I still haven't found an explanation or a fix for
my other nagging problem. When the application starts up, an error is
thrown as follows:
error getting data source java:comp/env/jdbc/XXX -- chained exception
is:
Name jdbc is not bound in this Context
javax.naming.NameNotFoundException: Name jdbc is not bound in this Context
at org.apache.naming.NamingContext.lookup(NamingContext.java:815)
at org.apache.naming.NamingContext.lookup(NamingContext.java:185)
Now, the data source XXX is very much accessible by the application.
Everything is defined for this webapp in :
$CATALINA_HOME$/conf/Catalina/localhost/myapp.xml
<Resource name="jdbc/XXX" type="javax.sql.DataSource"/>
<ResourceParams name="jdbc/XXX">
...
</ResourceParams>
Everything works, just well, log files aren't clean. I've seen this be a
problem for lots of people but I haven't been able to rectify it for
myself with 5.0.19 --
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]