Showing posts with label H2 Database Browse. Show all posts
Showing posts with label H2 Database Browse. Show all posts

Thursday, February 16, 2017

How to browse the default H2 database in WSO2 ESB 4.9.0

1) Go to ESB_HOME/repository/conf/carbon.xml and check for H2DatabaseConfiguration tag and add the below segment.

<H2DatabaseConfiguration>
        <property name="web"/>
        <property name="webPort">8082</property>
        <property name="webAllowOthers"/>        
</H2DatabaseConfiguration>

2) Go to http://localhost:8082/ and provide the below:

JDBC URL: jdbc:h2:/home/ajanthan/wso2esb-4.9.0/repository/database/WSO2CARBON_DB 
User Name: wso2carbon 
Password: wso2carbon