Hi! I have web application which consists of several servlets sharing some context (there they keep state). Now I am trying to add web service interface to it using AXIS. In scenario where AXIS is deployed as separate web application (I am using Tomcat4) it is difficult to organize communication between it and my app.
Is it good approach to include AXIS org.apache.axis.transport.http.AxisServlet into my web application (using same context as other servlets)? If there are examples of doing this? I am new to AXIS and Tomcat so my question may sound little stupid. Sincerely, Vadim