I'm not 100% sure on how the H2 service is set up, but Is the service starting with the -tcpAllowOthers flag?

Also, is the windows firewallconfigured to allow connections to the service name executable?(Assuming itisn't running as javaw. If it is does javaw allow the incoming connections or the H2 tcp port opened ?)

On 17/09/2013 12:59 AM, Pinky Thakkar wrote:
Hi,
After installing H2 database as a service, I cannot connect to the database from another computer. I would like to use the database in a client/server mode. I can connect to the database remotely if I start the service from the command prompt

java -cp h2*.jar org.h2.tools.Server -tcpAllowOthers

Please help.
Thanks
--
You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to