Connection pool problem

2007-02-18 Thread Roland Rabben
I am looking for a way to assign a minimum number of connection threads to a specific part of my web application. From what I understand the HTTP connector's maxThreads setting applies to everything using that connector. I want to be able to set aside a part of the connection pool for certain

RE: Connection pool problem

2007-02-18 Thread Caldarale, Charles R
From: Roland Rabben [mailto:[EMAIL PROTECTED] Subject: Connection pool problem My application has many clients that perform automatic download of new files and send status information back to the server. AFAIK, there's nothing in the Tomcat configuration that provides per-app (or sub-app)

Re: URL Redirect Question

2007-02-18 Thread Hassan Schroeder
On 2/17/07, Stanczak Group [EMAIL PROTECTED] wrote: So create a filter or is there one already to use? If you don't want to roll your own: http://tuckey.org/urlrewrite/ HTH, -- Hassan Schroeder [EMAIL PROTECTED]

Re: Performance tuning parameters

2007-02-18 Thread Andrew Miehs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi JR, Based on your description of the problem, as you have looked at everything else, MaxThreads is the only option you have left us with. Further below however you let slip that mod_jk is also involved. Why? This is a really great way to kill

Re: Can't find classes in jar files in WEB-INF

2007-02-18 Thread David Smith
It should be noted there are only a couple of places .jar files are allowed in tomcat: 1. WEB-INF/lib 2. common/lib of the tomcat installation directory WEB-INF itself is not checked or scanned for .jar files at all. In addition, any files in the classes directory will override their

Re: URL Redirect Question

2007-02-18 Thread Stanczak Group
That's it. thanks. Hassan Schroeder wrote: On 2/17/07, Stanczak Group [EMAIL PROTECTED] wrote: So create a filter or is there one already to use? If you don't want to roll your own: http://tuckey.org/urlrewrite/ HTH, -- Justin Stanczak Stanczak Group 812-735-3600 All that is necessary

Re: Can't find classes in jar files in WEB-INF

2007-02-18 Thread aladdin
Thanks for the tip! I don't think I'd have a conflict with all the classes in my application. Although some of my classes have common names, like user.java (compiled, of course, to user.class), they are all member of just one of three packages: infoisland, dbMgr, and utils, so I don't think the

Re: Can't find classes in jar files in WEB-INF

2007-02-18 Thread Martin Gainty
can we see your filter and filter-mapping entries in your web.xml M- --- This e-mail message (including attachments, if any) is intended for the use of the individual or entity to which it is addressed and may contain