[jetty-user] Encrypted passwords in .xml files
| Newsgroups | gmane.comp.java.jetty.support |
|---|---|
| Message-ID | <OF58EABC52.5EA6A271-ONC12577C7.004CC696-C12577C7.004CECE4@toyota-europe.com> |
Hi, We are using the jetty.xml file for our application and inside this file we declare some datasources. One of the properties of this configurarion is a password to be used for the database connection, which is readable inside the jetty.xml file. Are there some ways to have these kind of properties encrypted? Walter