This content has been marked as final.
Show 1 reply
-
1. Re: Multiple WAR-s
fbricon Jan 22, 2016 10:26 AM (in response to aleshiukas)Using stock Dynamic Web projects, I don't think this is doable, unless you create as many Web Projects as configurations you need, and all the common code should be kept in a common utility (jar) project, referenced by all these web projects.
If you're using (or willing to use Maven), then it's possible to create different profiles, each pointing at a different configuration, while keeping only one web project. The caveat is you'll only be able to have 1 active configuration/deployment at a time. If that's what you're looking for I can go into more detailed explanations.