Skip to main content Skip to complementary content
Close announcements banner

Starting the H2 server

Procedure

  1. Stop Tomcat service if it is running.
  2. Unzip your H2 database server package to any of your local drives.
    The latest H2 database server package is available at http://www.h2database.com/html/download.html.
  3. Open a CMD window, navigate to the drive where the H2 database server package was unzipped, and change directory to h2\bin, which contains the h2*.jar file.
  4. Start the H2 server as a service using the following command:
    java -cp h2*.jar org.h2.tools.Server -tcp -tcpAllowOthers
    -tcpPort <port_number>

Results

Now other users can access the H2 database, but you still need to edit the database URL to make Talend Administration Center work.

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!