Re: SEVERE: Error listenerStart when starting a context in tomcat 5.0.28

2005-07-01 Thread Joseph Silverman
I asked this a few days ago, and so far no answer. This is happening to me on a daily basis, more than once, actually.. Is there no one who has a clue what this is all about?? Thanks - Yossie On Jun 29, 2005, at 9:26 AM, Joseph Silverman wrote: I get the following error

SEVERE: Error listenerStart when starting a context in tomcat 5.0.28

2005-06-29 Thread Joseph Silverman
I get the following error in the catalina.out log when I restart the server, but only for SOME of the contexts. I get the same error when using the manager start these contexts.. SEVERE: Error listenerStart The start fails, of course. Odd thing is, doing a start on these contexts,

deleteOnExit doesn't seem to be working for session temporary files..

2005-03-18 Thread Joseph Silverman
In our setup, we have JSP's that create a temporary file with the deleteOnExit flag set. The session timeout (getMaxInactiveInterval) appears to be the default of 1800 seconds (30 minutes). We are blasting our servlet container (tomcat and jetty) with JSP fetches (that don't handle cookies -

How do I configure the Tomcat admin app to read and write a JDBCRealm user database?

2005-03-02 Thread Joseph Silverman
Not so new Tomcat user here, but looking to learn more about what is going in there and what I can make it do for me! I have configured server.xml in tomcat to read users, groups, and roles using mysql easily and successfully. Now I would like to edit these tables from tomcat as well - seems