<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.twig.es/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.twig.es/index.php?action=history&amp;feed=atom&amp;title=Tomcat_systemd_unit_file</id>
		<title>Tomcat systemd unit file - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.twig.es/index.php?action=history&amp;feed=atom&amp;title=Tomcat_systemd_unit_file"/>
		<link rel="alternate" type="text/html" href="https://wiki.twig.es/index.php?title=Tomcat_systemd_unit_file&amp;action=history"/>
		<updated>2026-05-06T15:51:28Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.0</generator>

	<entry>
		<id>https://wiki.twig.es/index.php?title=Tomcat_systemd_unit_file&amp;diff=4696&amp;oldid=prev</id>
		<title>George2: Created page with &quot;&lt;source lang=&quot;bash&quot;&gt;  # Systemd unit file for tomcat [Unit] Description=Apache Tomcat Web Application Container After=syslog.target network.target  [Service] Type=forking  Env...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.twig.es/index.php?title=Tomcat_systemd_unit_file&amp;diff=4696&amp;oldid=prev"/>
				<updated>2021-02-13T11:30:03Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;  # Systemd unit file for tomcat [Unit] Description=Apache Tomcat Web Application Container After=syslog.target network.target  [Service] Type=forking  Env...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
# Systemd unit file for tomcat&lt;br /&gt;
[Unit]&lt;br /&gt;
Description=Apache Tomcat Web Application Container&lt;br /&gt;
After=syslog.target network.target&lt;br /&gt;
&lt;br /&gt;
[Service]&lt;br /&gt;
Type=forking&lt;br /&gt;
&lt;br /&gt;
Environment=JAVA_HOME=/usr/lib/jvm/jre&lt;br /&gt;
Environment=CATALINA_PID=/opt/tomcat/temp/tomcat.pid&lt;br /&gt;
Environment=CATALINA_HOME=/opt/tomcat&lt;br /&gt;
Environment=CATALINA_BASE=/opt/tomcat&lt;br /&gt;
Environment='CATALINA_OPTS=-Xms512M -Xmx1024M -server -XX:+UseParallelGC'&lt;br /&gt;
Environment='JAVA_OPTS=-Djava.awt.headless=true -Djava.security.egd=file:/dev/./urandom'&lt;br /&gt;
&lt;br /&gt;
ExecStart=/opt/tomcat/bin/startup.sh&lt;br /&gt;
ExecStop=/bin/kill -15 $MAINPID&lt;br /&gt;
&lt;br /&gt;
User=tomcat&lt;br /&gt;
Group=tomcat&lt;br /&gt;
UMask=0007&lt;br /&gt;
RestartSec=10&lt;br /&gt;
Restart=always&lt;br /&gt;
&lt;br /&gt;
[Install]&lt;br /&gt;
WantedBy=multi-user.target&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>George2</name></author>	</entry>

	</feed>