Hi !! I've configured tomcat through an apache server, using ajp workers. The thing is that if I do getPageService().getLink(false, getPageName()) and return it in my listener (redirect after post) i get redirected to the internal address of the server, not the internet domain.
Is this a tomcat configuration problem, an apache configuration problem or an application configuration problem ? Thanks !