Efficient way to secure tomcat database connections

Posted by Greymeister on Server Fault See other posts from Server Fault or by Greymeister
Published on 2011-03-10T15:04:56Z Indexed on 2011/03/10 16:12 UTC
Read the original article Hit count: 214

Filed under:
|
|
|

Our customer has a problem with database information in plaintext within a server.xml or context.xml file on the Tomcat server. I've looked at several sites like OWASP and it seems like there's no obvious solution. I've also seen things like this wordpress blog which describe implementing a custom Tomcat extension to do this. There must exist some standard implementation(s) already without having to roll your own. Does anyone have experience with such a solution?

© Server Fault or respective owner

Related posts about security

Related posts about database