论坛首页 入门技术论坛

JNDI Tomcat数据源配置中密码加密

浏览 4278 次
该帖已经被评为新手帖
作者 正文
   发表时间:2008-06-26  
项目环境:Tomcat5
JNDI配置:
<Context>
<Resource
name = "jdbc/test"
type ="javax.sql.DataSource"
driverClassName="net.sourceforge.jtds.jdbc.Driver"
maxIDle="200"
maxWait="5000"
username="sa"
password="sa"
url="jdbc:jtds:sqlserver://localhost:1433/test"
maxActive="400"/>
</Context>
在这段配置中的密码是明文表示的。

我能不能对该域进行加密处理呢,要怎么做,甚至是采用自己的加密算法呢?
   发表时间:2008-06-30  
hdbeyond 写道
项目环境:Tomcat5
JNDI配置:
<Context>
<Resource
name = "jdbc/test"
type ="javax.sql.DataSource"
driverClassName="net.sourceforge.jtds.jdbc.Driver"
maxIDle="200"
maxWait="5000"
username="sa"
password="sa"
url="jdbc:jtds:sqlserver://localhost:1433/test"
maxActive="400"/>
</Context>
在这段配置中的密码是明文表示的。

我能不能对该域进行加密处理呢,要怎么做,甚至是采用自己的加密算法呢?

没有人遇过这个问题吗.自己顶.
0 请登录后投票
论坛首页 入门技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics