Hi, all,
I downloaded latest catalina code off cvs and jakarta-servletapi-4.0-b1, along with other required stuff, and tried to compile and build it. However, there are class name and method mismatches between the two to prevent compiling going through. Example:
org.apache.catalina.session.StandardSession and org.apache.catalina.core.ApplicationContext make reference to
javax.servlet.http.HttpSessionAttributeListener. The class name within servletapi is
javax.servlet.http.HttpSessionAttributesListener.
org.apache.catalina.core.ApplicationFilterConfig make calls to javax.servlet.filter.init(FilterConfig) and Filter.destroy() method. However, the methods aren't in javax.servlet.Filter interface
I am wandering which version of servlet api will match current catalina code? Any leads are appreciated.
Thanks in advance.
Hui