I am new to java development. In my project i have multiple .ear files with war files. For example i have first.ear have config.war and transactions.war, and  second.ear have employee.war,server.war and webconfig.war files. 
Now my requirement is config.war and transactions.war file have some URLs, that URLs i want to access inside of webconfig project web.xml file by using filters or any other. 
Is it possible?
 
    