How to start and Load the H2 database scripts
1.First go to the bin folder
h2/bin
2.Give the command ./h2.sh
3.The system loads on a URL http://127.0.1.1:8082/login.jsp?jsessionid=155d4af1cfcf31efe1909c79ea43bb23 on your default browser
4.Connecting to the data store
In this screen above the JDBC URL has to be give as below where we give the path to the H2 DB
jdbc:h2:/home/shavantha/projects/isserver/wso2is-4.1.1/repository/database/WSO2CARBON_DB
1.First go to the bin folder
h2/bin
2.Give the command ./h2.sh
3.The system loads on a URL http://127.0.1.1:8082/login.jsp?jsessionid=155d4af1cfcf31efe1909c79ea43bb23 on your default browser
4.Connecting to the data store
In this screen above the JDBC URL has to be give as below where we give the path to the H2 DB
jdbc:h2:/home/shavantha/projects/isserver/wso2is-4.1.1/repository/database/WSO2CARBON_DB
Comments
Post a Comment