I am translating a shell script with asadmin commands to windows:
linux:
asadmin create-jdbc-connection-pool --datasourceclassname
com.mysql.jdbc.jdbc2.optional.MysqlConnectionPoolDataSource --restype
javax.sql.ConnectionPoolDataSource --property
"User=admin:Password=adminadmin:URL=jdbc\\:mysql\\://localhost\\:3306/arena"
jdbc/arenaPool
windows:
asadmin create-jdbc-connection-pool --datasourceclassname
com.mysql.jdbc.jdbc2.optional.MysqlConnectionPoolDataSource --restype
javax.sql.ConnectionPoolDataSource --property
"User=admin:Password=adminadmin:URL=jdbc\\:mysql\\://localhost\\:3306/arena"
jdbc/arenaPool
what is wrong in the windows version ?? it is not working........