Hi,

Probably the documentation about the mixed mode is unclear. I will
extend it. Here is what I have so far:

== Mixed Mode ==

"The mixed mode is a combination of the embedded and the remote mode.
The first application that connects to a database does that in
embedded mode, but also starts a server so that other applications
(running in different processes or virtual machines) can concurrently
access the same data. The embedded connections are as fast as if
the database is used in just the embedded mode, while the remote
connections are a bit slower. All clients that want to connect to the
database (no matter if it's an embedded or remote connection) can do
so using the exact same database URL."

Does this answer your questions?

Regards,
Thomas


On Fri, Mar 6, 2009 at 7:13 AM, Thomas Mueller
<[email protected]> wrote:
> Hi,
>
>> I am starting up in mixed mode using:
>>
>> jdbc.url=jdbc:h2:db/dbname;AUTO_SERVER=TRUE;TRACE_LEVEL_FILE=4
>>
>> I can not find any log message that tells me where port the server is
>> running on.
>
> Why do you want to know the port number? The whole point if the mixed
> mode is that you don't _need_ to know the port number.
>
>> The normal web page does not come up either.
>
> You wrote "I am starting up in mixed mode". How did you start up? Did
> you open a database connection? Why do you expect a web page should
> come up?
>
> 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