Hi all
Scenario:
I have a server with which is a active directory domain controller and has a Tomcat server installed. there are 2 small apps deployed on it. one is a small java portal, and other is PWM (a java based password service application). everything was working fine (100-200ms respond time), until we moved to a new office, and replaced the firewall.
now, the request to 192.168.1.200/portal is working fine. but the PWM is extremely slow. whenever I request 192.168.1.200/pwm it takes always like 5 sec waiting, then responds. I tried with wget and it says "HTTP request sent, awaiting response..." 5 second later, " 200 OK"
but If i access it from the server, 127.0.0.1/pwm time respond time is like 130 ms.
I tried to reinstall pwm, and even put pwm in other server which is in the same subnet, but happends the same. I believe it may be some firewall policy which inspects too much some packages. but how the is the portal works and pwm doesn't? they do almost the same thing (auth with AD)
I also checked the applications log fine, and everything is ok.
Can someone point me out where to check to find the bottleneck?