| 23 | |
| 24 | === Tomcat from apt-get install |
| 25 | If you install tomcat with {{{apt-get install}}} instead, then you may have to take additional steps to make this work with the python parties server. Otherwise the server will be unable to use the python system properly. The following steps are needed |
| 26 | * {{{sudo su -}}} |
| 27 | * {{{vi /etc/systemd/system/multi-user.target.wants/tomcat9.service}}} |
| 28 | * Under "Security" Change: |
| 29 | * {{{PrivateTmp=yes }}} to {{{PrivateTmp=no}}} |
| 30 | * {{{ProtectSystem=strict}}} to {{{ProtectSystem=no}}} |
| 31 | * Restart tomcat |
| 32 | |
| 33 | |
| 34 | |