Re: Tomcat 5.5.20 terminated unexpectedly

2007-07-12 Thread Jake Alley
Tomcat does this to me periodically, but it almost always involves some problematic code I'm running. The only way I know of debugging it is to search your access logs for the last pages that have been accessed and work backwards with log entries in your code to see where the server is crashi

Re: Large file transfer through tomcat?

2007-07-12 Thread Jake Alley
I've run into a problem with this. If a session times out, and someone comes back to post say a wiki page that they've been working on, it causes a problem. Is there any way of dealing with this? Logging people off automatically obviously won't work, because that's what's effectively happenin

RE: Context information outside of server.xml

2007-07-11 Thread Jake Alley
Thanks so much for everybody who replied to this. I apologize for not replying/thanking sooner, but I have been trying to get this thing working. Unfortunately I'm having only marginal success. I'm thinking maybe there's something very fundamental that I'm not getting. Here's where I'm at:

Problem listing apps in manager app

2007-07-11 Thread Jake Alley
I'm trying to list the applications in the manager app. It was working before, but now all of a sudden it has stopped. It was working before, but I added an app and it stopped working. I remove the app and it still doesn't work. I clean the work space for the manager app and it still doesn't

Context information outside of server.xml

2007-06-28 Thread Jake Alley
I'm trying to rework my server.xml file so that the context info can be reloaded without restarting the entire server. As far as I can tell this involves putting the context information in a file outside of server.xml. I've read that META-INF/context.xml only works with WAR files, and I don't