Guest User

Untitled

a guest
Jan 23rd, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. ${PAYARA_PATH}/bin/asadmin start-domain domain1 && \
  2. ${PAYARA_PATH}/bin/asadmin --user=admin --passwordfile=/opt/pwdfile create-jdbc-connection-pool \
  3. --datasourceclassname com.mysql.jdbc.jdbc2.optional.MysqlDataSource \
  4. --restype javax.sql.DataSource \
  5. --property user=[DB_USER]:password=[DB_PASSWORD]:DatabaseName=[DB_NAME]:ServerName=localhost:port=3306 [DB_POOL_NAME]
  6. ${PAYARA_PATH}/bin/asadmin stop-domain domain1
Add Comment
Please, Sign In to add comment