Re: Hy Users....

2007-02-13 Thread Bryan Basham
Hello Thomas, We will need more information to help you. The stack trace that is shown in the browser for a JSF exception is almost never useful information for debugging. Pull out the whole stack trace from the log file and send that. The log should show three stack traces; it is the third

Deadlock in Tomcat 5.5.20

2007-02-09 Thread Bryan Basham
Hi all, This might not be the right forum for this. Let em know if I should post this to the tomcat-dev alias. THE PROBLEM The problem we are experience is that occasionally Tomcat (5.5.20) is deadlocking; see the attached output from a kill -3 on the tomcat process. Has anyone seen this

Re: Deadlock in Tomcat 5.5.20

2007-02-09 Thread Bryan Basham
Upon reflection my team has decided that it is some strange interaction between Firefox and our VMware instance running Tomcat. If we kill Firefox, then Tomcat resumes processing requests. How bizarre. Sorry to waste the bandwidth. -Bryan

Configuring JSF in the TOMCAT/conf/web.xml for all webapps

2007-02-02 Thread Bryan Basham
Hello, I am developing a system in which every webapp deployed to Tomcat uses JSF. So, I decided to move the common JSF configuration from each webapp/WEB-INF/web.xml into the TOMCAT/conf/web.xml file. At startup time everything looks fine. Here's an example of the output I see for each

Re: Configuring JSF in the TOMCAT/conf/web.xml for all webapps

2007-02-02 Thread Bryan Basham
, and it can be quite confusing trying to figure it out, as the CastClassException doesn't indicate the loader, only the class name. Tim -Original Message- From: Bryan Basham [mailto:[EMAIL PROTECTED] Sent: Friday, February 02, 2007 1:10 PM To: Tomcat Users List Subject: Configuring

Re: Session timeout during method execution

2007-01-31 Thread Bryan Basham
Did you know that you have programmatic control over the session timeout. Simply call the setMaxInactiveInterval method on the HttpSession object with a value in seconds. So if you know that a given request will take 10 minutes you can say: session.setMaxInactiveInterval(600); at the beginning

Re: Creating a custom session manager -- SOLVED

2007-01-10 Thread Bryan Basham
, of course) I am not seeing any output in any log file (nor to the console) from my test manager. Is my configuration invalid? What am I missing? Sincere thanks, Bryan -- *StillSecure* Bryan Basham Senior Software Engineer (UI Development) F 303.381.3881 C 303.917.4546 www.stillsecure.com http

Re: Creating a custom session manager -- SOLVED

2007-01-10 Thread Bryan Basham
Oops... I had some bugs in the code. Here's the latest source. -Bryan/ / TestSharedSession.tar.gz Description: GNU Zip compressed data - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL

Creating a custom session manager

2007-01-09 Thread Bryan Basham
-- *StillSecure* Bryan Basham Senior Software Engineer (UI Development) F 303.381.3881 C 303.917.4546 www.stillsecure.com http://www.stillsecure.com /The information transmitted is intended only for the person to whom it is addressed and may contain confidential material. Review or other use