Re: JNDI question/problem

2008-02-18 Thread Mindaugas Žakšauskas
Hi Charles, ...and thanks for your reply. > You appear to be trying to define two default contexts (path=""), which is > obviously incorrect <..> Just to be more precise and address your point: - I am running Tomcat without its default apps (manager, root), only my own apps are set up; - when

RE: JNDI question/problem

2008-02-18 Thread Caldarale, Charles R
> From: Mindaugas Žakšauskas [mailto:[EMAIL PROTECTED] > Subject: JNDI question/problem > > > > > > type="java.util.Map"/> > > > type="java.util.Map"/> > > > > You

JNDI question/problem

2008-02-18 Thread Mindaugas Žakšauskas
Hi, I'm using Tomcat v5.5.25 with two webbaps deployed as plain files (not wars). Both of them use JNDI and do some initial binding upon webapp (context) startup. The "startup" event is determined by implementing a listener (javax.servlet.ServletContextListener's contextInitialized method) and pla