Re: disable sandbox tomcat9

2020-09-24 Thread Emmanuel Bourg
The README file explains how to override the systemd configuration. You can either add ReadWritePaths directives [1] to grant access to more paths, or set ProtectSystem=false [2] to disable the sandboxing completely. Emmanuel Bourg [1] https://www.freedesktop.org/software/systemd/man

Re: File "catalina.out" not being created/populated when using Tomcat 9.0.31 + Ubuntu 20.04, and content goes to the Ubuntu syslog instead?

2020-06-25 Thread Emmanuel Bourg
le an enhancement request on systemd. Emmanuel Bourg - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: File "catalina.out" not being created/populated when using Tomcat 9.0.31 + Ubuntu 20.04, and content goes to the Ubuntu syslog instead?

2020-06-23 Thread Emmanuel Bourg
/log/tomcat9" and > restarted Ubuntu. "catalina.out" got created and populated again. > > Any ideas? The catalina.out file is held by rsyslogd and isn't recreated unless you restart rsyslogd. Tr

Re: File "catalina.out" not being created/populated when using Tomcat 9.0.31 + Ubuntu 20.04, and content goes to the Ubuntu syslog instead?

2020-06-23 Thread Emmanuel Bourg
ot to enter it. Try 2770 instead of 2760. Emmanuel Bourg - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: File "catalina.out" not being created/populated when using Tomcat 9.0.31 + Ubuntu 20.04, and content goes to the Ubuntu syslog instead?

2020-06-23 Thread Emmanuel Bourg
directory. This will propagate to Ubuntu sooner or later. Emmanuel Bourg [1] https://salsa.debian.org/java-team/tomcat9/-/commit/51128fe9 - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail

Re: File "catalina.out" not being created/populated when using Tomcat 9.0.31 + Ubuntu 20.04, and content goes to the Ubuntu syslog instead?

2020-06-22 Thread Emmanuel Bourg
. The tomcat9 package is different as it leverages several systemd features to improve the security and the reliability. Emmanuel Bourg - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: File "catalina.out" not being created/populated when using Tomcat 9.0.31 + Ubuntu 20.04, and content goes to the Ubuntu syslog instead?

2020-06-22 Thread Emmanuel Bourg
started on crashes, run by a non privileged user allowed to bind to ports below 1024, sandboxed, with logs in a consistent location). And you are still able to override some aspects of the default configuration you might not like. Emmanuel Bourg ---

Re: File "catalina.out" not being created/populated when using Tomcat 9.0.31 + Ubuntu 20.04, and content goes to the Ubuntu syslog instead?

2020-06-22 Thread Emmanuel Bourg
Le 22/06/2020 à 20:03, Christopher Schultz a écrit : > It looks like whoever is responsible for packing Tomcat for Ubuntu has > something missing, there. I suggest you file a bug with Ubuntu. That must be me :) I'll get a look. Emmanuel

Re: [OT] Re: Maven Warning. Ubuntu Users

2020-01-06 Thread Emmanuel Bourg
ava packages). But you are lucky because beside maintaining Tomcat in Debian, I also maintain Maven, and thanks to your message I've filled the bugs to address this issue [1][2]. Emmanuel Bourg [1] https://bugs.debian.org/948309 [2] https://bugs.debian.org/948

Re: Tomcat 9 does not allow to read file in /tmp folder with 777 permission?

2020-01-04 Thread Emmanuel Bourg
urity hardening setting that can be overridden as described in the README file Olaf mentioned. Emmanuel Bourg - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Tomcat starts very slow

2019-07-02 Thread Emmanuel Bourg
ks entropy, see: https://cwiki.apache.org/confluence/display/TOMCAT/HowTo+FasterStartUp#HowToFasterStartUp-EntropySource Emmanuel Bourg - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands,

Re: migrate to tomcat 9: application can not write files on system filder

2019-07-01 Thread Emmanuel Bourg
have to be overridden. This is done by creating an override.conf file in /etc/systemd/system/tomcat9.service.d/ containing: [Service] ReadWritePaths=/path/to/the/directory/ The service has to be restarted afterward with: systemctl daemon-reload systemctl restart to

Re: Number of tomcat downloads

