Hi!
> I have a class in a war file that does an Context ctx = new
InitalContext() call
> and it fails to pick up the jndi implementation details from the
properties file
> unless I move it to the conf directory. Use to work fine until the move of
config
> files to the default directory
Are you using the EmbeddedTomcat service?
Can you do (in your servlet):
System.out.println(Thread.currentThread().getContextClassLoader());
System.out.println(Thread.currentThread().getContextClassLoader().getResourc
e("jndi.properties"));
What is the result of the above?
I have personally deployed an .ear file with servlets, and they have no
trouble picking up jndi.properties properly with the new config.
/Rickard
- [jBoss-Dev] Still have to move jndi.properties Richard Backhouse
- Re: [jBoss-Dev] Still have to move jndi.properties Rickard �berg
- Re: [jBoss-Dev] Still have to move jndi.propert... Aaron Mulder
- Re: [jBoss-Dev] Still have to move jndi.pro... Rickard �berg
- Re: [jBoss-Dev] Still have to move jndi... Aaron Mulder
- Re: [jBoss-Dev] Still have to move... Rickard Oberg
- Re: [jBoss-Dev] Still have to ... Richard Backhouse
- Re: [jBoss-Dev] Still have... Rickard �berg
- Re: [jBoss-Dev] Still have... Richard Backhouse
- Re: [jBoss-Dev] Still have... Rickard Oberg
- Re: [jBoss-Dev] Still have... Richard Backhouse
- Re: [jBoss-Dev] Still have... Rickard �berg
- Re: [jBoss-Dev] Still have... Richard Backhouse
- Re: [jBoss-Dev] Still have... Rickard Oberg
- Re: [jBoss-Dev] Still have... Richard Backhouse
