Stefan Lischke wrote:
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
Can someone help to check in that path into cvs trunk?
It is a simple patch, with it, any new comer will get addressbook example works easily with Tomcat 4.
