1 Reply Latest reply on Nov 9, 2008 3:54 AM by alesj

    Amazingly slow

    ray3

      I've got a fairly large app which I want to transform to JBoss and Seam. Some modules use Struts/Tiles, and some modules use JSF. I have gotten the app to deploy to JBoss5.00CR2, but each page takes at least 5 minutes to render - both JSF pages and Struts/Tiles pages. Both Tomcat and Geronimo produce the same page outputs in 1 or 2 seconds. The app runs thru the logic / JDBC portions of the process very quickly, but when the methods return, the Rendering is extremely slow. No errors are produced, so it seems that there is some rendering process which is just slow. Since I have no error output, it is difficult to know where to look for the problems. Any suggestions would be greatly appreciated. Thanks,
      - Ray Clough