Guest User

Untitled

a guest
Jan 23rd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 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 org.postgresql.ds.PGConnectionPoolDataSource \
  4. --restype javax.sql.ConnectionPoolDataSource \
  5. --property user=[DB_USER]:password=[DB_PASSWORD]:DatabaseName=[DB_NAME]:ServerName=localhost:port=5432 [DB_POOL_NAME]
  6. ${PAYARA_PATH}/bin/asadmin stop-domain domain1
Add Comment
Please, Sign In to add comment