Árvore de páginas

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.
HTML

<div id="main-content" class="wiki-content group">
	<p>
		A new option for connection in integrations was used in<strong>
			Fluig</strong>&#160;<strong>1.2&#160;</strong>.
	</p>
	<p>
		<span>During tests in some customers, we have found that this
			new option causes instability in communication with other software,
			such as&#160;</span><em>TOTVS RM</em><span>.</span>&#160;
	</p>
	<p>&#160;</p>
	<p>
		We recommend that this change be undone, but don't worry: it’s quite
		simple to undo it! Follow these steps:<span
			style="color: rgb(0, 0, 0); font-size: 1.1em; line-height: normal;">&#160;</span>
	</p>
	<ol>
		<li>Stop the Fluig service<br />Stop the MemCahed service.<br />Stop
			the RealTime service.<br />
		<br /></li>
		<li><p>
				Back up the standalone.xml file, located in <em>“&lt;Diretório
					de instalação>/jboss/standalone/configuration/”.</em>
			</p>
			<p>
				<em><br /></em>
			</p></li>
		<li><p>
				Disable the new connection option in the configuration file of <strong>Fluig</strong>:
			</p>
			<p>
				a. Edit the file: <em>“&lt;Diretório de
					instalação>/jboss/standalone/configuration/<strong>standalone.xml</strong>”
				</em>
			</p>
			<p>
				Within this file, look for the text&#160;<em>subsystem</em><a
					rel="nofollow">urn: jboss: domain: web: 1.4</a>.
			</p>
			<p>
				<br />Change the block below from:
			</p>
			<div class="code panel pdl" style="border-width: 1px;">
				<div class="codeContent panelContent pdl">
					<pre class="theme: Eclipse; brush: html/xml; gutter: false"
						style="font-size: 12px;">&lt;connector executor="http-pool" name="http" protocol="org.apache.coyote.http11.Http11NioProtocol" scheme="http" socket-binding="http"/></pre>
				</div>
			</div>
			<p>To:</p>
			<div class="code panel pdl" style="border-width: 1px;">
				<div class="codeContent panelContent pdl">
					<pre class="theme: Eclipse; brush: html/xml; gutter: false"
						style="font-size: 12px;">&lt;connector name="http" protocol="HTTP/1.1" scheme="http" socket-binding="http"/></pre>
				</div>
			</div>
			<p>
				Note that only the <em>protocol</em> option has changed.
			</p>
			<p>&#160;</p></li>
	</ol>
	<div class="aui-message warning shadowed information-macro">
		<p class="title">Note</p>
		<span class="aui-icon icon-warning">Icon</span>
		<div class="message-content">
			<p>
				<span>For Fluig 1.3, the installer will adopt the option most
					compatible with integrations</span><span>.</span>
			</p>
		</div>
	</div>
	<p>&#160;</p>
	<p>&#160;</p>
</div>