Hi there, I'm trying to use an embedded h2 database within tomcat. The problem I face is, that h2 seams not to honor the location of the database (specified in the connection url) when creating lock files (usually they appear right alongside the db file in the same directory). It looks like h2 is using the tomcat working directory (something like: /usr/shared/tomcat6), where it has no permissions and fails...
Can I specify the lock directory somehow? Or what can be done about this? Thanks for any input, Roman -- 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.
