Hi All,

I noticed that tomcat4 is not serving all requests.
The count of the requests served by it (reported in the access log file and
also by RequestDumper) is smaller to the real one.
I verified it using ngrep.
I looks like it is not serving about 40% from the requests for static
content (gif files) even if there is no high load!
Is it that normal?
Can this be because of configuration problem?
For any occasion below is the server.xml

----------------- <CUT HERE> ------------------
<Server port="17004" shutdown="SHUTDOWN" debug="0">
  <Service name="Tomcat-Standalone">
    <Connector className="org.apache.catalina.connector.http.HttpConnector"
port
="16004" minProcessors="5" maxProcessors="75" acceptCount="10" debug="0"/>
    <Engine name="Standalone" defaultHost="myhost" debug="0">
      <Valve className="org.apache.catalina.valves.RequestDumperValve"/>
      <Logger className="org.apache.catalina.logger.FileLogger"
directory="logs" prefix="catalina" suffix=".log" timestamp="true"/>
      <Realm className="org.apache.catalina.realm.MemoryRealm" />
      <Host name="prisrv004.sage" debug="0" appBase="webapps">
        <Valve className="org.apache.catalina.authenticator.SingleSignOn"
debug=
"1"/>
        <Valve className="org.apache.catalina.valves.AccessLogValve"
directory="logs"  prefix="tomcat_access" suffix=".log" pattern="comm
on"/>
        <Logger className="org.apache.catalina.logger.FileLogger"
directory="logs"  prefix="tomcat." suffix=".log" timestamp="true"/>
      </Host>
    </Engine>
  </Service>
</Server>
----------------- <CUT HERE> ------------------

Regards,
Rossen


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

Reply via email to