D
DEV
Hi,
We have a JSP application that runs fine on both Tomcat 4 and 5 hosted
on Win XP but behaves abnormally when Tomcat is run on Solaris. The
application features entry point login page used to authenticate user
to the application server. If a login is successful the application
displays other JSP page containing frames. The login page always seems
to work ok and the application server registers successful user login.
However, in Solaris case, after successful login an empty frame page
appears in the browser and then the browser completely freezes after it
must be killed from the task manager. Same can be reproduced in IE and
FireFox.
Again, when Tomcat is run on XP, everything is working ok. Neither
Tomcat logs or application logs indicate any errors or anomalies. We've
enabled extended Tomcat logging and in the log could not find anything
related to the issue. The log indicates that all classes get loaded
successfully and there are no code exceptions
Can you suggest where to start looking for the cause?
We have a JSP application that runs fine on both Tomcat 4 and 5 hosted
on Win XP but behaves abnormally when Tomcat is run on Solaris. The
application features entry point login page used to authenticate user
to the application server. If a login is successful the application
displays other JSP page containing frames. The login page always seems
to work ok and the application server registers successful user login.
However, in Solaris case, after successful login an empty frame page
appears in the browser and then the browser completely freezes after it
must be killed from the task manager. Same can be reproduced in IE and
FireFox.
Again, when Tomcat is run on XP, everything is working ok. Neither
Tomcat logs or application logs indicate any errors or anomalies. We've
enabled extended Tomcat logging and in the log could not find anything
related to the issue. The log indicates that all classes get loaded
successfully and there are no code exceptions
Can you suggest where to start looking for the cause?