I am glad to hear you have a working configuration.  Your questions were not
silly, nor was your experience unique.  Helping users up the initial learning
curve is one of the weaker aspects of many open source projects.  A nice thing
about open source is that one can always read the code rather than having to
rely on possibly incorrect documentation or advice from a customer support
staff.  A bad thing about open source is that there are seldom a strong
collection of resources to turn to besides the source code.  I hope that the
experience that I am able to capture in a few Web pages will help some users
bridge the gap.

I hope you enjoy success with Apache SOAP.

Scott Nichol

----- Original Message -----
From: "sherine khoury" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 23, 2002 12:43 AM
Subject: Re: Help a beginner!!


> Hi Scott,
> Finally, everything worked fine. I downloaded soap again, and installed it
> one more time. This time, the classes directory was created in web-inf and
> my helloworld service executed fine.
> Thanks a lot for all your help. Sorry for bothering you with all my silly
> questions.
> Sherine
>
>
> >From: "Scott Nichol" <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: <[EMAIL PROTECTED]>
> >Subject: Re: Help a beginner!!
> >Date: Mon, 22 Apr 2002 12:47:48 -0400
> >
> >You can have both 3.2.1 and 4.0.3 installed on the same machine without
> >problems.  To run both at the same time, you must have them listen on
> >different ports (as configured in server.xml).  If you point your browser
> >to
> >port 8080 and get the 3.2.1 welcome page, then 3.2.1 is running on that
> >port.
> >
> >That the classes directory does not exist is a real problem.  When you run
> >jar -xvf j:\soap-2_2\webapps\soap.war, you should be unpacking the contents
> >of the war file into the current directory, which should be the directory
> >you created for the web application (e.g.
> >j:\jakarta-tomcat-4.0.1\webapps\soap).
> >
> >It the testit works, I am wondering whether some version of SOAP is
> >installed along with the Tomcat installed by JBuilder?  The client you
> >installed for SOAP 2.2 will work with that version and others.
> >
> >Scott
> >
> >----- Original Message -----
> >From: "sherine khoury" <[EMAIL PROTECTED]>
> >To: <[EMAIL PROTECTED]>
> >Sent: Monday, April 22, 2002 10:54
> >Subject: Re: Help a beginner!!
> >
> >
> > >
> > > I decided to go through the installation from the start, I'm getting the
> > > feeling that something is wrong.
> > > I wonna ask you a question: I have on my computer an older version of
> >Tomcat
> > > (3.2.1). I couldn't get rid of it because JBuilder5 uses it: I wasn't
> >able
> > > to use the Tomcat 4.0.3 for JBuilder because some files where either
> >missing
> > > from this version or listed under another name.
> > > So I have 2 versions side by side. Is that a problem ( or maybe THE
> >problem
> > > ) cause I've noticed now that the http://localhost:8080/index.html gives
> >me
> > > the Tomcat3.2.1 page...
> > >
> > > Is there a possibility of conflict?? ( the testit test went fine after
> > > all)Everything else works , but still after the installation, the
> >classes
> > > directory does not exist in WEB-INF
> > >
> > > If so, How could I make the new version the one to use in JBuilder so
> >that
> >I
> > > could get rid of the old one.
> > >
> > >
> > >
> > >
> > > _________________________________________________________________
> > > Chat with friends online, try MSN Messenger: http://messenger.msn.com
> > >
> >
>
> _________________________________________________________________
> MSN Photos is the easiest way to share and print your photos:
> http://photos.msn.com/support/worldwide.aspx
>
>

Reply via email to