Thanks for the answer,

but it still doesn't work.

I'm starting the App the with:

String tcpArgs = "-baseDir E:\data -tcpAllowOthers -tcpDaemon";
tcpServer = Server.createTcpServer(tcpArgs);

so far so good, then trying to connect via Tcp from Tomcat:

jdbc:h2:tcp://localhost/mydbname;IFEXISTS=TRUE

it ends up with:
Database "C:\Users\XXX\mydbname" not found [90013-148]

on tomcat side i can't provid a baseDir.

Am I missing something?

Cheers






> It is enough to connect via tcp and port, you just have to specify
> where the database is by using "-baseDir".

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to