<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="it">
	<id>http://wiki.netsitech.com/index.php?action=history&amp;feed=atom&amp;title=Tomcat9_README.Debian</id>
	<title>Tomcat9 README.Debian - Cronologia</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.netsitech.com/index.php?action=history&amp;feed=atom&amp;title=Tomcat9_README.Debian"/>
	<link rel="alternate" type="text/html" href="http://wiki.netsitech.com/index.php?title=Tomcat9_README.Debian&amp;action=history"/>
	<updated>2026-05-05T00:26:38Z</updated>
	<subtitle>Cronologia della pagina su questo sito</subtitle>
	<generator>MediaWiki 1.34.4</generator>
	<entry>
		<id>http://wiki.netsitech.com/index.php?title=Tomcat9_README.Debian&amp;diff=12585&amp;oldid=prev</id>
		<title>Quadrelli: Creata pagina con &quot;&lt;syntaxhighlight&gt; Migrating from previous Tomcat packages ---------------------------------------    * Refer to the upstream migration guides for application compatibility...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.netsitech.com/index.php?title=Tomcat9_README.Debian&amp;diff=12585&amp;oldid=prev"/>
		<updated>2020-05-08T09:30:45Z</updated>

		<summary type="html">&lt;p&gt;Creata pagina con &amp;quot;&amp;lt;syntaxhighlight&amp;gt; Migrating from previous Tomcat packages ---------------------------------------    * Refer to the upstream migration guides for application compatibility...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nuova pagina&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
Migrating from previous Tomcat packages&lt;br /&gt;
---------------------------------------&lt;br /&gt;
&lt;br /&gt;
  * Refer to the upstream migration guides for application compatibility&lt;br /&gt;
    and configuration changes:&lt;br /&gt;
    - http://tomcat.apache.org/migration-7.html&lt;br /&gt;
    - http://tomcat.apache.org/migration-8.html&lt;br /&gt;
    - http://tomcat.apache.org/migration-85.html&lt;br /&gt;
    - http://tomcat.apache.org/migration-9.html&lt;br /&gt;
&lt;br /&gt;
  * Before the version 9 the Debian packages for Tomcat each created their&lt;br /&gt;
    own tomcat&amp;lt;n&amp;gt; users. You may need to recursively update your application&lt;br /&gt;
    directories to be owned by the tomcat user. This user will no longer&lt;br /&gt;
    change for the future upgrades.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Getting started&lt;br /&gt;
---------------&lt;br /&gt;
&lt;br /&gt;
  * After installing the tomcat9 package, the server should be accessible&lt;br /&gt;
    at http://localhost:8080/&lt;br /&gt;
&lt;br /&gt;
  * The default port 8080 can be changed by modifying the port of the&lt;br /&gt;
    connector in /etc/tomcat9/server.xml. Privileged ports (such as 80 or 443)&lt;br /&gt;
    can be used with no extra configuration.&lt;br /&gt;
&lt;br /&gt;
  * If you install tomcat9-admin, you have to define an admin account to&lt;br /&gt;
    access the manager interface. Edit /etc/tomcat9/tomcat-users.xml and&lt;br /&gt;
    follow the instructions in the comments. The Tomcat manager will be&lt;br /&gt;
    accessible at http://localhost:8080/manager/html&lt;br /&gt;
&lt;br /&gt;
  * Tomcat is not running under a Java security manager by default. If you&lt;br /&gt;
    expose your Tomcat instance to the internet, please consider editing&lt;br /&gt;
    your /etc/default/tomcat9 file and set SECURITY_MANAGER=&amp;quot;true&amp;quot;, then&lt;br /&gt;
    adjust policy files in /etc/tomcat9/policy.d/ as explained in&lt;br /&gt;
    https://tomcat.apache.org/tomcat-9.0-doc/security-manager-howto.html&lt;br /&gt;
&lt;br /&gt;
  * Tomcat is sandboxed by systemd and only has write access to the following&lt;br /&gt;
    directories:&lt;br /&gt;
    - /var/lib/tomcat9/conf/Catalina (actually /etc/tomcat9/Catalina)&lt;br /&gt;
    - /var/lib/tomcat9/logs          (actually /var/log/tomcat9)&lt;br /&gt;
    - /var/lib/tomcat9/webapps&lt;br /&gt;
    - /var/lib/tomcat9/work          (actually /var/cache/tomcat9)&lt;br /&gt;
&lt;br /&gt;
    If write access to other directories is required the service settings&lt;br /&gt;
    have to be overridden. This is done by creating an override.conf file&lt;br /&gt;
    in /etc/systemd/system/tomcat9.service.d/ containing:&lt;br /&gt;
&lt;br /&gt;
      [Service]&lt;br /&gt;
      ReadWritePaths=/path/to/the/directory/&lt;br /&gt;
&lt;br /&gt;
    The service has to be restarted afterward with:&lt;br /&gt;
&lt;br /&gt;
      systemctl daemon-reload&lt;br /&gt;
      systemctl restart tomcat9&lt;br /&gt;
&lt;br /&gt;
  * To run more than one Tomcat instance on your server, install the package&lt;br /&gt;
    tomcat9-user and run the tomcat9-instance-create utility.&lt;br /&gt;
    You should remove the tomcat9 package if you don't want Tomcat to&lt;br /&gt;
    start as a daemon at boot time.&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Quadrelli</name></author>
		
	</entry>
</feed>