On Wed, 25 May 2005, Sebastien Arbogast wrote:

> 2005/5/25, dan tran <[EMAIL PROTECTED]>:

Can't you just set reload="true" in your context.xml? That way when the
new war (or exploded war) is deployed, tomcat will reload the webapp
and there's no need to stop/start tomcat. Use only in dev-mode!

Where did you configure hsqldb to run? in server.xml or in the webapp?
If you configure it in server.xml there should be no locking problems..

-- Kenney

> > When the appserver stop your app, i am sure it will give your webapp a
> > chance to
> > cleanup, by that time, you must issue sql "SHUTDOWN".
>
> Yes that's also what I found out thanks to HSQLDB forums... so now I
> have to find a way to issue that damn SQL SHUTDOWN with a proper
> configuration of my Spring datasource bean... or just before the
> application is shutdown. It's not easy because there are so many
> technologies involved that I don't even know where to ask that
> question :-P
>
> --
> Sebastien ARBOGAST
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

--
Kenney Westerhof
http://www.neonics.com
GPG public key: http://www.gods.nl/~forge/kenneyw.key

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to