Hello,
I have a project that consists of 1 War module and a bunch of
supporting modules.
This one war module is deployed in different places for different
clients. About 90% of the web content is common, but the remaining
content (jsps, images, etc) are unique to the client. I would prefer
not to deploy content for one client in another clients' server.
Current
---------
war1
---> client1 jar
---> cient2 jar
---> client3 jar
---> shared webcontent
---> client1 webcontent
---> client2 webcontent
---> client3 webcontent
Desired
----------
war1
---> client1 jar
---> shared webcontent
---> client1 webcontent
war2
---> client2 jar
---> shared webcontent
---> client2 webcontent
war3
---> client3 jar
---> shared webcontent
---> client3 webcontent
What is a good way to package this? I'm not sure how to include the
the shared web content in each war file...
Thanks!
---
Nayan Hajratwala
http://agileshrugged.com
http://twitter.com/nhajratw
734.658.6032
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]