RE: Tomcat Standalone: Traffic Reporting?

2006-05-10 Thread John C. Dale
I've had good luck with this... http://awstats.sourceforge.net/ JCD -Original Message- From: Pete Lamborne [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 10, 2006 2:12 PM To: users@tomcat.apache.org Subject: Tomcat Standalone: Traffic Reporting? Hi, I am running several websites/weba

RE: How i can exclude a url pattern for a filter ?

2006-04-29 Thread John C. Dale
This is a tough one - I've always configured my filters to include all relevant URL's (logical equivalent of exclusion for non-matches). -Original Message- From: Legolas Woodland [mailto:[EMAIL PROTECTED] Sent: Saturday, April 29, 2006 11:20 AM To: Tomcat Users List Subject: How i can e

RE: Helpppp: Tomcat displays Page slowly

2006-03-20 Thread John C. Dale
I had a similar issue when using XMLHttpRequest (AJAX) - when using Firefox and testing on the same machine, Firefox would hang for several seconds as it competed with the JVM/Compiler for processor resources. My solution was to test locally with IE 6.x+ which had better behavior in this regard, t

Question about Serialized User Principal Object...

2006-03-04 Thread John C. Dale
I'm using Tomcat 5.0.28 on Linux (FC4) and Windows (2k). I would like my users to avoid the login process to streamline access to authentication-protected content. All information in the session is serialized do disk when I bounce the Tomcat process. However, the Principal object is not. I've o

RE: Tomcat 5.5.x crashes almost every single day.

2006-02-28 Thread John C. Dale
throw new NotReallyAHackerException(); } } catch (NotReallyAHackerException hrahe) { return new GoToLawOrBusinessSchoolEvent(); } Bear Down, JCD -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Tomasz Nowak Sent: Tuesday, February 28, 2006 11:25 AM

RE: Tomcat 5.5.x crashes almost every single day.

2006-02-28 Thread John C. Dale
There are many variables along the path to enlightenment. Don't give-up on Tomcat so soon. Sometimes Tomcat is only as good as the applications deployed within her. Given that Tomcat has been up and running for me for as many as 90 days in a row with a high-use application accessing a database (o

RE: Session Timeout

2006-02-27 Thread John C. Dale
mport com.ditd.util.Util; import com.gbs.security.IUserInfo; /** * @author John C. Dale ([EMAIL PROTECTED]) */ public class ExtendSession implements Filter { private static Logger log = Logger.getLogger( ExtendSession.class.getName()); public void doFilter(ServletRequest servletRe

[UPDATE - FOUND WORKAROUND FOR LINUX TOMCAT WEBDAV DEPLOYMENTS] WEBDAV for Tomcat 5.0.28

2006-02-27 Thread John C. Dale
on-informative error message. Bear Down, JCD -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Monday, February 27, 2006 2:44 PM To: Tomcat Users List Subject: Re: WEBDAV for Tomcat 5.0.28 John C. Dale wrote: > What is the recommended deployment of the static site

RE: WEBDAV for Tomcat 5.0.28

2006-02-27 Thread John C. Dale
t, IMO, is my best alternative save this one issue, and (duh) any help would be much appreciated. JCD -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Monday, February 27, 2006 2:44 PM To: Tomcat Users List Subject: Re: WEBDAV for Tomcat 5.0.28 John C. Dale wrote: &

WEBDAV for Tomcat 5.0.28

2006-02-27 Thread John C. Dale
I have a static website deployed in 5.0.28 and wish to access/maintain it using the lightweight DAV servlet that ships with this version of Tomcat (Slide is overkill for my purposes). dav org.apache.catalina.servlets.WebdavServlet debug 0