Hello Vince, thanks for fast response!

Actually, i have

    <listener>
>         <display-name>h2 starter listener</display-name>
>         <listener-class>org.h2.server.web.DbStarter</listener-class>
>     </listener>
>     <context-param>
>         <param-name>db.url</param-name>
>
> <param-value>jdbc:h2:gae://gaevfs/data/sessions;FILE_LOCK=NO;AUTO_SERVER=FALSE;DB_CLOSE_ON_EXIT=FALSE</param-value>
>     </context-param>
>     <context-param>
>         <param-name>db.user</param-name>
>         <param-value>sa</param-value>
>     </context-param>
>     <context-param>
>         <param-name>db.password</param-name>
>         <param-value>sa</param-value>
>     </context-param>
>

Can i safely remove these entries from web.xml and substitute them with only
h2.server.properties with

webAllowOthers=true
> 0=H2 Google App Engine
> (sa)|org.h2.Driver|jdbc:h2:gae://gaevfs/data/sessions;FILE_LOCK=NO;AUTO_SERVER=FALSE;DB_CLOSE_ON_EXIT=FALSE|sa
> 1=H2 Google App Engine
> (test)|org.h2.Driver|jdbc:h2:gae://gaevfs/data/sessions;FILE_LOCK=NO;AUTO_SERVER=FALSE|test
>

And, still cannot get any clue what's the difference between these "sa" and
"test" two entries... :-/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to h2-database@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