Results 1 to 3 of 3

Thread: Huge JSP load time!!!!

  1. #1

    Post Huge JSP load time!!!!

    My App Server is WAS 6.1. My application gets deployed normally.

    When i hit my page for the very first time, the page loads after 25 mins. I tried every option namely "precompiling" the jsps while deploying, "disabling runtime compilation" etc. But still my page loads after 25 mins. I wonder what could be the reason for this?

    The above said fact is encountered when my jsp contains form:option combined with form:options inside form:select tag

    When i remove the form:option, the page load time is reduced to 7 mins.
    (This is a weird behaviour in my application.)

    Also, when i try this in tomcat the pages get loaded within seconds (even with combination )

    Pls tell how to overcome this weird behaviour?!?!?!?!?

  2. #2
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    13,632

    Default

    It seems like some issue in WAS, you might get more of a response there. Especially when in tomcat everything is ok and not in WAS.
    Marten Deinum
    Java Consultant / Pragmatist / Open Source Enthousiast / Author


    Pro Spring MVC: With Web Flow
    Conspect

    Have you read the reference guide.
    Use the [ code ] tags, young padawan

  3. #3

    Default

    Thanks for the immediate reply.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •