This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Other Java Products and Servers and the fly likes How to hide the password field when configuring a jdbc pool in Glassfish ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Other Java Products and Servers
Reply Bookmark "How to hide the password field when configuring a jdbc pool in Glassfish ?" Watch "How to hide the password field when configuring a jdbc pool in Glassfish ?" New topic
Author

How to hide the password field when configuring a jdbc pool in Glassfish ?

Rogerio Kioshi
Ranch Hand

Joined: Apr 12, 2005
Posts: 655
Hi,

I'd like to know if there's a way to hide a password property when configuring a JDBC connection pool, in Glassfish.


Thank you.


SCEA 5 (part 1), SCBCD, SCWCD, SCJP, CLP, CLS
Thomas Young
Greenhorn

Joined: Jul 17, 2008
Posts: 29
Hi Rogerio,
Perhaps you could use a password alias?

http://docs.sun.com/app/docs/doc/820-4332/create-password-alias-1?l=en&a=view

Regards,
TY.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: How to hide the password field when configuring a jdbc pool in Glassfish ?
 
Similar Threads
EJB & JPA Unexpected Results
toplink.jdbc.url ignored in persistence.xml
CMT and Connection Objects
Problem Using DataSource and Creating Connection Pool
Securing a Java EE6 application with JPA