RE: tomcat 6.0 bottleneck

2010-10-05 Thread mamalacation
n828cl, n828cl wrote: > > > Pretty much guaranteed that it's not Tomcat but your webapp that is > locking itself out of access to some resource (such as the database). > Take several thread dumps during the slowdown period and see what's going > on. > > http://wiki.apache.org/tomcat/HowTo#Ho

Re: tomcat 6.0 bottleneck

2010-10-05 Thread mamalacation
...and another thing: Yesterday, the server was running under this load, so when I checked the manager/status today I saw that current thread count was 500 while busy threads were only about 10. Shouldn't the threads be killed at some moment? What is the timeout option for this behavior? Thanx a

tomcat 6.0 bottleneck

2010-10-05 Thread mamalacation
Dear all, I administer a tomcat 6.0 on a windows 2008r2 server with sql server 2008. I am a Unix admin that had no contact with tomcat in the past; so, both tomcat and windows are a very peculiar combination for me :)... This server runs an application that can become quite (but-not-that-much) lo

Re: tomcat 6.0 404 error only on firefox due to backslashes?

2010-06-10 Thread mamalacation
awarnier wrote: > > > No. But before you find a "solution" and create a big security issue, I > suggest that from now on you check this with different browsers, and > particularly different IE versions. > > I think that the "fix" you found is really a kludge, in that it kind of > works by

Re: tomcat 6.0 404 error only on firefox due to backslashes?

2010-06-10 Thread mamalacation
Pid * wrote: > > > Why not just fix the URLs? > > p > > > I am not sure what you mean by saying "fix the URLs", but in the meantime I found out how to set the option org.apache.catalina.connector. CoyoteAdapter.ALLOW_BACKSLASH=true in conf/catalina.properties, so now it almost works! It

Re: tomcat 6.0 404 error only on firefox due to backslashes?

2010-06-10 Thread mamalacation
I have seen the configuration variables: org.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH and org.apache.catalina.connector.CoyoteAdapter.ALLOW_BACKSLASH that if they could be set to true, they could solve my problem, but I have no idea where to place them (configuration file?!), and/or

tomcat 6.0 404 error only on firefox due to backslashes?

2010-06-10 Thread mamalacation
Dear all, I had to setup a Windows 2008r2 box running tomcat 6.0.26 in a virtual machine, in order to see if a project/site from a windows 2003 SP2 and tomcat 5.0 could run on it. During the "upgrade" process everything worked well (after a few tricks), except from one thing (at this point I have