Just a quickie (oo-err!)... Rather than having my jndi properties placed in a Properties object and passed into an InitialContext object in my servlet code, where is the sensible/standard place for the jndi.properties file? Regards to all, Matt.
Originally posted by Matthew Webster: Just a quickie (oo-err!)... Rather than having my jndi properties placed in a Properties object and passed into an InitialContext object in my servlet code, where is the sensible/standard place for the jndi.properties file? Regards to all, Matt.
For Me I created a directory under WEB-INF\conf and placed my properties files like velocity.properties hsqldb.properties so that i can change the properties with compiling the servlet code. Just FYI. Regards Balaji