I have more than 4 applications(contexts).
Most of the jsp pages include (static) a particular jsp file called Authentication.jsp.
Currently this file is present in all the contexts, thus causing duplication.
What i want is to have this at a common place and access it across all
the contexts. Is there a way to do it.
Thanks