Now I have several wars and each runs when typing in browser localhost:8080/app1 or localhost:8080/app2 etc.
When I type http://localhost:8080, appears only the default page. I want to make app1 as default app, i.e. it must appear when typing localhost:8080 and others apps as secondary i.e. they must appear when typing localhost:8080/app2. How can I do it? Thanks in advance!