Re: How internally does a jndi resource get created?

2007-07-04 Thread Jevin Maltais
the passwords where ever you > want, thats how I do it > > Good Luck... > > - Original Message - From: "Jevin Maltais" <[EMAIL PROTECTED]> > To: > Sent: Tuesday, July 03, 2007 9:57 PM > Subject: How internally does a jndi resource get created? > >

How internally does a jndi resource get created?

2007-07-03 Thread Jevin Maltais
Big picture: Trying to hide the password from the server.xml file and instead have it in byte code in a compile version of tomcat. I'm trying to figure out when the jndi resource is being created by tomcat so I can change the password for a given resource. It may not be super clean or OO style b