We have multiple web applications (wars) which all use the same header
(e.g. header.jsp). Currently since the jsp:include tag only works within
a war's context we have to package/copy header.jsp into each war. Now
every time header.jsp changes all applications have to be repackaged and
redeployed. 

 

The goal is to store header.jsp only once e.g. in a common repository
war and have all other wars access this common repository to obtain the
header information. 

Is this possible with struts tiles? If so how? The examples that are
provided with tiles all reside in a single web application / war. An
inter war tile definitions example is missing. 

 

Your help is greatly appreciated. 

 

Greetings

Bernie

 

P.S.: The app server we're using is WL 6.1. 

Reply via email to