This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: jndi look up for a web applicationknotwithvenki Oct 11, 2006 11:40 AM (in response to knotwithvenki)
 Sorry in the above file the as password tag is missing which should be there after <user-name> tag,so i am including that tag
 test
 Please help me ...
 Thanks,
 yvk
- 
        2. Re: jndi look up for a web applicationjaikiran Oct 11, 2006 11:50 AM (in response to knotwithvenki)Iam calling this in my springs application with jndi name "java:comp/env/EDBServer" 
 The datasource will be bound to java:/EDBServer. So you will have to use this jndi name
- 
        3. Re: jndi look up for a web applicationknotwithvenki Oct 12, 2006 5:35 AM (in response to knotwithvenki)Thanks jaikiran... 
 
    