After reading http://tomcat.apache.org/tomcat-6.0-doc/config/host.html I realized that my virtual host configuration was wrong. It should be like this:
<Host name="www.mydomain.com" appBase="webapps"> <Context path="" docBase="myapp" /> </Host> Thank you for help. Regards, Mariusz -- View this message in context: http://old.nabble.com/problem-mapping-subdirectories-to-facesServlet-tp20214940p28351862.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

