Hello,

my Tomcat 6.0.13/14 server is responding in a very long time. It does not
matter if I try to start the main page of the server or one of my webapps.
About 2 minutes for each website. This is not the case, if I test on my
local machine with "http://localhost:8080/myapp"; (IE or Firefox on a Windows
XP machine).

First I supposed it was something wrong with the installation of Tomcat
6.0.13 so I downloaded the new 14er version. Suddenly everything was
responding like a charm. Even working on a machine in the network was OK
now. But after 1 day the same issue reappeared (response times of about 2
minutes).

I did not change anything in the Tomcat configuration except for server.xml
which is edited by ECLIPSE I suppose:

      <Host appBase="webapps" autoDeploy="true" name="localhost"
unpackWARs="true" xmlNamespaceAware="false" xmlValidation="false">

      <Context docBase="C:\Programme\tomcat\eclipsewebapps\Asset Register"
path="/ar" reloadable="true" source="org.eclipse.jst.jee.server:Asset
Register"/></Host>

What is wrong? What could be wrong? The machines in the network are in
another subnetwork. My machine is for example IP 10.45.2.35 and the network
machine is on IP 10.45.14.26. Subnet mask 255.255.224.0.

Any ideas?
-- 
View this message in context: 
http://www.nabble.com/Tomcat-response-time-extremely-high-%28minutes%29-tf4323432.html#a12311908
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to