|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
Shutdown cleanly embedded derby when tomcat shutdown ?Hello Derby ..
Derby version : 10.4.1.3 Tomcat version : 5.5.25 I've tried using embedded apache derby in my webapp running in tomcat. I register jndi datasource for derby in my tomcat. All went well, except that when i issue shutdown.sh for the tomcat, and it seems that the tomcat process lingers (i did ps auwx | grep tomcat). I have to kill the tomcat pid everytime now after using derby in my webapp. Is there a clean way to shutdown apache derby datasource from tomcat ? I tried issuing : DriverManager.getConnection("jdbc:derby:MyDbTest;shutdown=true"); in my struts' LogoutAction, but the tomcat process still lingers after shutdown.sh is issued. Help :) Albert Kam -- Do not pursue the past. Do not lose yourself in the future. The past no longer is. The future has not yet come. Looking deeply at life as it is in the very here and now, the practitioner dwells in stability and freedom. (Thich Nhat Hanh) |
|
|
Re: Shutdown cleanly embedded derby when tomcat shutdown ?Hello Albert,
Have you tried DriverManager.getConnection("jdbc:derby:;shutdown=true"); instead to shutdown the whole embedded Derby instance? Cheers On Thu, Jun 26, 2008 at 2:21 AM, Albert Kam <moonblade.wolf@...> wrote: Hello Derby .. |
|
|
Re: Shutdown cleanly embedded derby when tomcat shutdown ?Hi Albert,
Can you tell if any derby threads are still running; or equally as interesting; did you shutdown code get called? Raymond On Thu, Jun 26, 2008 at 17:39, Francois Orsini <francois.orsini@...> wrote: > Hello Albert, > > Have you tried > DriverManager.getConnection("jdbc:derby:;shutdown=true"); > instead to shutdown the whole embedded Derby instance? > > Cheers > > On Thu, Jun 26, 2008 at 2:21 AM, Albert Kam <moonblade.wolf@...> > wrote: >> >> Hello Derby .. >> >> Derby version : 10.4.1.3 >> Tomcat version : 5.5.25 >> >> I've tried using embedded apache derby in my webapp running in tomcat. >> I register jndi datasource for derby in my tomcat. All went well, except >> that when i issue >> shutdown.sh for the tomcat, and it seems that the tomcat process lingers >> (i did ps auwx | grep tomcat). >> I have to kill the tomcat pid everytime now after using derby in my >> webapp. >> >> Is there a clean way to shutdown apache derby datasource from tomcat ? I >> tried issuing : >> DriverManager.getConnection("jdbc:derby:MyDbTest;shutdown=true"); >> in my struts' LogoutAction, but the tomcat process still lingers after >> shutdown.sh is issued. >> >> Help :) >> >> Albert Kam >> -- >> Do not pursue the past. Do not lose yourself in the future. >> The past no longer is. The future has not yet come. >> Looking deeply at life as it is in the very here and now, >> the practitioner dwells in stability and freedom. >> (Thich Nhat Hanh) > -- --------------------------------------------------------- Raymond Kroeker |
|
|
|
| Free Forum Powered by Nabble | Forum Help |