We are having a documentum setup in which we are using IIS to Tomcat redirection where Tomcat is the application server. Below is the version details of this setup:
1)IIS 7.5
2)ISAPI 1.2.37
3) Tomcat 7
4)JDK 1.7
Both the IIS and tomcat are hosted on the same server which is internet facing. What we are seeing is that the images and CSS on the JSP pages are taking time to load and are only starting to load after the server interactions on the page completes. We want help to get the images and CSS loaded in parallel to the server operations and also we will like to have help in increasing the performance of the page. Css and html images are located in IIS. Please help ASAP