try boosting the memory available for tomcat 
for instance add in startup.* :
        set JAVA_OPTS=-server -Xms750m -Xmx750m -XX:NewRatio=2

and check the number of processors available : increase maxProcessors
    <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
               port="80" minProcessors="20" maxProcessors="400"
               enableLookups="true" redirectPort="8443"
               acceptCount="100" debug="0" connectionTimeout="20000"
               useURIValidationHack="false" disableUploadTimeout="true" />


-----Message d'origine-----
De : Alejandro Pérez Nava [mailto:[EMAIL PROTECTED]
Envoyé : jeudi 29 janvier 2004 09:36
À : [EMAIL PROTECTED]
Objet : tomcat problem


Hello i have a problem.
i have the next configuration:
win2000 apache tomcat sql server, when i switch on the server the
application is very fast but 4 or 5 hours affter the application is slow and
two days after is very slow... then i switch off and switch on the server
and the application is very fast but 4 or 5 hours affter the application is
slow and two days after is very slow

thakns
Alejandro Pérez Nava.

Dir. Dep. Desarrollo.

CanaryWeb, S.L.

Tlf 922 210339



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

Reply via email to