soap, Jetty

2002-10-08 Thread Emma Johansson
Hi! Is there some way to create a client that communicates with a servlet where Jetty is the servlet container and all messages should be transmitted as SOAP messages over HTTP? If so, please tell me how. I have just found tutorials when Tomcat is the server. / Emma -- To unsubscribe, e-mail:

Re: soap, Jetty

2002-10-09 Thread Emma Johansson
Doing a Google search, I found some info on > > installing Apache SOAP 2.0 on Jetty 3.0, but the current Apache > versions > > install differently. I did not look past the first page of results, > so > > there may be something better. > > > > Scott Nichol > &

soap, tomcat & directories

2002-10-10 Thread Emma Johansson
Hi! I have created a SOAP Service and compiled it, but am not sure of in which directory to place it. Right now both the .java and .class files are placed in /jakarta-tomcat-4.1.12/webapps/soap/WEB-INF/classes/onjava/ I'm also wondering about the deployment descriptor. Mine looks like this: htt

Re: soap, tomcat & directories

2002-10-10 Thread Emma Johansson
Sorry, I forgot to mension that I'm using jakarta-tomcat-4.1.12 Emma Johansson wrote: > Hi! > > I have created a SOAP Service and compiled it, but am not sure of in > which directory to place it. > Right now both the .java and .class files are placed in > /jakarta-tom

Re: soap, tomcat & directories

2002-10-10 Thread Emma Johansson
stitute the correct name of the > class, the correct URL and any parameters required by the client. > > Scott Nichol > > - Original Message - > From: "Emma Johansson" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, Octobe

Re: soap, tomcat & directories

2002-10-11 Thread Emma Johansson
l and my client CalcClient.class. / Emma Johansson Scott Nichol wrote: > If your CLASSPATH is as shown below, CalcClient.class would have to be > in /usr/local/j2sdk1.4.0/lib/onjava. Of course, you really don't want > to put your classes in the JDK's directories! On my development