Re: how to make wsdd file?getting errors when trying to use AdminClient

2002-11-11 Thread Michael Brennen
As noted in the mailing list archives, you need to include servlet.jar in your classpath. -- Michael On Mon, 11 Nov 2002, Fatih Mustacoglu wrote: > I have installed it step by step and before deploying, I have to > create wsdd file.When I run the command"java > org.apache.axis.client.AdminClien

Re: deploying a .jws file as a web service - problems

2002-10-30 Thread Michael Brennen
The list archives can help here; this discussion has come up before. -- Michael On Wed, 30 Oct 2002, Michael Fecina wrote: > Because I still cannot see the service through the web when I do: > http://mdf161.rh.psu.edu:8080/axis/Calculator.jws, is there by chance > something else I am missing??

Re: deploying a .jws file as a web service - problems

2002-10-30 Thread Michael Brennen
This looks like a .jar is missing; is servlet.jar in your classpath? -- Michael On Wed, 30 Oct 2002, Michael Fecina wrote: > Here's what I got while testing CalcClient after I dropped > Calculator.jws into axis directory: > > [root@mdf161 xml-axis-10]# java samples.userguide.example2.CalcClient

Re: Axis 1.0 Tomcat 4.1.12 Java 1.4.0_02 Installation tips

2002-10-29 Thread Michael Brennen
Thanks much for the reply, a few comments below. On Tue, 29 Oct 2002, Steve Loughran wrote: > > Okay, I'm willing to be the idiot that asks the stupid question with > > the obvious answer that everyone else knows. :) How do you get > > things to run with an empty CLASSPATH? I thought jar file

Re: Axis 1.0 Tomcat 4.1.12 Java 1.4.0_02 Installation tips

2002-10-29 Thread Michael Brennen
On Mon, 28 Oct 2002, Steve Loughran wrote: > > Another thing I noticed is that if you provide some incorrect path in the > > CLASSPATH variable, even if you correct it by editing it it is likely that > > the new path aren't correctly recognised. > > So it is necessary to startup the machine again

Re: Problem running validation JSP, stack Trace Included

2002-10-14 Thread Michael Brennen
What version of xerces (1 or 2) did you install? -- Michael On Mon, 14 Oct 2002, siamak wrote: > I downloaded TomCat 4.1.12( jakarta-tomcat-4.1.12.exe ) and Axis > Release 1.0 and followed the instruction for Installing Axis on > window > > I am getting this error when I run the validation on

Re: test.wsdl.getPort.BindingThreeImpl error?

2002-10-13 Thread Michael Brennen
On 11 Oct 2002, Bob Cotton wrote: > >>>>> "Michael" == Michael Brennen <[EMAIL PROTECTED]> writes: > > Michael> This is my first attempt to install axis. I've run > Michael> tomcat and jsps for some time, and now I would like to

Re: javax/servlet/ServletContext not defined

2002-10-11 Thread Michael Brennen
Add servlet.jar to your classpath. Assuming that you are running tomcat 4, it will be in ./common/lib/ off of the tomcat root. -- Michael On Fri, 11 Oct 2002, Chris Howard wrote: > I'm getting the following error when ever I try to run anything.. > > Exception in thread "main" java.lang.No

test.wsdl.getPort.BindingThreeImpl error?

2002-10-11 Thread Michael Brennen
This is my first attempt to install axis. I've run tomcat and jsps for some time, and now I would like to get into soap. I think axis is finally close to working, but I'm getting an error that I have not been able to find or work around, either in various greps or google searches. I am install