Hi Vadim!
You can certainly include the AxisServlet in your own web application - we do this all the time at Macromedia to "web-service enable" our webapps. The servlet context (assuming that's how you share state) is available to your back-end service objects or custom Handlers via the MessageContext, as described in a different thread yesterday. --Glen > -----Original Message----- > From: Vadim Zaliva [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 09, 2002 8:39 PM > To: [EMAIL PROTECTED] > Subject: axis servlet > > > 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 > >