Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Struts - different web apps using same resources

Status
Not open for further replies.

vannguyen0

Programmer
Mar 2, 2006
1
US
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.
 
Have you thought about modularizing the application. That is having many mini modules within the main web application. I think that that may be the only solution for you. Other than that I think you may have to duplicate all the necessary resources in another .war file.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top