Hi All,

There is a tomcat server with some database setup.

cd apache-tomcat-6.0.29/conf
cat server.xml

  <Resource auth="Container"
driverClassName="oracle.jdbc.driver.OracleDriver"

              factory="oracle.jdbc.pool.OracleDataSourceFactory"
maxActive="20"
              maxIdle="10" maxWait="-1" name="jdbc/abc" password="abcADMIN"
              type="oracle.jdbc.pool.OracleDataSource"

url="jdbc:oracle:thin:@localhost:1521:mydb" user="abc" />


So which the plain password, end user may get the password directly.


How can create encrypted password within server.xml

Reply via email to