Hi, when changing from Tomcat 5.5 to Tomcat 6.0, I met a problem when loading http://localhost:8080/xwiki/bin/view/Main/WebHome
The page is displayed with 3 lines:
 
#template("startpage.vm")
#template("contentview.vm") #template("docextra.vm")
#template("endpage.vm")
 
Anyone can tell me how to fix this problem ? Thank in advance.