<?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>David Dietrich&#039;s Business Technology Blog &#187; verifone rita</title>
	<atom:link href="http://www.daviddietrich.com/tag/verifone-rita/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.daviddietrich.com</link>
	<description>Business Technology Tips</description>
	<lastBuildDate>Mon, 05 Sep 2011 11:58:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Using Verifone RiTA software with IBM WAS</title>
		<link>http://www.daviddietrich.com/2010/02/22/using-verifon-rita-software-with-ibm-was/</link>
		<comments>http://www.daviddietrich.com/2010/02/22/using-verifon-rita-software-with-ibm-was/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 21:53:32 +0000</pubDate>
		<dc:creator>David Dietrich</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Payment Systems]]></category>
		<category><![CDATA[WebSphere]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[verifone rita]]></category>
		<category><![CDATA[was]]></category>

		<guid isPermaLink="false">http://www.daviddietrich.com/?p=285</guid>
		<description><![CDATA[If you are running the RiTA software by Verifone, you may encounter a number of issues configuring the software to work in an IBM WebSphere environment. There are two issues you want to avoid: Not being able to find the tid.jcc file Not having the .jar files in the correct location First, the tid.jcc needs [...]]]></description>
			<content:encoded><![CDATA[<p>If you are running the RiTA software by Verifone, you may encounter a number of issues configuring the software to work in an IBM WebSphere environment. There are two issues you want to avoid:</p>
<ul>
<li>Not being able to find the tid.jcc file</li>
<li>Not having the .jar files in the correct location</li>
</ul>
<p>First, the tid.jcc needs to be in the default server directory for IBM WAS. On Linux, this will most likely be the /opt/IBM/WebSphere/AppServer/profiles/AppSrv01 directory.</p>
<p>To add the tid.jcc reference, you will want to link it from your RiTA installation directory (the default directory being /opt/rita). Run these commands:</p>
<p><strong>&gt;cd /opt/IBM/WebSphere/AppServer/profiles/AppSrv01<br />
&gt;ln -s /opt/rita/tid.jcc</strong></p>
<p>Next, you will need to link all of the RiTA .jar files to your extensions directory in the Java Runtime Engine. Run these commands:</p>
<p><strong>&gt;cd /opt/IBM/WebSphere/AppServer/java/jre/lib/ext<br />
&gt;find /opt/rita/lib/rita -name &#8216;*.jar&#8217; -exec ln -s {} \;</strong></p>
<p>You will now have symbolic links to all of the RiTA .jar files and it will be accessible to WebSphere and all other Java applications.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daviddietrich.com/2010/02/22/using-verifon-rita-software-with-ibm-was/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

