Re: single instance of background job?

2009-01-12 Thread Matt Chambers
What I did was a little bit of extra work on top of quartz. I have a table that stores the configuration for all of my quartz jobs. When a quartz job kicks off, it will first try to update its last execute time in the table. If the last execute time is too new the update will fail and the

Tomcat 6 JNI Re-Loading Problem

2007-08-31 Thread Matt Chambers
Hey all, I'm loading a couple classes that use native code libraries. Everything loads great the first time, but during hot deployment, tomcat complains the .so is already loaded. Is there a way to make sure the libraries get unloaded? In one of my classes I have the standard: static {

Tomcat crash

2006-12-14 Thread Matt Chambers
Hi everyone, I'm new to the list. I just updated a tomcat server from 5.0 to 5.5.20 and I'm having a little problem. I'm using the same JVM, 1.5.08. I've read a bunch of solutions, none of them seem to work for me. I had two crashes, a couple hours apart from the other, generally these