Re: disable sandbox tomcat9

2020-09-23 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/systemd.exec

disable sandbox tomcat9

2020-09-23 Thread Cristiano Albiero Berni
Hi, Tomcat 9 package install on Ubuntu 20.04 lts server. I need to disable the sandbox. It's a problem when adding a new filesystem. I need to get it NO sandboxing to all the "/" including different filesystems. How could I do that? Or https://salsa.debian.org/java-team/tomcat9/blob/master/debi

Re: Low throughput with HTTP2

2020-09-23 Thread Mark Thomas
On 23/09/2020 15:50, Berneburg, Cris J. - US wrote: > Hi Mark > > Thanks for taking the time to explain that to me. :-) > > A few more questions, if you don't mind. > > cjb> TC thinks the stream should be closed when the client > cjb> thinks the stream is still open? Basically RST_STREAM > cjb

RE: Low throughput with HTTP2

2020-09-23 Thread Berneburg, Cris J. - US
Hi Mark Thanks for taking the time to explain that to me. :-) A few more questions, if you don't mind. cjb> TC thinks the stream should be closed when the client cjb> thinks the stream is still open? Basically RST_STREAM cjb> is a keep-alive? mt> No. The stream closed cleanly. The client is s

Re: Issue in unpacking files

2020-09-23 Thread Martin Grigorov
The response was inline: The mailing list server does not allow embedded images. Please use some image pastebin service. Or if this is plain text then better just copy/paste it. On Wed, Sep 23, 2020 at 3:35 PM Mohan T wrote: > Hi, > > I am not able to see any response in the mail received. > >

RE: Issue in unpacking files

2020-09-23 Thread Mohan T
Hi, I am not able to see any response in the mail received. Please treat the file name deployed as ems.war and not ems.wzr. Thanks Mohan -Original Message- From: Martin Grigorov Sent: Wednesday, September 23, 2020 6:00 PM To: Tomcat Users List Subject: Re: Issue in unpacking files

Re: Issue in unpacking files

2020-09-23 Thread Martin Grigorov
Hi, On Wed, Sep 23, 2020 at 3:03 PM Mohan T wrote: > Dear All, > > > > We have two environments where in one the .war file is getting extracted > and on the other it is not. See the below for your reference. The file > being deployed is ems.wzr > > > > We are using apache-tomcat-8.5.35. Any poi

Issue in unpacking files

2020-09-23 Thread Mohan T
Dear All, We have two environments where in one the .war file is getting extracted and on the other it is not. See the below for your reference. The file being deployed is ems.wzr We are using apache-tomcat-8.5.35. Any pointers would be of great help. Catalinabase0 - Here it has been correc

Re: Request for a tip with NoClassDefFoundError

2020-09-23 Thread Paul Carter-Brown
NoClassDefFoundError means that the class in question threw an exception during its static initialisation phase. Then later on whenever some code tries to access the class statically or create an instance the JVM will throw a NoClassDefFoundError. This is not the same as a class not found which rel

Request for a tip with NoClassDefFoundError

2020-09-23 Thread Michal Rysavy
Hello, I would like to ask for any tips that can help us to solve the problem with NoClassDefFoundError. We have a specific problem with an application (Documentum) on Tomcat (running as a container on OpenShift). Sometimes we have many NoClassDefFoundError on classes that are loaded via network

Re: Low throughput with HTTP2

2020-09-23 Thread Martin Grigorov
Hi, I've debugged further with Wireshark: 1) Golang: https://pasteboard.co/Jsnvx1z.png (SETTINGS, HEADERS+DATA) 2) Nodejs: https://pasteboard.co/JsnwRNV.png (SETTINGS, HEADERS+PARTIAL DATA, DATA) 3) Rust: https://pasteboard.co/JsnxvKGU.png (SETTINGS, HEADERS+PARTIAL DATA+DATA) 4) Netty: https