<?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>TIBCO Admin &#187; obfuscate</title>
	<atom:link href="http://tibcoadmin.com/tag/obfuscate/feed/" rel="self" type="application/rss+xml" />
	<link>http://tibcoadmin.com</link>
	<description>thoughts and actions</description>
	<lastBuildDate>Fri, 02 Mar 2012 06:41:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How to use AppManage utility to stop and start BW applications</title>
		<link>http://tibcoadmin.com/tibco/activematrix-businessworks/how-to-use-appmanage-utility-to-stop-and-start-bw-applications/</link>
		<comments>http://tibcoadmin.com/tibco/activematrix-businessworks/how-to-use-appmanage-utility-to-stop-and-start-bw-applications/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 12:05:32 +0000</pubDate>
		<dc:creator>Serge</dc:creator>
				<category><![CDATA[BusinessWorks]]></category>
		<category><![CDATA[AppManage]]></category>
		<category><![CDATA[obfuscate]]></category>
		<category><![CDATA[tibco]]></category>

		<guid isPermaLink="false">http://tibcoadmin.com/?p=755</guid>
		<description><![CDATA[AppManage utility can be used to create a BusinessWorks application using EAR file, export and import deployment configuration, deploy, undeploy, start, stop, delete an application. It can operate in batch mode. You can run AppManage utility on any machine in the TIBCO Domain. It is placed in /&#60;tibco_home&#62;/tra/&#60;version&#62;/bin/ folder. Log file will be in the [...]]]></description>
			<content:encoded><![CDATA[<div class="plus-one-wrap"><g:plusone size="small" href="http://tibcoadmin.com/tibco/activematrix-businessworks/how-to-use-appmanage-utility-to-stop-and-start-bw-applications/"></g:plusone></div><p>AppManage utility can be used to create a BusinessWorks application using EAR file, export and import deployment configuration, deploy, undeploy, start, stop, delete an application. It can operate in batch mode. You can run AppManage utility on any machine in the TIBCO Domain. It is placed in <code>/&lt;tibco_home&gt;/tra/&lt;version&gt;/bin/</code> folder. Log file will be in the domain log folder. I will show the most simple use of AppManage utility for stop and start one BW application. This can be used for scheduled restart, for example.</p>
<ul>
<li>Prepare credentials file using <strong>obfuscate</strong> utility:<br />
<code>&gt; vi cred.txt<br />
user=admin<br />
pw=#!tibco</code></p>
<p><code>&gt; ./obfuscate cred.txt</code></p>
<p><code>&gt; cat cred.txt<br />
user=admin<br />
pw=#!L3myZM9vfgr/3GAEybDLLRzX9kcdAJxZ</code></li>
<li>Use AppManage to stop a deployed application:<br />
<code>&gt; ./AppManage -stop -app &lt;application&gt; -domain &lt;domain&gt; -cred cred.txt</code></li>
<li>Use AppManage to start a deployed application:<br />
<code>&gt; ./AppManage -start -app &lt;application&gt; -domain &lt;domain&gt; -cred cred.txt</code></li>
</ul>
<p><em>&lt;application&gt; is &#8220;Application&#8221; in TIBCO Administrator, not &#8220;Service Instance&#8221;</em></p>
<p>The user, defined in the cred.txt file, mush have appropriate rights to start and stop an application. You can operate as &#8220;admin&#8221;, or better to define new user in TIBCO Administrator with write access rights.</p>
]]></content:encoded>
			<wfw:commentRss>http://tibcoadmin.com/tibco/activematrix-businessworks/how-to-use-appmanage-utility-to-stop-and-start-bw-applications/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

