<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: How to Install Apache Tomcat 10 in RHEL 9	</title>
	<atom:link href="https://www.ubuntumint.com/install-apache-tomcat-rhel-9/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.ubuntumint.com/install-apache-tomcat-rhel-9/</link>
	<description>UbuntuMint - Everything About Ubuntu Linux</description>
	<lastBuildDate>Mon, 24 Jul 2023 08:23:43 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>
		By: Rakesh Pandey		</title>
		<link>https://www.ubuntumint.com/install-apache-tomcat-rhel-9/#comment-19186</link>

		<dc:creator><![CDATA[Rakesh Pandey]]></dc:creator>
		<pubDate>Fri, 09 Dec 2022 04:40:28 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=5242#comment-19186</guid>

					<description><![CDATA[Hi,

Thanks for this great article, I successfully installed Apache Tomcat on my RHEL 9 system without any errors...]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for this great article, I successfully installed Apache Tomcat on my RHEL 9 system without any errors&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.ubuntumint.com/install-apache-tomcat-rhel-9/#comment-19185</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Fri, 09 Dec 2022 04:35:05 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=5242#comment-19185</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.ubuntumint.com/install-apache-tomcat-rhel-9/#comment-19150&quot;&gt;Rick&lt;/a&gt;.

@Rick,

I completely agree with you, disabling SELinux is not a solution. Here are the commands to configure SELinux for Apache to access Tomcat.
&lt;pre&gt;
$ sudo setsebool -P httpd_can_network_connect 1
$ sudo setsebool -P httpd_can_network_relay 1
$ sudo setsebool -P httpd_graceful_shutdown 1
$ sudo setsebool -P nis_enabled 1
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.ubuntumint.com/install-apache-tomcat-rhel-9/#comment-19150">Rick</a>.</p>
<p>@Rick,</p>
<p>I completely agree with you, disabling SELinux is not a solution. Here are the commands to configure SELinux for Apache to access Tomcat.</p>
<pre>
$ sudo setsebool -P httpd_can_network_connect 1
$ sudo setsebool -P httpd_can_network_relay 1
$ sudo setsebool -P httpd_graceful_shutdown 1
$ sudo setsebool -P nis_enabled 1
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rick		</title>
		<link>https://www.ubuntumint.com/install-apache-tomcat-rhel-9/#comment-19150</link>

		<dc:creator><![CDATA[Rick]]></dc:creator>
		<pubDate>Thu, 08 Dec 2022 14:38:59 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=5242#comment-19150</guid>

					<description><![CDATA[Hi, disabling selinux in rhel 9 (or any other RHEL version for that matter) is a big NONO, security-wise. There are much better methods to allow &lt;strong&gt;tomcat&lt;/strong&gt; to run under rhel 9 with selinux enabled!]]></description>
			<content:encoded><![CDATA[<p>Hi, disabling selinux in rhel 9 (or any other RHEL version for that matter) is a big NONO, security-wise. There are much better methods to allow <strong>tomcat</strong> to run under rhel 9 with selinux enabled!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
