I have developed a J2EE Application (1.3 specs), using Struts 1.1 Framework. It also uses Tiles, as integrated into the Struts Framework. The application is built on Tomcat 4.1.27, and works well on the development env. However, the production env /host uses Tomcat 4.0.5, and it's where it all plunges into problems.
The exception is in JSP Custom Tags. My Site uses composite view pattern via Tiles, and the tomcat engine is failing to render the composite views successfully.
Anyone has any idea? How to over come this issue? Host has a limitation and can't upgrade the tomcat. Is there a work around?