<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.networksecuritytoolkit.org/nstwiki/index.php?action=history&amp;feed=atom&amp;title=Tomcat6_Installation</id>
	<title>Tomcat6 Installation - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.networksecuritytoolkit.org/nstwiki/index.php?action=history&amp;feed=atom&amp;title=Tomcat6_Installation"/>
	<link rel="alternate" type="text/html" href="https://wiki.networksecuritytoolkit.org/nstwiki/index.php?title=Tomcat6_Installation&amp;action=history"/>
	<updated>2026-04-15T06:46:21Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.5</generator>
	<entry>
		<id>https://wiki.networksecuritytoolkit.org/nstwiki/index.php?title=Tomcat6_Installation&amp;diff=5450&amp;oldid=prev</id>
		<title>Paul Blankenbaker: Created page with &quot;This page is related to getting Tomcat (in particular the tomcat6 packages) set up and working.  = NST 2.15.0 (Fedora 15) Tomcat6 Installation Notes =  Tomcat does not install cl...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.networksecuritytoolkit.org/nstwiki/index.php?title=Tomcat6_Installation&amp;diff=5450&amp;oldid=prev"/>
		<updated>2011-11-08T02:01:39Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;This page is related to getting Tomcat (in particular the tomcat6 packages) set up and working.  = NST 2.15.0 (Fedora 15) Tomcat6 Installation Notes =  Tomcat does not install cl...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This page is related to getting Tomcat (in particular the tomcat6 packages) set up and working.&lt;br /&gt;
&lt;br /&gt;
= NST 2.15.0 (Fedora 15) Tomcat6 Installation Notes =&lt;br /&gt;
&lt;br /&gt;
Tomcat does not install cleanly on a NST 2.15.0 (Fedora 15) system due to packaging issues. This section documents what I had to do to get it working.&lt;br /&gt;
&lt;br /&gt;
* Install the &amp;#039;&amp;#039;tomcat6&amp;#039;&amp;#039; packages:&lt;br /&gt;
&lt;br /&gt;
 yum install tomcat6 tomcat6-admin-webapps tomcat6-webapps tomcat6-docs-webapp&lt;br /&gt;
&lt;br /&gt;
* Edit the &amp;#039;&amp;#039;/etc/tomcat6/tomcat-users.xml&amp;#039;&amp;#039; file and add a account with the &amp;#039;&amp;#039;admin,manager&amp;#039;&amp;#039; roles.&lt;br /&gt;
&lt;br /&gt;
* Start the &amp;#039;&amp;#039;tomcat6&amp;#039;&amp;#039; service.&lt;br /&gt;
&lt;br /&gt;
  systemctl start tomcat6.service&lt;br /&gt;
&lt;br /&gt;
At this point the &amp;#039;&amp;#039;tomcat6&amp;#039;&amp;#039; service should be running and you should be able to connect to it using &amp;#039;&amp;#039;http://127.0.0.1:8080/&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
If you see the &amp;#039;&amp;#039;Apache Tomcat&amp;#039;&amp;#039; welcome page, then you should be good to go (maybe you were lucky and the issue described below has already been fixed for you via a yum update).&lt;br /&gt;
&lt;br /&gt;
If you just see a blank page when connecting to this URL, then you probably have the permissions issue identified at [http://forums.fedoraforum.org/showthread.php?t=264340 FedoraForum.org]. Running the following commands (as suggested on the forum page) should fix the permissing and owenership issues:&lt;br /&gt;
&lt;br /&gt;
 chmod g+x /usr/share/tomcat6/logs&lt;br /&gt;
 chmod g+x /etc/tomcat6&lt;br /&gt;
 chmod g+x /usr/share/tomcat6/webapps/&lt;br /&gt;
 chmod g+x /usr/share/tomcat6/temp&lt;br /&gt;
 chmod g+x /usr/share/tomcat6/work&lt;br /&gt;
 chmod g+x /var/cache/tomcat6&lt;br /&gt;
 chown -R tomcat:tomcat /etc/tomcat6/Catalina&lt;br /&gt;
 chmod g+x /var/lib/tomcat6/&lt;br /&gt;
&lt;br /&gt;
After running the above commands restart the &amp;#039;&amp;#039;tomcat6&amp;#039;&amp;#039; service:&lt;br /&gt;
&lt;br /&gt;
 systemctl restart tomcat6.service&lt;/div&gt;</summary>
		<author><name>Paul Blankenbaker</name></author>
	</entry>
</feed>