Hi,
I am using Tomee 1.5.1-SNAPSHOT with primefaces 3.4.1 and am getting
this phenomena:
1. I enter url in browser: http://localhost:8080/
2. Server redirects browser to: http://www.index.xhtml/?windowId=e11
3. o_O server is of course not found.
In web.xml of my ROOT.war I have:
<welcome-file-list>
<welcome-file>index.xhtml</welcome-file>
</welcome-file-list>
In tomee/conf/web.xml I have:
<welcome-file-list>
<welcome-file>index.xhtml</welcome-file>
<welcome-file>index.html</welcome-file>
<welcome-file>index.htm</welcome-file>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
Am not sure if it has to do with TomEE or if I have some primefaces
issue, but based on my config I can't find anything that would cause this.
Any hint on what its all about is greatly appreciated.
kind regards
Reinis