Skip to main content Skip to complementary content
Close announcements banner

Configuring the H2 database URL

You need to edit the database URL to make Talend Administration Center work.

Procedure

  1. Open the configuration.properties file in the <ApplicationPath>/WEB-INF/Classes folder, and edit the H2 database URL setting as follows:

    database.url=jdbc:h2:tcp://<IP_address>:<port_number>/file:<ApplicationPath>/WEB-INF/database/talend_administrator;AUTO_SERVER=TRUE;IFEXISTS=TRUE;MVCC=TRUE; LOCK_TIMEOUT=15000

    where <IP_address> is your IP address, <port_number> is the TCP port number specified in the command used to start the H2 server, and <ApplicationPath> is the location where org.talend.administrator was deployed.

  2. Start the Tomcat service.
  3. Start your Talend Administration Center Web application.

Results

Now others can access and use the H2 database through the URL address.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!