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 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, twice more,  
typically, will successfully start them!!


This behavior started recently.  I believe it coincided with  
installing jira on the same tomcat, but am not absolutely sure of  
this.


Any clues??

- Yossie

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





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



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, twice more,  
typically, will successfully start them!!


This behavior started recently.  I believe it coincided with  
installing jira on the same tomcat, but am not absolutely sure of this.


Any clues??

- Yossie

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



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 - http_load if you are curious as to 
what we are using) and noting that these files stick around till the 
servlet container itself quits (the java process goes away).  At that 
point ALL the files are deleted, and it can take HOURS in some cases to 
do so.

Is this expected behavior?  We think that these files should be deleted 
when the session expires.  That seems like the right thing to do.

Jetty appears to perform similarly except that it actually CRASHES with 
outOfMem errors after enough files are opened this way.  Tomcat seems 
more stable.

Jetty 4.2.17, Tomcat 5.0.16.
Thanks for all help.
- Joseph
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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 like 
the admin tool is the ideal place to do this - 'cept it seems to only 
work with xml text files.
Is there a document explaining how to go about this?  Is it possible?

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