I have some pages that I have written using Jaxcent. I use Tomcat 6
to handle the servlet. When I point the pages to the servlet on
Tomcat directly (localhost:8080), everything works as expected. When
I configure IIS to access tomcat via the redirector, and use IIS to
access the servlet, it only partially works. It seems that I can
server about 5 or 6 pages, then it hangs for a while, then it starts
to respont again, and I can maybe server a couple more and so on. If
I access normal JSP pages using the redirector, no problems. I'm
pretty sure It is an issue caused by a combination of Jaxcent, IIS and
the Tomcat redirector.
Anyone else have this issue or have any suggestions?
Thanks