Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Struts application - slow request processing

  1. #1
    Junior Member
    Join Date
    Mar 2011
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default 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


  2. #2
    Member
    Join Date
    Nov 2011
    Posts
    39
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default 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
    Last edited by cafeteria84; January 22nd, 2012 at 04:03 PM.

  3. #3
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default 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.

Similar Threads

  1. getting NPException while running my struts first application using tomcat
    By rafishaik999 in forum JavaServer Pages: JSP & JSTL
    Replies: 1
    Last Post: September 19th, 2011, 05:56 AM
  2. Crawler is getting slow
    By manokrrish in forum Threads
    Replies: 3
    Last Post: October 18th, 2010, 09:24 AM
  3. Web Crawling is too Slow!
    By sankar236 in forum Java Networking
    Replies: 5
    Last Post: September 29th, 2010, 09:37 AM
  4. Struts Application, Complies perfectly but error at run time
    By Prarthana in forum What's Wrong With My Code?
    Replies: 2
    Last Post: May 18th, 2010, 01:49 AM
  5. Audioclip play makes applets slow
    By Marcus in forum What's Wrong With My Code?
    Replies: 0
    Last Post: February 19th, 2010, 01:20 PM