Hi,

> The stacktrace is :
> org.h2.jdbc.JdbcSQLException: Connection is broken [90067-100]
> When I connect Squirrel SQL, I use the absolute path like
> "jdbc:h2:tcp://localhost:9092/data/servers/glassfish/domains/myApp/
> config/db"

If you use the server mode, you need to start a server. I'm not sure
if you did that. See:
http://www.h2database.com/html/features.html#connection_modes
http://www.h2database.com/html/features.html#database_url

Maybe it's easier to just always use auto_server=true. Then you don't
have to think about starting the server, and what port number to use.

Regards,
Thomas

--~--~---------~--~----~------------~-------~--~----~
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