@Kerry: I close all connections before shutting down the app. So as far as I understand it this is no problem.
@Thomas: The real URL is: jdbc:h2:/var/lib/tomcat5.5/webapps/project/PROJECT The files are created on the server (normal webapp) using h2 in embedded mode. The files are named: PROJECT.lobs.db/25.t41.lob.db and PROJECT.lobs.db/1.temp.lob.db The files are (about) 64 - 500 k. There are 1054 lob files. Today I had about 3000 temp lob files. I am sure these are lob files. I hope this information is clear enough. Regards, Ronald On Feb 17, 9:46 pm, Thomas Mueller <[email protected]> wrote: > Hi, > > > temp lobs > > Where are the files created (client or server), how are they named > (file names), what size are they, how many,... Are you sure those are > LOBs? Could you check the content? > > > url=jdbc\:h2\:${db.host}/${db.schema} > > Please provide the real URL. > > See alsohttp://www.h2database.com/html/build.html#support > > 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.
