Hi, I have come across a weird behavior. I defined an additional port for my tomcat, by adding an additional connector in the server.xml The connector was placed in the same container, and the only difference was the new port.
Now, when I connect to my server using the old port (80) - network time is standard. When I use the new custom port, I see much longer network time. Analyzing the network shows that the difference is that a new chunk of time is taken for "connection" and about the same time for actually working with the server. To emphasize, the connections to port 80 still works ok, just the new port on that server works slowly. Removing the port 80 connector altogether (leaving just the new one) did not help. Is there any default configuration for port 80 that should be duplicated for a new port? Any ideas would help. Thanks!