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.