I have a four WAR files which are modules of application. How I can navigate between the pages? For example If I have a module which displays list of users and I want to click in a user's profile, how I can point the address of the module which holds the user's profile JSF page?
Regards