Hi, I'm trying the simplest xsp page ever to test it on the coccon 2.1-dev; it consists of an xsp page and an xsl page for display. In the file sitemap.xmap I put this: <map:match pattern="xsp/*"> <map:generate type="serverpages" src="xsp/{1}.xsp"/> <map:transform src="stylesheets/hello.xsl"/> <map:serialize/> </map:match> I put a file called hello.xsp in folder xsp in the current root (same as sitemap.xmap directory), then I typed on my browser: http://localhost:8080/xsp/hello I got this exception: org.apache.cocoon.components.language.LanguageException: Could not load class for program 'org\apache\cocoon\www\xsp\hello_xsp' due to a java.lang.ClassNotFoundException: org.apache.cocoon.www.xsp.hello_xsp. I went to the directory [TOMCAT_HOME]/webapps/work/localhost_8080% 2Fcocoon/org/apache/cocoon/www and I checked out for the java and class files but I coulden't find except the hello_xsp.java file, and it was empty! Can anybody help me in this? I don't know what I missed here! Thanx --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>