I noticed that I am able to invoke *.iface (I'm using ICEfaces and Facelets) files from my subdirectory using ip address. However when I try to invoke them using domain name I receive HTTP 404 error. For static contents in both cases it works correctly.
I should mention that invoking files from the main directory via domain name works correctly. My Tomcat server.xml domain mapping looks like this. <Host name="www.mydomain.com" appBase="webapps/myapp"> <Context path="" docBase="." /> </Host> -- View this message in context: http://old.nabble.com/problem-mapping-subdirectories-to-facesServlet-tp20214940p28342148.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

