Hi,

I have a few questions.

> When I run h2.bat with no arguments, the H2 Console window pops up in
> a browser, but it says, "Sorry, remote connections ('webAllowOthers')
> are disabled on this server".  Subsequent attempts to run h2.bat fail
> by telling me that port 8082 is already in use, and I need to find and
> kill the java process in task manager to free up the port.

On my machine, a small (AWT-) window appears with the title "H2
Console", the URL (http://localhost:8082 in my case), and a button
'Start Browser'. Does this window appear for you as well? What Java
version and operating system do you use?

Does it say anything on the command line after you started it? For me,
it does not. To what URL does the browser (try to) connect? For me
it's http://localhost:8082.

> I don't think I've had to specify -webAllowOthers in earlier
> releases.  Is that the intended behavior?

It should only be required if you want to access the H2 Console from
another machine (this is disabled by default for security reasons).

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