0 Replies Latest reply on Sep 14, 2004 7:31 AM by neva

    Faster When war not included in ear

    neva

      Hello,

      During development, I have been deploying the client side (war) in tomcat on a separate JVM and my ear (All my ejbs) on jboss (now using 3.2.5) on another. Using that architecture, I can retrieve all memberships (about 400 records) in a dynamic search in around 10 secs.
      In the production however, I bundled the war into the ear and deployed the whole thing in jboss. Now, it takes 30 secs to retrieve all memberships...

      I have been searching for the reason but haven't been able to get anywhere...suggestions?

      Thanks in advance..