I'm new on coldfusion and I've a great problem with my site www.librerianautilus.com. I use IIS 5.1 and Coldfusion 8. The question is that Coldfusion read jsp pages as www.librerianautilus.com/test/test.jsp but we can see just html part of code. I see my web.xml and this portion of code looks like suspect (for me...) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ <context-param id="coldfusion_context_88"> <param-name>cf.class.path</param-name> <param-value> ./WEB-INF/../../../classes,./WEB-INF/../../lib/updates,./WEB-INF/../../lib,./WEB-INF/flex/jars,./WEB-INF/cfform/jars</param-value> </context-param> <context-param id="coldfusion_context_89"> <param-name>cf.lib.path</param-name> <param-value>./WEB-INF/../../lib</param-value> </context-param> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ I wonder if the question is just that I've to modify with the right path. Someone could help me?