Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • why is it a pain ? Commented May 6, 2012 at 18:17
  • its just extra setup and complexity for nothing. You'd be creating a multi-pom project with dependencies between the projects. But all the jars and wars would ultimately deploy on one tomcat box. So it makes more sense to deploy as a single war unless there's a compelling reason to split it up (e.g. the endpoints are going to deploy to different boxes). Commented May 6, 2012 at 23:22