vannguyen0
Programmer
Let's say we have a web app (mainApp) deployed to (context root: "/").
I going to start work on another web app (childApp) that's going to be deployed to (context root: "/newApp").
is there a way to have the childApp reuse some of the jsp, CSS, images of the mainApp? Like if I wanted to use tiles in the childApp and point to template.jsp the jsp file in mainApp.
I going to start work on another web app (childApp) that's going to be deployed to (context root: "/newApp").
is there a way to have the childApp reuse some of the jsp, CSS, images of the mainApp? Like if I wanted to use tiles in the childApp and point to template.jsp the jsp file in mainApp.