You can find servlet-api in Tomcat's commons/lib directory. Actually AxisServlet.java has some imports from javax.servlet.http package which are present in servlet-api.jar
Bye jaya On Mon, 20 Sep 2004 15:09:03 +0530, jayachandra <[EMAIL PROTECTED]> wrote: > Hey! > same pinch here three days ago. You just need to drop servlet-api.jar > into the ws-axis/lib directory and then say 'ant compile'. That should > get you all the classes, esp the AxisServlet > > HTH > Jayachandra > > > > On Fri, 17 Sep 2004 14:13:19 -0400, Robert Bateman > <[EMAIL PROTECTED]> wrote: > > I'm attempting to build Axis from the CVS pull. Doing "ant compile" builds > > all of the respective jar files. > > > > However, looking into, for example axis.jar, I noticed a number of missing > > class modules. I've double checked the classes location and stuff is missing > > from there as well. For example, I have no class > > org.apache.axis.transport.http.AxisServlet in my jar file. > > > > I'm running java 1.4.2_05 > > On top of Linux 2.24 > > with Ant 1.5.3 > > > > Thoughts? > > > > Thanks! > > > > Bob > > > > > -- > -- Jaya > -- -- Jaya