2019-02-05 Thread Emmanuel Bourg
2122 tomcat8 117 And from Netcraft: https://news.netcraft.com/archives/2018/12/17/december-2018-web-server-survey.html Netcraft reported ~600000 domains served by Tomcat. Emmanuel Bourg - To unsubscribe, e-m

Re: Tomcat 8 runs under Java 7, but not Java 8

2018-12-18 Thread Emmanuel Bourg
case you should look into /var/log/tomcat8/catalina.out instead. > If I leave the JAVA_HOME in there, but change it to refer to the Java 7 > directory, it works fine. > > What am I doing wrong? Tomcat 8 runs just fine on our other Google > Compute instances, and they *only* h

Re: Translations update

2018-11-26 Thread Emmanuel Bourg
"membership" (that's the clustering object): "gestionnaire de membres" ? "appartenance" ? > - "dispatch"/"dispatcher" (for the Servlet request dispatcher): ? "répartiteur" ? Emmanuel Bourg - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Java 10; JAXB; and Tomcat 9

2018-05-02 Thread Emmanuel Bourg
Le 03/05/2018 à 00:42, Jerry Malcolm a écrit : > Thanks for the input.  I haven't been keeping up with Java EE for a > while.  I tried to download EE instead of SE and got a few gigabytes of > "GlassFish server".  Couldn't even find the jaxb jar files in that > package.  I haven't researched what

Re: Java 10; JAXB; and Tomcat 9

2018-05-02 Thread Emmanuel Bourg
; error.  Am I putting this option in the wrong place on the config > panel?  Is there another way to call out JAXB in TC? The java.xml.bind module is going to be removed from Java 11 and the --add-modules trick will no longer work. I suggest adding the jaxb jar to your classpath instead for

Re: debian 9 and tomcat 8 error at startup

2017-09-26 Thread Emmanuel Bourg
Hi Roberto, You have to install the libservlet3.1-java package. This is a mistake in the packaging that will be fixed in a future update (Debian bug #867247). Emmanuel Bourg Le 26/09/2017 à 07:56, r.bott...@afterbit.com a écrit : > Hi, > i have installed tomcat 8 on a Debian server

Re: For some reason, the AUTHBIND approach isn't working with 8.5

2017-09-07 Thread Emmanuel Bourg
cat8 -s /bin/bash -c "authbind --deep /bin/bash -c 'netcat -v -p 443 -l'" Emmanuel Bourg - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Where Tomcat webapp contexts live on Debian

2017-08-22 Thread Emmanuel Bourg
to me or to the debian-j...@lists.debian.org and I'll be happy to help. Emmanuel Bourg - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Reg CVE-2017-5664

2017-06-22 Thread Emmanuel Bourg
Le 22/06/2017 à 17:46, Durga Srinivasu Karuturi a écrit : > We are using tomcat 8.5.14. >From Debian 9? If so this has been patched today: https://www.debian.org/security/2017/dsa-3891 Emmanuel Bourg - To unsubscr

Re: Should Tomcat continue to support SSI?

2017-06-07 Thread Emmanuel Bourg
Le 7/06/2017 à 16:51, Christopher Schultz a écrit : > What about separating SSI out into a separate (sub?) project and > removing it from Tomcat core? +1, I was about to suggest this as well. Emmanuel Bourg - To unsubscr

Re: TomcatCon @ ApacheCon

2017-02-03 Thread Emmanuel Bourg
st. Hi Coty, If you already have a draft of your presentation you can send it to me and I'll insert a few slides about Debian. Emmanuel Bourg - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e

Re: Tomcat maintainer's ApacheCon NA presentation

2017-01-23 Thread Emmanuel Bourg
Hi Coty, This is an excellent idea. I won't be able to attend ApacheCon NA but I'll be happy to provide some input for your presentation and contribute a few slides to describe the Tomcat packaging in Debian/Ubuntu. Emmanuel Bourg Le 19/01/2017 à 19:26, Coty Sutherland a écrit : > Hi

Re: [ANN] Apache Tomcat 8.0.9 (stable) available

2014-07-02 Thread Emmanuel Bourg
then be installed with: apt-get update apt-get install tomcat8 For Ubuntu users the package is also available for Utopic Unicorn [2] (to be released this fall). Emmanuel Bourg [1] http://backports.debian.org [2] http://packages.ubuntu.com/utopic/tomcat8 Le 26/06/2014 09:00, Mark Thomas a écrit