Problem with static files served from NAS

2007-01-29 Thread Andreas Deller
Hi This is a side/follow-up thread to 'HTTP response code 200 - in access log'. One contributor hinted that files being served from a NAS could cause problems = files not being able to be read sometimes. This could yield the access log entries with HTTP code 200 but no content length ('200 -'),

Re: Tomcat and MySQL sync problems

2007-01-29 Thread Andreas Deller
Hi We had a simliar problem with Oracle and Tomcat 4.1.30 and a firewall in between and I don't remember the exact error message, so I'm not sure if this helps: The problem was that Tomcat held the DB connection open infinitely, and the firewall after a while decided it wanted to drop the

Re: HTTP response code 200 - in access log

2007-01-22 Thread Andreas Deller
/1.1 GET /evalblappl/img/german/logo_bank.gif 200 - https://mybank.company.ch/finnojet-blappl/defAccountAssetOverview.account Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20061208 Firefox/2.0.0.1 Does that help for further analysis? Andy Andreas Deller wrote: Hi A typical

Re: HTTP response code 200 - in access log

2007-01-22 Thread Andreas Deller
Pid wrote: Andreas Deller wrote: Hi I have activated LiveHttpHeaders and the RequestDumperValve and fortunately ran into the problem in my development environment. Sorry for the long posting, but it seems necessary to me. Important notes: - Between the client and the server

Re: HTTP response code 200 - in access log

2007-01-22 Thread Andreas Deller
Pid wrote: Andreas Deller wrote: Pid wrote: Andreas Deller wrote: Hi I have activated LiveHttpHeaders and the RequestDumperValve and fortunately ran into the problem in my development environment. Sorry for the long posting, but it seems necessary to me. Important notes: - Between

Re: HTTP response code 200 - in access log

2007-01-17 Thread Andreas Deller
wrote: Andreas Deller wrote: Hi I posted this unsuccessfully a week ago under 'Tomcat 4.1.30/5.0.28 empty responses - return code 200 -', so I rephrase and shorten my question. OS: Solaris Debian, Tomcat version 4.1.30 and 5.0.28. In the access logs, there are a number of entries with the HTTP

Re: HTTP response code 200 - in access log

2007-01-17 Thread Andreas Deller
Andreas Deller wrote: Hi A typical entry looks like this: 192.168.11.11 - - [05/Jan/2007:11:23:59 +0100] GET /ebanking/css/custom.css HTTP/1.1 200 - https://some.bank.ch/ebanking/login; Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322) This results in the client getting

Re: HTTP response code 200 - in access log

2007-01-17 Thread Andreas Deller
Thanks for the hint; I'll try this out! Regards Andy Pid wrote: Andreas Deller wrote: Hi I posted this unsuccessfully a week ago under 'Tomcat 4.1.30/5.0.28 empty responses - return code 200 -', so I rephrase and shorten my question. OS: Solaris Debian, Tomcat version 4.1.30 and 5.0.28

HTTP response code 200 - in access log

2007-01-16 Thread Andreas Deller
Hi I posted this unsuccessfully a week ago under 'Tomcat 4.1.30/5.0.28 empty responses - return code 200 -', so I rephrase and shorten my question. OS: Solaris Debian, Tomcat version 4.1.30 and 5.0.28. In the access logs, there are a number of entries with the HTTP status code 200 -. So the

Tomcat 4.1.30/5.0.28 empty responses - return code 200 -

2007-01-10 Thread Andreas Deller
Hi Sporadically, I experience that the layout of my application is messed up. I found out that this is based on missing GIFs and CSS. In the access logs, there are a number of entries with the HTTP status code 200 -. So the response is OK, but no content length is logged, and no content is sent