<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mediawiki.geitenpad.rijkenmiel.nl/index.php?action=history&amp;feed=atom&amp;title=Tomcat</id>
	<title>Tomcat - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mediawiki.geitenpad.rijkenmiel.nl/index.php?action=history&amp;feed=atom&amp;title=Tomcat"/>
	<link rel="alternate" type="text/html" href="https://mediawiki.geitenpad.rijkenmiel.nl/index.php?title=Tomcat&amp;action=history"/>
	<updated>2026-09-12T03:24:44Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://mediawiki.geitenpad.rijkenmiel.nl/index.php?title=Tomcat&amp;diff=133&amp;oldid=prev</id>
		<title>Rijk: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.geitenpad.rijkenmiel.nl/index.php?title=Tomcat&amp;diff=133&amp;oldid=prev"/>
		<updated>2025-01-05T14:34:04Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 14:34, 5 January 2025&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Rijk</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.geitenpad.rijkenmiel.nl/index.php?title=Tomcat&amp;diff=132&amp;oldid=prev</id>
		<title>Rijk at 14:04, 17 November 2017</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.geitenpad.rijkenmiel.nl/index.php?title=Tomcat&amp;diff=132&amp;oldid=prev"/>
		<updated>2017-11-17T14:04:49Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Install tomcat&lt;br /&gt;
 root@paardenpad:~# aptitude install tomcat8 tomcat8-admin&lt;br /&gt;
Add user&lt;br /&gt;
 root@paardenpad:~# vim /etc/tomcat8/tomcat-users.xml&lt;br /&gt;
Add: &amp;lt;user username=&amp;quot;rijk&amp;quot; password=&amp;quot;****&amp;quot; roles=&amp;quot;manager-gui&amp;quot;/&amp;gt;&lt;br /&gt;
 root@paardenpad:/usr/share/tomcat8/bin# vim setenv.sh&lt;br /&gt;
Add (create if not exists): JAVA_OPTS=&amp;quot;$JAVA_OPTS -Duser.timezone=Europe/Amsterdam&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 root@paardenpad:/etc/apache2/sites-enabled# a2enmod proxy&lt;br /&gt;
 root@paardenpad:/etc/apache2/sites-enabled# a2enmod proxy_http&lt;br /&gt;
 root@paardenpad:/etc/apache2/sites-enabled# systemctl restart apache2&lt;br /&gt;
&lt;br /&gt;
For every application add proxy settings to paardenpad-ssl.conf&lt;br /&gt;
 root@paardenpad:/etc/apache2/sites-enabled# vim paardenpad-ssl.conf&lt;br /&gt;
E.G.&lt;br /&gt;
       ProxyPass         /churchserviceplanner  http://localhost:8080/churchserviceplanner&lt;br /&gt;
       ProxyPassReverse  /churchserviceplanner  http://localhost:8080/churchserviceplanner&lt;br /&gt;
    &amp;lt;/VirtualHost&amp;gt;&lt;br /&gt;
 &amp;lt;/IfModule&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rijk</name></author>
	</entry>
</feed>