Hi,

> Is there a possibility to use the webinterface when i started h2 like
> this. ./h2.sh -tcp -tcpAllowOthers?

You also need to add -webAllowOthers.

But do you really use remote connections (that is, do you access the
database from another machine)? If not, I guess there is a problem
with your network configuration. Could you run:

./build.sh testNetwork

and then post the result (at least the last part of it)? I get:

localhost:localhost/127.0.0.1
  localhost/127.0.0.1
  localhost/0:0:0:0:0:0:0:1
  localhost/fe80:0:0:0:0:0:0:1%1
getLocalHost:Thomas-Muellers-MacBook-Pro.local/192.168.0.133
  /192.168.0.133
byName:/192.168.0.133
ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=58974]
server accepting
client:/192.168.0.133:58974
server accepted:Socket[addr=/192.168.0.133,port=58975,localport=58974]
client:Socket[addr=/192.168.0.133,port=58974,localport=58975]
server read:123
client read:234
server closing
server done
done

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