Re: Question about JNDI + Connection Pool + Mysql (Tomcat 6)

2007-09-18 Thread Titi Wangsa
try changing username="usuarioweb" to user="usuarioweb" from http://www.docjar.com/docs/api/com/mysql/jdbc/jdbc2/optional/MysqlDataSource.html#setUser(java.lang.String) On 9/19/07, Fredy Provoste <[EMAIL PROTECTED]> wrote: > Hi again, i've been deployed a webapp called "libreria" in Tomcat 6, i

Re: Logging all data sent to client

2007-07-24 Thread Titi Wangsa
create a httpservlet filter? On 7/24/07, ben short <[EMAIL PROTECTED]> wrote: Hi Tim, Thanks for that, but it only seems to log out the request/response headers. Is It possible to log everything sent to the client? Ben On 7/24/07, Tim Funk <[EMAIL PROTECTED]> wrote: > Look at the RequestDumpe

Re: bad workers.properties configuration

2007-07-20 Thread Titi Wangsa
ommit lbfactor ? On 7/20/07, Joe Riopel <[EMAIL PROTECTED]> wrote: On 7/19/07, Raffaele Viola <[EMAIL PROTECTED]> wrote: > I write this workers.properties > > worker.list=default > worker.default.port=8009 > worker.default.host=localhost > worker.default.type=ajp13 > worker.default.lbfactor=1 I

Re: Tomcat - All threads (200) are currently busy

2007-07-11 Thread Titi Wangsa
probably some threads are performing database operation and it takes too long so new threads are being spawned, the new threads are also taking too long, so newer threads are being spawned. too much spawning, that is what is causing the limit break. On 7/12/07, André Vila Cova <[EMAIL PROTECTED]

Re: Advice about Tomcat on x86_64 architecture..

2007-07-09 Thread Titi Wangsa
we have 3 instances on the same hardware we did this due to a memory/thread constraint correct me if i'm mistaken, but i've read that the more memory you allocate for you Heap, the less thread you have, we want a lot of memory and a lot of threads so we opted to do 3 instances on the same hardware

Re: problems with mod_jk modifying headers

2007-07-02 Thread Titi Wangsa
i'm guessing you need to modify the mime type in you httpd.conf to set .jsp as text/html just my guess... that's what i'd do if my system exhibited that symptom On 7/2/07, Richard Kaye <[EMAIL PROTECTED]> wrote: I saw your first post and was interested. I am running a very similar system with

Re: Tomcat adding files

2007-07-02 Thread Titi Wangsa
looks like the can't be included.. try zeroing the file of set the content to "this is the header file" or move the file to the root directory and try to access the file directly to see what kind of error you are dealing with i mean move the file so that you can view the header using http://server

coyote problem

2007-07-01 Thread Titi Wangsa
hello to all.. i;m using tomcat 5.5.23 and apache 2.0.52 and mod_jk 1.2.23 on centos 4.4 amd 64 i'm running it in load balancer mode i get a few errors.. roughly 0.1% statistics after reset, a few hours after reset shows the access is 59697 CE (client error) is 93 Err = 0 WARN: Exception throw