Greetings.

I'm using HSQLDB as a component of a web application I'm writing, and wanted Tomcat to be responsible for starting and stopping the server. Reading about the different server modes, I wanted to use the "HSQLDB Server" configuration, to allow for full hsql protocol support (particularly transaction support) and for performance reasons.

As a stopgap, I've written an initialization servlet that starts and stops HSQLDB, and a wrapper for the Server object that reads the servlet configuration parameters and creates an args list that is in turn passed to Server.main().

My reason for writing is to offer to contribute back a version of this code. Doing it properly would require some changes to Server, and I'd probably want to make the configuration logic be pluggable so that it isn't wired directly to the ServletConfig object.

Steve




-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
hsqldb-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hsqldb-developers

Reply via email to