Hi, I'm attempting to get Axis 1.2 (RC2) to work on Websphere 4 - which is a J2EE 1.2 container. The first thing that I came across is the following item in the web.xml :
<listener> <listener-class>org.apache.axis.transport.http.AxisHTTPSessionListener</listener-class> </listener> ...which is not permitted in a J2EE 1.2 web.xml file. I've commented it out and proceeded with the "happiness" test (which is successful), but I'd like to understand the consequence of commenting that out. Are there any other problems that are known about w.r.t running on J2EE 1.2? Thanks, Kenneth