Hi Tomcat experts,

I have a war file deployed in a Tomcat server (Jakarta-tomcat 5.5.9) running
on a windows server 2003.  Web server accesses MySQL server running on a
different box, also Windows server 2003.
The web app is fast if I configured network bridge mode (both Web server and
DB server have same subnet 192.168.1.x).  But it is very slow if the network
is configured as router mode (Web server and DB server is in different
subnets - 192.168.1.1 for web, 196.168.2.1 for DB, the 2 boxes communicate
via a router device).  

Is there settings in Tomcat to deal with this?

I tested MySQL client running on Web server side.  MySQL client is very fast
for both bridge mode and router mode.
I also tested the file transfer.  The MS ftp is very fast for both bridge
mode and router mode on the 2 boxes.

I appreciate very much for your help

TT
-- 
View this message in context: 
http://www.nabble.com/Tomcat-is-slow-with-router-configured-tp14408452p14408452.html
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