Advertisement
Guest User

Untitled

a guest
Mar 17th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. asadmin>start-domain
  2. asadmin>create-jdbc-connection-pool --datasourceclassname com.mysql.jdbc.jdbc2.optional.MysqlDataSource --restype javax.sql.DataSource --property portNumber=3306:password= myPassword:user=myUser:serverName=localhost:databaseName=myDataBaseName IfpwafcadPool
  3.  
  4. asadmin>create-jdbc-resource --connectionpoolid IfpwafcadPool jdbc/IfpwafcadDS
  5.  
  6. asadmin>restart-domain
  7. asadmin>exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement