Hi Tomcat-Dev..
 
I've found some miss code in Tomcat.
So I notice you miss point.
 
In code of "apache/tomcat/task/ApacheConfig.java",
 
pw.println("AddType test/jsp .jsp");  /*this is a miss code, I think...'test' is replaced with 'text' */
 
---> pw.println("AddType text/jsp .jsp");

Reply via email to