Apache access log timestamp issue

2005-05-02 Thread Simon Zeng
Hi all,


I have a question about what timestamp means in access.log files.  It says
it's the time when apache server finish process the request from the client
in the online document.  However I found the following entries in the
access.log:

xxx.xxx.xxx.xxx [01/May/2005:11:41:45 -0400] GET ...
xxx.xxx.xxx.xxx [01/May/2005:11:41:52 -0400] POST ...
xxx.xxx.xxx.xxx [01/May/2005:11:41:52 -0400] GET ...
xxx.xxx.xxx.xxx [01/May/2005:11:41:52 -0400] GET /javascript/xxx.js
HTTP/1.1 200 1283 http://www.xxx.com; Mozilla/4.0 (compatible; MSIE 5.5;
Windows 98; Win 9x 4.90; FunWebProducts; Hotbar 4.6.1)
xxx.xxx.xxx.xxx [01/May/2005:11:37:34 -0400] POST
/bin-java/appletProcessingServlet HTTP/1.1 200 87 - Java1.3.1

The last timestamp is about 4-5 mins later than its previous one.  And
wheneverI find this kind of delay entry, there is a EOFException thrown from
the servlet that is trying to read data from the from Applet.

Here is the web server settings.

OS: Windows NT
Apache 2.0.47
mod_jk 1.2.6
Tomcat 4.1

http.conf
Timeout 300
KeepAlive on
KeepAliveTimeout 15

server.xml
Connector className=org.apache.coyote.tomcat4.CoyoteConnector
port=1234 minProcessors=5 maxProcessors=75
protocolHandlerClassName=org.apache.jk.server.JkCoyoteHandler
connectionTimeout=0 acceptCount=10 debug=0/

Server JRE version 1.4.1
Client JRE version 1.3.1

Does anyone know what may cause this problem?

Thanks,
Michael

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Apache access log timestamp issue

2005-05-02 Thread Dean Trafelet
Dear Sir or Madam:  I am Judge Dean M. Trafelet.  Your emails are improperly 
being sent to my email address.  Please remove me from you list immediately. 
DMT

- Original Message - 
From: Simon Zeng [EMAIL PROTECTED]
To: 'Tomcat Users List' tomcat-user@jakarta.apache.org
Sent: Monday, May 02, 2005 10:18 AM
Subject: Apache access log timestamp issue


Hi all,
I have a question about what timestamp means in access.log files.  It says
it's the time when apache server finish process the request from the 
client
in the online document.  However I found the following entries in the
access.log:

xxx.xxx.xxx.xxx [01/May/2005:11:41:45 -0400] GET ...
xxx.xxx.xxx.xxx [01/May/2005:11:41:52 -0400] POST ...
xxx.xxx.xxx.xxx [01/May/2005:11:41:52 -0400] GET ...
xxx.xxx.xxx.xxx [01/May/2005:11:41:52 -0400] GET /javascript/xxx.js
HTTP/1.1 200 1283 http://www.xxx.com; Mozilla/4.0 (compatible; MSIE 
5.5;
Windows 98; Win 9x 4.90; FunWebProducts; Hotbar 4.6.1)
xxx.xxx.xxx.xxx [01/May/2005:11:37:34 -0400] POST
/bin-java/appletProcessingServlet HTTP/1.1 200 87 - Java1.3.1

The last timestamp is about 4-5 mins later than its previous one.  And
wheneverI find this kind of delay entry, there is a EOFException thrown 
from
the servlet that is trying to read data from the from Applet.

Here is the web server settings.
OS: Windows NT
Apache 2.0.47
mod_jk 1.2.6
Tomcat 4.1
http.conf
Timeout 300
KeepAlive on
KeepAliveTimeout 15
server.xml
Connector className=org.apache.coyote.tomcat4.CoyoteConnector
port=1234 minProcessors=5 maxProcessors=75
protocolHandlerClassName=org.apache.jk.server.JkCoyoteHandler
connectionTimeout=0 acceptCount=10 debug=0/
Server JRE version 1.4.1
Client JRE version 1.3.1
Does anyone know what may cause this problem?
Thanks,
Michael
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Apache access log timestamp issue

2005-05-02 Thread Dean Trafelet
This is Judge Dean M. Trafelet.   Your emails are improperly being sent to 
my email address. Remove immediately.  DMT


- Original Message - 
From: Simon Zeng [EMAIL PROTECTED]
To: 'Tomcat Users List' tomcat-user@jakarta.apache.org
Sent: Monday, May 02, 2005 10:18 AM
Subject: Apache access log timestamp issue


Hi all,
I have a question about what timestamp means in access.log files.  It says
it's the time when apache server finish process the request from the 
client
in the online document.  However I found the following entries in the
access.log:

xxx.xxx.xxx.xxx [01/May/2005:11:41:45 -0400] GET ...
xxx.xxx.xxx.xxx [01/May/2005:11:41:52 -0400] POST ...
xxx.xxx.xxx.xxx [01/May/2005:11:41:52 -0400] GET ...
xxx.xxx.xxx.xxx [01/May/2005:11:41:52 -0400] GET /javascript/xxx.js
HTTP/1.1 200 1283 http://www.xxx.com; Mozilla/4.0 (compatible; MSIE 
5.5;
Windows 98; Win 9x 4.90; FunWebProducts; Hotbar 4.6.1)
xxx.xxx.xxx.xxx [01/May/2005:11:37:34 -0400] POST
/bin-java/appletProcessingServlet HTTP/1.1 200 87 - Java1.3.1

The last timestamp is about 4-5 mins later than its previous one.  And
wheneverI find this kind of delay entry, there is a EOFException thrown 
from
the servlet that is trying to read data from the from Applet.

Here is the web server settings.
OS: Windows NT
Apache 2.0.47
mod_jk 1.2.6
Tomcat 4.1
http.conf
Timeout 300
KeepAlive on
KeepAliveTimeout 15
server.xml
Connector className=org.apache.coyote.tomcat4.CoyoteConnector
port=1234 minProcessors=5 maxProcessors=75
protocolHandlerClassName=org.apache.jk.server.JkCoyoteHandler
connectionTimeout=0 acceptCount=10 debug=0/
Server JRE version 1.4.1
Client JRE version 1.3.1
Does anyone know what may cause this problem?
Thanks,
Michael
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]