...
Follow the steps given below.
Navigate to the
<EI_HOME>/bindirectory via the terminal and start the ESB profile.Mac/Linux ./integrator.shWindows integrator.bat --runStart the ESB profile.- Access the management console:
https://localhost:9443/cabon - Sign in using
adminas the username and password. - Open the Configure tab and click Datasources.
This will open the Datasources screen. Click Add Datasource and enter the following details corresponding to the 'AccountDetails' database:
Datasource Type RDBMS Name AccountDetails. Datasource provider Leave Default selected. Database Engine MySQL Driver com.mysql.jdbc.DriverURL jdbc:mysql://localhost:3306/AccountDetailsUser Name Enter your MySQL server's username. Password Enter your MySQL server's password.
If you have not assigned a password, keep this field empty.Tip Want to make sure that your datasource is connected to the database? Click Test Connection to find out.
- Save the datasource.
...