Struts application - slow request processing
Hi,
We are using Struts 1.2, java1.4 and websphere.
When I run the application i.e after providing log in credentials I get home page, but it takes more time to get home page i.e. slow request processing.
It takes more than 20 seconds to get actual request before that I see waiting for host_name (ex: local host) and then transferring data from host_name (local host) on status bar.
Can any one please let me know where I am going wrong and how to resolve the problem?
Thanks for help in advance.
Chinnu
Re: Struts application - slow request processing
I think you should examine the server log file to see what have been happened in details.
Spring 3
Re: Struts application - slow request processing
There can be so many things that are causing this problem that giving you specific code advice would be premature. I would say take the above advice, and add some profiling log/println statements in there to determine the time it takes for pieces of your code to run.