Tomcat 9x NIO connector socket timeout

2022-11-04 Thread Pawel Veselov
Hello. I was wondering what exact value does Tomcat 9x use for NIO connector socket timeouts? I.e., when the following exception occurs: org.apache.catalina.connector.ClientAbortException java.net.SocketTimeoutException at

Re: setenv.sh not loaded

2022-11-04 Thread Zero
If I look how the service is defined in Arch Linux (for tomcat 10) it defines a service file for Systemd, usr/lib/systemd/system/tomcat10.service Looking in that file it calls jsvc. In the parameters you then can define additional class

Re: Need an answer for below query _ high critical for Middleware end in my team

2022-11-04 Thread Rob Sargent
On 11/4/22 08:10, Ganesan, Prabu wrote: Hi team Can you please help me with following: What purpose does the values in the Environment tags and the values inside context.xml serve? What purpose does the WatchedResource tags and the values inside the context.xml serve? (Explain how the

Re: setenv.sh not loaded

2022-11-04 Thread Ivano Luberti
I follow with the conclusion on this matter. Installing Tomcat with yum and epel repository,so doing yum install epel-release yum install tomcat leads to a tomcat installation with no catalina.sh present in either usr/share/tomcat or var/lib/tomcat Consequently tomcat is installed as a

Re: Need an answer for below query _ high critical for Middleware end in my team

2022-11-04 Thread Ganesan, Prabu
Hi team Can you please help me with following: What purpose does the values in the Environment tags and the values inside context.xml serve? What purpose does the WatchedResource tags and the values inside the context.xml serve? (Explain how the Tomcat components and different context

Need an answer for below query _ high critical for Middleware end in my team

2022-11-04 Thread Ganesan, Prabu
Hi guys anyone help me on this below query. Can you please help me with following: What purpose does the values in the Environment tags and the values inside context.xml serve? What purpose does the WatchedResource tags and the values inside the context.xml serve? (Explain how the Tomcat

Need an answer for below query _ high critical for Middleware end in my team

2022-11-04 Thread Ganesan, Prabu
Hi guys anyone help me on this below query. Can you please help me with following: What purpose does the values in the Environment tags and the values inside context.xml serve? What purpose does the WatchedResource tags and the values inside the context.xml serve? (Explain how the Tomcat

AW: Need an answer for below query _ high critical for Middleware end in my team

2022-11-04 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello, I suggest to not mix topics in one thread. One thread, one topic. I think most of the mentioned questions are found at the documentation, e. G. https://tomcat.apache.org/tomcat-10.0-doc/config/context.html The watched ressources are observed for changes and can trigger reloads of the

TLS configuration TLS for JMX port

2022-11-04 Thread Bärtschi , Markus-MGB
I configured TLS for my JMX post, this is working alright. But the keystore information, especially the passwords end up on the java/tomcat command line. I did attempt to move the configuration items into catalina.properties, but this did not work. How can I configure TSL for my JMX port

Re: any plans for tomcat-native 1.2.36

2022-11-04 Thread Mark Thomas
On 03/11/2022 19:41, Усманов Азат Анварович wrote: Hi Everyone! I'm wondering if there are plans to release the next version of tomcat native 1.2 branch?I've scheduled a big server migration as well as tomcat upgrade 7.0.92 to -9.0.48   (everything seems to work  on test-enviroment) at

Re: Compatibility, 32 bit ..

2022-11-04 Thread Mark Thomas
On 03/11/2022 12:29, John Dale (DB2DOM) wrote: Is Tomcat's HTTP/S processing libraries modular and portable? That depends on how you define "HTTP/S processing libraries", "modular" and "portable". Can you take then and use them with something else where you just need HTTP/S and no servlet

Re: Compatibility, 32 bit ..

2022-11-04 Thread Mark Thomas
On 03/11/2022 11:48, John Dale (DB2DOM) wrote: Greetings - thanks for the pointer below. Brought up some interesting questions below. How do changes at Oracle affect Tomcat? Has OpenJRE sufficiently insulated the risk? What changes at Oracle? What risk? There isn't anything that i am

AW: TLS configuration TLS for JMX port

2022-11-04 Thread Bärtschi , Markus-MGB
On 04/11/2022 08:06, Bärtschi, Markus-MGB wrote: >> How can I configure TSL for my JMX port without the keystore information >> showing up on the command line ? > Don't use passwords. Rely on operating system file permissions to limit > access to the file to the Tomcat process (and root). So

Re: TLS configuration TLS for JMX port

2022-11-04 Thread Mark Thomas
On 04/11/2022 08:06, Bärtschi, Markus-MGB wrote: I configured TLS for my JMX post, this is working alright. But the keystore information, especially the passwords end up on the java/tomcat command line. I did attempt to move the configuration items into catalina.properties, but this did not