Hello,

I have installed SOAP on Apache Tomcat 4.0.

Here is what I did

Downloading, installing and testing Tomcat 4.0
Downloading Tomcat
  • Go to  www.apache.org, select Jakarta in the Apache Projects list, select Binary Downloads, select Tomcat 4.0.6 from the Main Distribution site, select jakarta-tomcat-4.0.6.zip from the bin directory. This is a full binary distribution of Tomcat 4, which includes all optional libraries and an XML parser (Xerces 1.4.4), and can be run on JDK 1.2+.
  • Save the distribution locally - where u want Tomcat to be installed
Installing Tomcat
  • Unzip Tomcat using 
unzip jakarta-tomcat-4.0.6.zip

This will install Tomcat into the directory ./jakarta-tomcat-4.0.6
Testing the Tomcat Installation
  • To test the installation, launch a WEB Browser and navigate to 
http://localhost:8080

This will launch a WEB page indicating that the Tomcat installation has been successfull

Update PATHS
  • Setup the environment variable CATALINA_HOME to INSTALL_DIR/jakarta-tomcat-4.0

Downloading, installing and testing Apache SOAP 2.3
Downloading SOAP
Installing SOAP
  • Unzip SOAP using 
unzip soap-bin-2.3.zip

This will install SOAP into the directory ./soap-2_3

setenv SOAP to be this directory - thsi is just for docuemntation purposes

Update PATHS
  • Modify the CLASSPATH environment variable to include the following directories 
$CATALINA/common/lib/servlet.jar
$SOAP/soap-2_3/
$SOAP/soap-2_3/lib/soap.jar
$CATALINA/common/lib/jaxp.jar
$CATALINA/common/lib/mail.jar
$CATALINA/common/lib/activation.jar

See the Installation Instructions for SOAP on Apache for full details
Testing the SOAP Installation
  • You can also check what SOAP Services u have installed by
http://localhost:8080/soap/admin/index.html,

From here you can List the services deployed, deploy a service or undeploy a service

Right now you should not have any services deployed.
Hope this helps

Jack

Daniel Allen wrote:
 Yes but the setup is different.

-----Original Message-----
From: Jesus M. Salvo Jr. [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 14, 2003 7:01 PM
To: Apache SOAP mailing list
Subject: Tomcat 3.2 / Tomcat 4.1



The documentation for Apache-SOAP for installing on Tomcat assumes
Tomcat 3.2.
Does Apache-SOAP works with Tomcat 4.1?
Any gotchas?

--
Jesus M. Salvo Jr.
Mobile Internet Group Pty Ltd
(formerly Softgame International Pty Ltd)
M: +61 409 126699
T: +61 2 94604777
F: +61 2 94603677

PGP Public key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xC0BA5348



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


  

Reply via email to