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 > >