[jboss-user] [Security & JAAS/JBoss] - Secure about -ds.xml !

catania do-not-reply at jboss.com
Sun Oct 14 21:49:51 EDT 2007


   Hi all !
   Before, I showed the article of security inside -ds.xml (inside \server\default\deploy) but now I don't remember its links.
   My -ds.xml file :
.....
  | <local-tx-datasource>
  |    <jndi-name>MySqlDS</jndi-name>
  | <connection-url>jdbc:mysql://localhost/MyDatabase</connection-url>
  |    <driver-class>com.mysql.jdbc.Driver</driver-class>
  |    <user-name>root</user-name>      ---> Not secure !
  |    <password>iloveyou</password>    ---> Not secure !
  |    <min-pool-size>5</min-pool-size>
  |    <max-pool-size>20</max-pool-size>    
  |    <metadata>
  | 	<type-mapping>mySQL</type-mapping>
  |    </metadata>  
  | </local-tx-datasource>
  | .....

   Please Can show me some links about it !

   Thank.

   Catania.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4095063#4095063

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4095063



More information about the jboss-user mailing list