Still have log4j and CLASSPATH problems on linux

2007-02-05 Thread Oren Livne
Dear Gaurav and everyone, Thanks so much for your help. The explanations were good and helped me better understand how the tomcat classloader works. However, I still have a problem running my web application. In short, the exception is java.lang.NoClassDefFoundError:

log4j and CLASSPATH problems on linux

2007-02-02 Thread Oren Livne
xml-apis.jar -- == Oren Livne, Ph.D. Research Assistant Professor of Mathematics RUReady Software Architect Academic Outreach and Continuing Education 1901 East South Campus Dr., Room 2197-D University of Utah, Salt

Re: Problems with tomcat session timeout on linux

2006-10-28 Thread Oren Livne
for tomcat 5.5.20! Thanks so much, Oren Caldarale, Charles R wrote: From: Oren Livne [mailto:[EMAIL PROTECTED] Subject: Problems with tomcat session timeout on linux The problem: some times users log in and then close their browser window (at least I assume so), but tomcat never destroys

Problems with tomcat session timeout on linux

2006-10-27 Thread Oren Livne
to force sessions to be destroyed without writing a thread to look for idle sessions every some time and invalidate them? Any help would be greatly appreciated. Thanks, Oren -- == Oren Livne, Ph.D. Research Assistant

Re: Problems with tomcat session timeout on linux

2006-10-27 Thread Oren Livne
to prevent idle sessions, after all that is what it is for. On 10/28/06, Oren Livne [EMAIL PROTECTED] wrote: Dear All: I'm running tomcat 5.5.20 on a redhat 8 linux server (Linux ruready.utah.edu 2.6.9-42.0.2.ELsmp #1 SMP Thu Aug 17 18:00:32 EDT 2006 i686 i686 i386 GNU/Linux). My web application manages