I want my application to run in a different context than the name of the project, for that I found this solution in the forum Change the context ( URL Root) of a web project in eclipse that's fine, but my question is if I have two independent applications (proyecto1.war and proyecto2.war) these can use the same example context
www.dominio.com/MyContext/proyecto1
www.dominio.com/MyContext/proyecto2
and what should I have in mind to do it. Thank you very much