> From: Mark Strecker [mailto:Mark.Strecker@;sdrc.com] > I agree, the docs need to be updated with better instructions on how to > get the different versions of Tomcat configured and how to do the > deployment. Even an FAQ on the Axis page(which answers these recurring > setup issues) would be a big improvement.
Wow, that sounds like a volunteer to me! Write it up and put it in a bugzilla report and we will add it to the docs. Keep in mind, not everyone uses Tomcat to work with Axis.... -- Tom Jordahl Macromedia Server Development -----Original Message----- From: Mark Strecker [mailto:Mark.Strecker@;sdrc.com] Sent: Wednesday, November 06, 2002 3:51 PM To: [EMAIL PROTECTED] Subject: Re: axis 1.0 does not deploy Yep. I came to the same conclusion about jws deployment. If you generate the wsdl for the Calculator.jws (.../axis/Calculator.jws?wsdl) then the jws file gets compiled into the jwsClasses directory ... but that doesn't seem to buy anything ... it still doesn't work. Either way you can successfully connect the CalcClient to the Calculator ... but it just doesn't seem to work like the docs say. I agree, the docs need to be updated with better instructions on how to get the different versions of Tomcat configured and how to do the deployment. Even an FAQ on the Axis page(which answers these recurring setup issues) would be a big improvement. Mark Calvin Smith wrote: > Mark, > Thanks that worked, so basically .jws deployment is not working. > Even after I was able to call the sample from the java client the .jws > is still broke. Even restarting tomcat fails to fix .jws files > Not that I care since I don't plan on using them anyway but rather for > users of this list that care. > Note to Doc Writers: When the first example fails I never go to the > next more complicated example since if the first fails how can > something more complicated posibly work? This is confusing for people > > Calvin R. Smith > > ----Original Message Follows---- > I went through something similar. Remove the server-config.wsdd file > that you created then deploy the samples.userguide.example3. Look at > Custom Deployment - Introducing WSDD for complete instructions on how > to do this. The server-config.wsdd will be created and you can see > that the 'MyService' service is deployed from the View Services link. > > Mark > > Calvin Smith wrote: > >> I have so far been unable to get axis to work. >> When I downloaded the 1.0 version of axis I found the axis webapp and >> deployed that to tomcat and went through the verify process, and >> fixed it so it's happy. But then when I tried to run a webservice I >> got: >> - Problem with servlet engine config file: /WEB-INF/server-config.wsdd >> >> searching my download I only find this file under >> xml-axis-10\samples\jms why is this file not included in the download? >> >> Trying to fix it I created a file the file under /WEB-INF and removed >> the two services (since I'm not trying to get the jms service to >> work) so now my file deployed file looks like: >> <?xml version="1.0" encoding="UTF-8"?> >> <deployment xmlns="http://xml.apache.org/axis/wsdd/" >> xmlns:java="http://xml.apache.org/axis/wsdd/providers/java"> >> </deployment> >> >> again I tried to view the sample by opening my browser and going to >> the site: http://127.0.0.1:8080/axis/EchoHeaders.jws >> >> doing so give me no error on standard out but for the webpage I get: >> AXIS error >> No service is available at this URL >> >> Instead of the nice 'please use soap' that the users guide talks about. >> >> I'm thinking my /WEB-INF/server-config.wsdd file is wrong. Can >> someone please post what this file should be and then add it to the >> download? >> >> Thanks in advance for your advice. >> >> >> _________________________________________________________________ >> Add photos to your e-mail with MSN 8. Get 2 months FREE*. >> http://join.msn.com/?page=features/featuredemail >> >> > > > _________________________________________________________________ > STOP MORE SPAM with the new MSN 8 and get 2 months FREE* > http://join.msn.com/?page=features/junkmail > >
