Hi, > I checked it , the reason is like below > 1. web.xml miss some servlet mapping > + <servlet-mapping> > + <servlet-name>invoker</servlet-name> > + <url-pattern>/servlet/*</url-pattern> > + </servlet-mapping>
Thats really funny, since Tomcat 4.1.12 they commented this servlet-mapping Entry in the global conf/web.xml file. It took me hours to find out that change. mfg stefan
