<?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; was</title>
	<atom:link href="http://www.daviddietrich.com/tag/was/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>
		<item>
		<title>Changing the host name in IBM WAS</title>
		<link>http://www.daviddietrich.com/2009/06/18/changing-the-host-name-in-ibm-was/</link>
		<comments>http://www.daviddietrich.com/2009/06/18/changing-the-host-name-in-ibm-was/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 23:05:42 +0000</pubDate>
		<dc:creator>David Dietrich</dc:creator>
				<category><![CDATA[WebSphere]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[was]]></category>

		<guid isPermaLink="false">http://www.daviddietrich.com/?p=126</guid>
		<description><![CDATA[Many times in a virtual environment, it is advantageous to be able to change the host name. But if you have a virtual guest with IBM WAS installed, cloning the guest may result in the new guest being unable to stop the server, run CORBA properly, or gain access to your message queues within WAS. [...]]]></description>
			<content:encoded><![CDATA[<p>Many times in a virtual environment, it is advantageous to be able to change the host name. But if you have a virtual guest with IBM WAS installed, cloning the guest may result in the new guest being unable to stop the server, run CORBA properly, or gain access to your message queues within WAS. Therefore, you need to reset the host name for WAS.</p>
<p>To do this, go to the wsadmin.sh prompt. If you don&#8217;t know where wsadmin.sh is, run <strong>&gt;locate wsadmin.sh</strong>. Then change directory (cd) into the directory that locate returned. To start WAS admin, type the following commands (assuming your server is called server1 and the node is named oldMachineNameNode01):</p>
<p><strong>./wsadmin.sh -profile server1 -lang jacl</strong></p>
<p>Once inside the WAS admin tool, run the following commands:</p>
<p><strong>wsadmin&gt;$AdminTask changeHostName { -nodeName oldMachineNameNode01 -hostName newwasVMmachineName };<br />
wsadmin&gt;$AdminConfig save<br />
wsadmin&gt;exit</strong></p>
<p>Restart WAS, and your new machine name should work fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daviddietrich.com/2009/06/18/changing-the-host-name-in-ibm-was/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

