Hi,


I'd like to use some  JSP of one context into different contexts without
copy them.

 

For example, I want to write one web app. when I put all my jsp. For
example:

 

/webapps/core/booking/list.jsp

 

And I'd like to reuse this jsp into other contexts like:

 

 <http://localhost:8080/Application1/booking/list.jsp>
http://localhost:8080/Application1/booking/list.jsp

 

 <http://localhost:8080/Application2/booking/list.jsp>
http://localhost:8080/Application2/booking/list.jsp

 

 

without coping the same jsp into the two applications (Application1 and
Application2).

 

Is it possible?

 

Thanks

 

Luca

 

Reply via email to