But the question remains. (never answered) When I run a client (or the admin class), should I have the HttpServlet class in my classpath or not?
and again, wich is the sample for Session management (tracking). 10q dovle > Steve tells me it's a bug that is fixed in last nights build. > > Michael Oliver > AppsAsPeers LLC > 7391 S. Bullrider Ave. > Tucson, AZ 85747 > Phone:(520)574-1150 > Fax:(520)844-1036 > > > -----Original Message----- > From: Alex Dovlecel [mailto:dovle@;ford.kbs.twi.tudelft.nl] On Behalf Of > Alex Dovlecel > Sent: Tuesday, November 12, 2002 2:30 PM > To: [EMAIL PROTECTED] > Subject: Re: As soon as I read...the next step should be simple... > > I also have some strange problems. It seems to be a little bit related. > > I am using tomcat 1.4.1 and axis 1.0. > > If I don't place the servlet.jar in my path, I cannot run the deploy > tool. It > gives me an NoClassDefFoundError: javax....HttpServlet. > > If I place the HttpServlet in the CP then no problem... > > Is it OK to be this way? > > (no mentioning the servlet.jar or the other ones that contains > http.HttpServlet class in the docs). > > Thanks for answering > dovle > > On Tuesday 12 November 2002 22:24, you wrote: > > > Axis is ok, the Installation Guide sucks, but that's ok, I won't be > > > reading that again...;-)> > > > > I rewrote a fair bit of the doc last weekend, so I am disappointed > > that you > > > find how I spent my friday evening unsatisfactory. Perhaps you would > > like > > > to contribute some of your spare time to the task of improving the > > docs. > > > Your mention of step 0 makes me think you have the updated version > > already > > > - Did you look at the web site or did you look at the version which > > came > > > with your distribution? > > > > > So I go to the \samples\message\ where I find the deploy.wsdd > > > > > > "Here we go!" I say to myself. > > > > > > java org.apache.axis.client.AdminClient > > > -lhttp://localhost:8080/axis/services/AdminService deploy.wsdd > > > > > > Exception in thread "main" java.lang.NoClassDefFoundError: > > > javax/servlet/ServletContext....ok back to the classpath. > > > > Bug in axis1.0 on java1.4; is now fixed. The reason it isnt in the > > docs was > > > because it is a bug, one that everyone thought was fixed before > > Axis1.0 > > > shipped. I guess if you are a representative example of a user who > > reads > > > the web site docs rather than the ones that came with their version, > > then > > > we have scope to mention the bug in the install docs along with the > > fix > > > (get a nightly build). > > > > > Still unclear whether I must copy the classes first then deploy or > > if > > > > the deploy copies the classes for me....seems like if I were > > deploying > > > > to remote machine the AdminClient should copy the classes for me > > > > admin client just tells the server about another service; the files > > should > > > be there. so copy them first > > > > > too....oh well quit while you are a head, java head that is, OOP > > junky, > > > > X Generation. Let's see what will Ant do for me...;-) > > > > Also in cvs are the docs for ant tasks you need, including > > <axis-admin>
