RE: Beginner guide WAS: Re: axis 1.0 does not deploy

2002-11-07 Thread Sprenger, Karel
nner guide WAS: Re: axis 1.0 does not deploy Mark, If you start it for tomcat I'll throw in what I found usefull. Also I'm actually using axis with Websphere 4 now. I used tomcat to ensure that i really didn't know what I was doing. But now I have axis working perfectly (minus .jw

Re: axis 1.0 does not deploy

2002-11-06 Thread Steve Loughran
IL PROTECTED]> Sent: Wednesday, November 06, 2002 1:18 PM Subject: Re: axis 1.0 does not deploy > jws does not work for me and Mark (see his earlier message where he confirms > jws is broke) > it probably does work but not for my setup and I'm not sure why. I simply > did as th

Re: axis 1.0 does not deploy

2002-11-06 Thread Steve Loughran
- Original Message - From: "ArentJan Banck" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 06, 2002 1:39 PM Subject: Re: axis 1.0 does not deploy > I think Axis could use a 'getting started' FAQ, what would be the best way

Beginner guide WAS: Re: axis 1.0 does not deploy

2002-11-06 Thread Calvin Smith
Mark, If you start it for tomcat I'll throw in what I found usefull. Also I'm actually using axis with Websphere 4 now. I used tomcat to ensure that i really didn't know what I was doing. But now I have axis working perfectly (minus .jws) in Websphere 4 Calvin R. Smith P.S. if you don't s

Re: axis 1.0 does not deploy

2002-11-06 Thread Mark Strecker
Tom Jordahl wrote: 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 I'm more than happy to contribute. I will add how to setup with Tomcat 4.1.12 ... including the

Re: axis 1.0 does not deploy

2002-11-06 Thread Bahman Kalali
D]> Sent: Wednesday, November 06, 2002 4:43 PM Subject: Re: axis 1.0 does not deploy > Bahman Kalali wrote: > > > I had the same problem after installing a fresh Axis. I found that if I > > start Tomcat again, the error message does not show anymore. I only noticed > > this

RE: axis 1.0 does not deploy

2002-11-06 Thread Tom Jordahl
: 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

Re: axis 1.0 does not deploy

2002-11-06 Thread James Black
Bahman Kalali wrote: > I had the same problem after installing a fresh Axis. I found that if I > start Tomcat again, the error message does not show anymore. I only noticed > this error for the first time that I installed axis in Tomcat and wanted to > deploy some services. The first time you

Re: axis 1.0 does not deploy

2002-11-06 Thread ArentJan Banck
> - Problem with servlet engine config file: /WEB-INF/server-config.wsdd > This is not an error message, you don't need a wsdd file for Axis to work with jws files. Message is indeed confusing. > > again I tried to view the sample by opening my browser and going to the > site: http://127.0.0.1:8

Re: axis 1.0 does not deploy

2002-11-06 Thread Calvin Smith
jws does not work for me and Mark (see his earlier message where he confirms jws is broke) it probably does work but not for my setup and I'm not sure why. I simply did as the docs said and it failed. Calvin R. Smith Original Message Follows > Mark, > Thanks that worked, so basical

Re: axis 1.0 does not deploy

2002-11-06 Thread Steve Loughran
- Original Message - From: "Calvin Smith" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 06, 2002 12:21 PM Subject: Re: axis 1.0 does not deploy > Mark, > Thanks that worked, so basically .jws deployment is not working. > Even afte

Re: axis 1.0 does not deploy

2002-11-06 Thread Mark Strecker
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 successfu

Re: axis 1.0 does not deploy

2002-11-06 Thread Calvin Smith
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

Re: axis 1.0 does not deploy

2002-11-06 Thread Mark Strecker
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'

RE: axis 1.0 does not deploy

2002-11-06 Thread Vidyanand Murunikkara
Calvin Try extracting the server-config.wsdd in axis.jar and placing it in /WEB-INF. Vidyanand. -Original Message- From: Calvin Smith [mailto:calvinrsmith@;hotmail.com] Sent: Wednesday, November 06, 2002 11:37 AM To: [EMAIL PROTECTED] Subject: axis 1.0 does not deploy I have so far

Re: axis 1.0 does not deploy

2002-11-06 Thread Bahman Kalali
: "Calvin Smith" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 06, 2002 2:36 PM Subject: axis 1.0 does not deploy > 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

axis 1.0 does not deploy

2002-11-06 Thread Calvin Smith
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