<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>webmaster.mitchallen.com &#187; SOAP</title>
	<atom:link href="http://mitchallen.com/webmaster/archives/tag/soap/feed" rel="self" type="application/rss+xml" />
	<link>http://mitchallen.com/webmaster</link>
	<description>Tips on Web site setup and programming</description>
	<lastBuildDate>Tue, 30 Jun 2009 18:57:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing Axis 2</title>
		<link>http://mitchallen.com/webmaster/archives/36</link>
		<comments>http://mitchallen.com/webmaster/archives/36#comments</comments>
		<pubDate>Fri, 22 May 2009 16:55:31 +0000</pubDate>
		<dc:creator>mitchallen</dc:creator>
				<category><![CDATA[Web server]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Axis2]]></category>
		<category><![CDATA[SOAP]]></category>
		<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[XAMPP]]></category>

		<guid isPermaLink="false">http://mitchallen.com/webmaster/?p=36</guid>
		<description><![CDATA[These instructions are for installing Axis 2 on top of a Tomcat server installed via XAMPP.

Install Tomcat on top of XAMPP
Download the latest copy of Axis2 from here:  http://ws.apache.org/axis2/download.cgi
Unzip the WAR file
Copy axis2.war to xampp\tomcat\webapps
If Tomcat is running, it should unpack and install the WAR file automatically (you should see a new axis2 folder being [...]]]></description>
			<content:encoded><![CDATA[<p>These instructions are for installing <a href="http://ws.apache.org/axis2/">Axis 2</a> on top of a Tomcat server installed via XAMPP.</p>
<ol>
<li><a href="http://mitchallen.com/webmaster/archives/26">Install Tomcat</a> on top of XAMPP</li>
<li>Download the latest copy of Axis2 from here:  <a href="http://ws.apache.org/axis2/download.cgi">http://ws.apache.org/axis2/download.cgi</a></li>
<li>Unzip the WAR file</li>
<li>Copy <strong>axis2.war</strong> to <strong>xampp\tomcat\webapps</strong></li>
<li>If Tomcat is running, it should unpack and install the WAR file automatically (you should see a new axis2 folder being created).</li>
<li>If for some reason it doesn&#8217;t unpack the WAR file, restart Tomcat</li>
<li>Assuming that you installed Tomcat on port 8080, go to: <a href="http://localhost:8080/axis2/">http://localhost:8080/axis2/</a></li>
<li>You should see the local Axis 2 Home page.</li>
</ol>
<p><strong>Links</strong></p>
<ul>
<li><a href="http://ws.apache.org/axis2/">Apache Axis2</a></li>
<li><a href="http://www.eclipse.org/webtools/community/tutorials/BottomUpAxis2WebService/bu_tutorial.html">Eclipse Tutorial</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://mitchallen.com/webmaster/archives/36/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
