Title: Integrating Axis with a web server (Tomcat)

Hi Jason Lee ,

You can integrate "Tomcat 4.01 and Axis" . Please follow the following steps.

I assume that

1.      You have Tomcat 4.01 zip (jakarta-tomcat-4.0.1.zip) file is available with you
2.      You have xml-axis-beta2 zip (xml-axis-beta2.zip ) file is available with you.


Coming to the Tomcat installation

1.      Unzip Tomcat 4.01 (jakarta-tomcat-4.0.1.zip) into C:\ . ( You can also unzip under any drive.)

2.      By default it creates a directory called "jakarta-tomcat-4.0.1". If you had installed under c:\  then you see all unzipped tomcat files under c:\jakarta-tomcat-4.0.1 directory.

3.      Rename "c:\jakarta-tomcat-4.0.1" directory as "c:\tomcat" (This is purely for our understanding only). You can still proceed with the same name. In other words rename the "jakarta-tomcat-4.0.1" directory as "tomcat".

4.      That's it "Tomcat 4.01" installation is over"



Coming to the xml-axis beta-2 installation

1.      Unzip xml-axis-beta2.zip file into C:\ ( You can also unzip under any drive.)
2.      By default it creates a directory called "xml-axis-beta2" under C:\. (i.e. c:\xml-axis-beta2)
3.      Click "c:\xml-axis-beta2" or open the "c:\xml-axis-beta2" directory.
4.      Find "webapps" directory.  (i.e. c:\xml-axis-beta2\webapps)
5.      You will find a directory called "axis".
6.      Copy the "axis" directory.
7.      Open c:\tomcat directory .... then go to "webapps"  directory under c:\tomcat (i.e. c:\tomcat\webapps)
8.      Paste the  copied "axis" directory under "c:\tomcat\webapps" directory.
9.      Now the axis is pasted as c:\tomcat\webapps\axis.

That's it .. integration of "tomcat - axis" is over.

(Now you can delete "c:\xml-axis-beta2" directory).

Regards,
Suresh Marella

-----Original Message-----
From: Jason D. Lee [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 05, 2002 7:00 PM
To: '[EMAIL PROTECTED]'
Subject: Integrating Axis with a web server


I'd like to integrate Axis (or Tomcat, whichever is appropriate) with Apache
so that on my development system (Win2K), my web service is available as
long as my machine is on.  I have Apache running as a service, and I'd like
to be able to avoid having the extra window for Tomcat running.  Is it
possible to do that?  I thought I had seen a document on how to do that
somewhere, but Google didn't seem to know anything about it.  Any ideas?

--
Jason Lee - Programmer
405.745.1789
Hobby Lobby Stores, Inc.

Reply via email to