Dears,

We are using Tomcat 5.5.20 in a RHEL 64bit box. The application running on it 
is a financial system. An internal audit indicated that we should not use plain 
text username and password in the server.xml, as:

<Resource name="jdbc/JiraDS" auth="Container" type="javax.sql.DataSource"
    username="user"
    password="password"
    ...
/>

Is there a way to use encrypted username and password in the server.xml file? 
Or, use the username and password as parameters of the startup command, instead 
of leaving them as plain text in the server.xml?

Thanks,

Roy Qiao





---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to