Month: April 2010

  • Encrypting your jndi data source in Tomcat

    I was shocked to discover at my new gig that the database password that Tomcat loaded up into JNDI were not encrypted on the live site.  I was even more shocked that Tomcat does not provide a quick fix for this. So here’s mine.  Encode the password in your text file, and figure out where…