I want to create a single war file from multiple dynamic web project. Example my first project's WebContents folder data should be merge with the second project's WebContents folder data.
Like suppose from first project "login.jsp" file and from second project "welcome.jsp" file should be merge into a single war file. I am using eclipse, is this possible to create a single war file from multiple dynamic web project, if yes please suggest me some point regarding the same or is there any another way to achieve this.