Can you client machine connect to the server machine via telnet?

telnet 192.168.0.2 9092

Does this fail immediately, or does it connect?

On Thu, Jun 24, 2010 at 11:36 AM, blow <all...@gmail.com> wrote:

> Hi all, i have some torubles to connect to my tcp remote server.
> I'm starting server with this command
> java -cp h2-1.2.136.jar org.h2.tools.Server -tcpAllowOthers
>
> Now im trying to connect to this server from a pc in LAN, my url is
> this
> jdbc:h2:tcp://192.168.0.2:9092/C:\h2db
>
> But i have this error:
> session is closed [90067-134]
>
> I tried to disable firewall but error still, what can i do?
>
> Thanks.
>
> --
> You received this message because you are subscribed to the Google Groups
> "H2 Database" group.
> To post to this group, send email to h2-datab...@googlegroups.com.
> To unsubscribe from this group, send email to
> h2-database+unsubscr...@googlegroups.com<h2-database%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/h2-database?hl=en.
>
>

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

Reply via email to