Tomcat not syncing existing sessions on restart

2024-01-14 Thread Manak Bisht
Hi, I am using DeltaManager (static membership) with non-sticky load balancing on two nodes. I have observed even load, and requests with the same JSESSIONID being served successfully by both tomcats. This leads me to conclude that session replication is working as expected when both nodes are up.

Re: Regarding Tomcat is creating the zombie processes

2024-01-11 Thread Konstantin Kolinko
пт, 5 янв. 2024 г. в 12:45, Vaidya, Omkar : > > Hi Team, > > > > This is regarding like we have one customer issue where on Linux platform, we > have configured our IOT-application (Thingworx), which is using Tomcat as a > server. > > So we are able to identify that even when we remove our

Re: Problems with cross app uploads (migrating from 9.0.35 to 9.0.84)

2024-01-11 Thread Konstantin Kolinko
чт, 11 янв. 2024 г. в 23:08, Aryeh Friedman : > [...] > Original code: > > Decode form > Save file to /tmp/[sessId]/[filename] > Move file from above to images app and rename the file from > /tmp/[sessId][filename] to [webapp dir]/images/[doc]/1.jpg (simelar if > it is org policy or a system wide

Re: Problems with cross app uploads (migrating from 9.0.35 to 9.0.84)

2024-01-11 Thread Aryeh Friedman
TL;DR (see inline for details): Problem found and worked around (root cause still unknown but likely a bug in OpenJDK 21's standard lib [see below]) On Thu, Jan 11, 2024 at 8:43 AM Christopher Schultz wrote: > > Aryeh, > > On 1/10/24 17:48, Aryeh Friedman wrote: > > After upgrading the machine

Tomcat dbcp2 connection pool configuration

2024-01-11 Thread அருள்ராஜன் அ லை
Hi We are using Tomcat 9.0.84 and Tomcat DBCP2 connection pool and the DB is Oracle 19c. We are seeing the closed connections and the standment objects are not cleared even after the connection says closed. Anybody faced similar issue ? Here is the values in tomcat context.xml

Re: Problems with cross app uploads (migrating from 9.0.35 to 9.0.84)

2024-01-11 Thread Christopher Schultz
Aryeh, On 1/10/24 17:48, Aryeh Friedman wrote: After upgrading the machine (brand new VM) from FreeBSD 12.X to 14.0-RELEASE, OpenJDK 8 to OpenJdk 21 and Tomcat 9.0.35 to 9.0.84 (copied the existing server.xml over) I am having problems with a servlet that has worked in the past that uploaded

Problems with cross app uploads (migrating from 9.0.35 to 9.0.84)

2024-01-10 Thread Aryeh Friedman
After upgrading the machine (brand new VM) from FreeBSD 12.X to 14.0-RELEASE, OpenJDK 8 to OpenJdk 21 and Tomcat 9.0.35 to 9.0.84 (copied the existing server.xml over) I am having problems with a servlet that has worked in the past that uploaded images from one app (which is re-installed on each

Re: Windows 10 - installing tomcat 9.0.84 as a service

2024-01-10 Thread Christopher Schultz
Christoph, On 1/9/24 09:36, Christoph Kukulies wrote: Thanks for reading along :) Gotit running now. First off: too old Java Version bin/client or bin/server didn't exist After removing that service using  tomcat9 //DS I reinstalled it using service.bat install.

Re: Windows 10 - installing tomcat 9.0.84 as a service

2024-01-10 Thread Christopher Schultz
Christoph, On 1/9/24 08:05, Christoph Kukulies wrote: I'm trying to install Tomcat-9.0.84 under Windows 10 as a service. I unpacked it under C:\apache-tomcat-9.0.84 and after creating a file setenv.bat (as of the RUNNING.TXT document) I ran: C:\apache-tomcat-9.0.84\bin>set

Re: EOL - Tomcat versions

2024-01-09 Thread Christopher Schultz
Maruks, On 1/8/24 1:47 AM, i...@flyingfischer.ch wrote: https://endoflife.date/tomcat This is actually really great: accurate and up-to-date. The only disappointing thing is that it does not have references pointing to the original documentation from the project. -chris

[ANN] Apache Tomcat 9.0.85 available

2024-01-09 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.85. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.85 is a bugfix and

[ANN] Apache Tomcat 11.0.0-M16 (alpha) available

2024-01-09 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 11.0.0-M16 (alpha). Apache Tomcat 11 is an open source software implementation of the Jakarta Servlet, Jakarta Server Pages, Jakarta Expression Language, Jakarta WebSocket, Jakarta Authentication and Jakarta Annotations

Apache Tomcat 8.5.98 Available

2024-01-09 Thread Christopher Schultz
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.5.98. Apache Tomcat 8 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 8.5.98 is a bugfix and

Re: Windows 10 - installing tomcat 9.0.84 as a service

2024-01-09 Thread Christoph Kukulies
Thanks for reading along :) Gotit running now. First off: too old Java Version bin/client or bin/server didn't exist After removing that service using tomcat9 //DS I reinstalled it using service.bat install. C:\apache-tomcat-9.0.84\bin>service.bat install

Re: Windows 10 - installing tomcat 9.0.84 as a service

2024-01-09 Thread Christoph Kukulies
The picture has changed a bit: C:\apache-tomcat-9.0.84\bin>service.bat install Installing the service 'Tomcat9' ... Using CATALINA_HOME:"C:\apache-tomcat-9.0.84" Using CATALINA_BASE:"C:\apache-tomcat-9.0.84" Using JAVA_HOME:"c:\Program Files\Java\jdk1.8.0_161" Using JRE_HOME:

Re: Windows 10 - installing tomcat 9.0.84 as a service

2024-01-09 Thread Christoph Kukulies
A few more observations: the tomcat9 service got installed nonetheless. I was able to chage the log path using tomcat9w afterwards. But the logs don't look nice, not to talk from seeing anything listening to port 8080: [2024-01-09 14:19:27] [info] [ 9876] Apache Commons Daemon procrun

Windows 10 - installing tomcat 9.0.84 as a service

2024-01-09 Thread Christoph Kukulies
I'm trying to install Tomcat-9.0.84 under Windows 10 as a service. I unpacked it under C:\apache-tomcat-9.0.84 and after creating a file setenv.bat (as of the RUNNING.TXT document) I ran: C:\apache-tomcat-9.0.84\bin>set CATALINA_HOME=C:\apache-tomcat-9.0.84" C:\apache-tomcat-9.0.84\bin>tomcat9

Re: Regarding Tomcat is creating the zombie processes

2024-01-09 Thread Mark Thomas
On 09/01/2024 10:11, Vaidya, Omkar wrote: Hi Mark, Thanks for the response. For mainly related to our Thingworx IOT-based application, we are using the Tomcat 9.0.62 server. So for that, we are getting zombie or defunct processes. "Please provide the steps you used to recreate this issue in

RE: Regarding Tomcat is creating the zombie processes

2024-01-09 Thread Simon Matter
Hi, I'm not Mark but still try to provide my help > Hi Mark, > > Thanks for the response. For mainly related to our Thingworx IOT-based > application, we are using the Tomcat 9.0.62 server. So for that, we are > getting zombie or defunct processes. > > "Please provide the steps you used to

RE: Posting questions

2024-01-09 Thread Simon Matter
> Refer to attached screenshot. Attached screenshot? This is a public mailing list so your best option is to provide information in posted text format, screenshots and other images most likely won't make it through in a usable way :) Regards, Simon > > -Original Message- > From: Jalaj

RE: Regarding Tomcat is creating the zombie processes

2024-01-09 Thread Vaidya, Omkar
Hi Mark, Thanks for the response. For mainly related to our Thingworx IOT-based application, we are using the Tomcat 9.0.62 server. So for that, we are getting zombie or defunct processes. "Please provide the steps you used to recreate this issue in a clean installation of a standalone

RE: Posting questions

2024-01-09 Thread Vaidya, Omkar
Refer to attached screenshot. -Original Message- From: Jalaj Asher Sent: Friday, January 5, 2024 8:02 PM To: Tomcat Users List Subject: RE: Posting questions [You don't often get email from jalaj.as...@eclinicalworks.com.invalid. Learn why this is important at

Re: Tomcat/Java starts using too much memory and not by the heap or non-heap memory

2024-01-08 Thread Christopher Schultz
Brian, On 1/5/24 17:21, Brian Braun wrote: Hello Chirstopher, First of all: thanks a lot for your responses! On Wed, Jan 3, 2024 at 9:25 AM Christopher Schultz < ch...@christopherschultz.net> wrote: Brian, On 12/30/23 15:42, Brian Braun wrote: At the beginning, this was the problem: The

Re: Secure connection - only ipv6 listener at port 8443

2024-01-08 Thread Christoph Kukulies
Ubuntu 22.04.3 Thanks. Output is indeed "0". So it listens to both protocol versions. Will stick with this of course :) -- Christoph > Am 08.01.2024 um 11:15 schrieb EML : > > Run this command (I'm assuming you're on Linux): > > $ cat /proc/sys/net/ipv6/bindv6only > > The default output is

Re: Secure connection - only ipv6 listener at port 8443

2024-01-08 Thread EML
Run this command (I'm assuming you're on Linux):  $ cat /proc/sys/net/ipv6/bindv6only The default output is 0 on Linux (the Windows equivalent is apparently 1). 0 means that an IPv6 socket will connect to *both* IPv6 and IPv4  (look up IPV6_V6ONLY). You can force Java to listen to IPv4

Secure connection - only ipv6 listener at port 8443

2024-01-08 Thread Christoph Kukulies
Hi, I'm trying to connect to a tomcat9 server for which I made an entry in server.xml: and the following entries are also present, FWIW: Connection to the server through port 8443 seems to work (filtered by ufw) but I'm wondering

Re: EOL - Tomcat versions

2024-01-08 Thread Mark Thomas
On 08/01/2024 06:47, i...@flyingfischer.ch wrote: https://endoflife.date/tomcat Am 08.01.24 um 07:39 schrieb Deshmukh, Kedar: Hello, Could you please throw some light on Tomcat versions and its EOL plan? See https://tomcat.apache.org/whichversion.html    1.  8.5.X EOL 31 March 2024

Re: EOL - Tomcat versions

2024-01-07 Thread Brian Wolfe
https://tomcat.apache.org/whichversion.html 10.0 is EOL but 10.1 is still getting releases. https://tomcat.apache.org/tomcat-10.0-eol.html The official end of life plan for 8.5 https://tomcat.apache.org/tomcat-85-eol.html Basically the final release will be coming out, then it will receive no

Re: EOL - Tomcat versions

2024-01-07 Thread i...@flyingfischer.ch
https://endoflife.date/tomcat Am 08.01.24 um 07:39 schrieb Deshmukh, Kedar: Hello, Could you please throw some light on Tomcat versions and its EOL plan? 1. 8.5.X 2. 9.0.X 3. 10.0.X 4. 10.1.X This information would be very critical for us to move forward. Thanks, Kedar

EOL - Tomcat versions

2024-01-07 Thread Deshmukh, Kedar
Hello, Could you please throw some light on Tomcat versions and its EOL plan? 1. 8.5.X 2. 9.0.X 3. 10.0.X 4. 10.1.X This information would be very critical for us to move forward. Thanks, Kedar

Re: Possible AbstractProtocol.waitingProcessors leak in Tomcat 9.0.75

2024-01-07 Thread Jack Liang
I met the same problem on Tomcat 9.0.74 these days and I think I have found the answer. Our case is: 1. Open serveral Chrome tabs and each tab establish a websocket connection and a websocket session with Tomcat. To keep the connection and session alive, there is a JS timer who send a STOMP

Re: Tomcat/Java starts using too much memory and not by the heap or non-heap memory

2024-01-06 Thread Stefan Mayr
Hi, Am 05.01.2024 um 23:21 schrieb Brian Braun: Tracking native memory usage can be tricky depending upon your environment. I would only look into that if there were somethng very odd going on, like your process memory space seems to be more than 50% taken by non-java-heap memory. Well,

Re: Tomcat/Java starts using too much memory and not by the heap or non-heap memory

2024-01-05 Thread Chuck Caldarale
> On Jan 5, 2024, at 16:21, Brian Braun wrote: >> >> Tracking native memory usage can be tricky depending upon your >> environment. I would only look into that if there were somethng very odd >> going on, like your process memory space seems to be more than 50% taken >> by non-java-heap memory.

Re: Tomcat/Java starts using too much memory and not by the heap or non-heap memory

2024-01-05 Thread Brian Braun
Hello Chirstopher, First of all: thanks a lot for your responses! On Wed, Jan 3, 2024 at 9:25 AM Christopher Schultz < ch...@christopherschultz.net> wrote: > Brian, > > On 12/30/23 15:42, Brian Braun wrote: > > At the beginning, this was the problem: The OOM-killer (something that I > > never

Re: OCSP Stapling Configuration and Tomcat 9

2024-01-05 Thread Bhavesh Mistry
Hi Chris, Thanks for the update and confirming that we don't need a native connector for OCSP stamping to work. I have not followed any of the instructions below. I am at the beginning of the journey trying to explore what changes are needed to support OCSP stamping. Again, thanks for your

Re: OCSP Stapling Configuration and Tomcat 9

2024-01-05 Thread Christopher Schultz
Bhavesh, On 1/5/24 12:57, Bhavesh Mistry wrote: Hi All, According to Tomcat 9 Official documentation, only Tomcat NATIVE Connector supports it. https://tomcat.apache.org/tomcat-9.0-doc/ssl-howto.html#Using_OCSP_Certificates But this site claims

OCSP Stapling Configuration and Tomcat 9

2024-01-05 Thread Bhavesh Mistry
Hi All, According to Tomcat 9 Official documentation, only Tomcat NATIVE Connector supports it. https://tomcat.apache.org/tomcat-9.0-doc/ssl-howto.html#Using_OCSP_Certificates But this site claims https://community.progress.com/s/article/PASOE-OCSP-Stapling-does-not-work that it works with

Re: Posting questions

2024-01-05 Thread Rob Sargent
On 1/5/24 07:31, Jalaj Asher wrote: Omkar, 2 questions 1. when you say processes what processes are you seeing being invoked and does it stop at 200 processes. May be a screen shot might help 2. does the tomcat have read write privilege on all its folders ? If not does giving those rights

RE: Posting questions

2024-01-05 Thread Jalaj Asher
Omkar, 2 questions 1. when you say processes what processes are you seeing being invoked and does it stop at 200 processes. May be a screen shot might help 2. does the tomcat have read write privilege on all its folders ? If not does giving those rights help ? -Original Message- From:

Re: Regarding Tomcat is creating the zombie processes

2024-01-05 Thread Olaf Kock
On 05.01.24 14:17, Simon Matter wrote: You will need to provide more details. A default Tomcat install does not create parent and child processes so zombie processes cannot occur. Often, Java-Threads look like child processes in Linux tools. I'm assuming that the application creates

Re: Regarding Tomcat is creating the zombie processes

2024-01-05 Thread Simon Matter
> You will need to provide more details. > > A default Tomcat install does not create parent and child processes so > zombie processes cannot occur. > > I'll also note that zombie process do not consume system resources > (apart from a process ID). > > Please provide the steps you used to recreate

Re: Regarding Tomcat is creating the zombie processes

2024-01-05 Thread Mark Thomas
You will need to provide more details. A default Tomcat install does not create parent and child processes so zombie processes cannot occur. I'll also note that zombie process do not consume system resources (apart from a process ID). Please provide the steps you used to recreate this

Posting questions

2024-01-05 Thread Vaidya, Omkar
Hi Team, Tomcat Version - 9.0.62 Platform - Linux Platform This is regarding like we have one customer issue where on Linux platform, we have configured our IOT-application (Thingworx), which is using Tomcat as a server. So we are able to identify that even when we remove our

RE: Regarding Tomcat is creating the zombie processes

2024-01-05 Thread Vaidya, Omkar
Adding information - Tomcat Version - 9.0.62 Platform - Linux Platform From: Vaidya, Omkar Sent: Friday, January 5, 2024 3:15 PM To: users@tomcat.apache.org Cc: Shriwardhankar, Varun Subject: Regarding Tomcat is creating the zombie processes Hi Team, This is regarding like we have one

Regarding Tomcat is creating the zombie processes

2024-01-05 Thread Vaidya, Omkar
Hi Team, This is regarding like we have one customer issue where on Linux platform, we have configured our IOT-application (Thingworx), which is using Tomcat as a server. So we are able to identify that even when we remove our application, Tomcat is creating a zombie (defunct) process, which

Re: Getting False Tomcat Down Alert

2024-01-03 Thread Christopher Schultz
Olaf, On 1/3/24 09:52, Olaf Kock wrote: On 03.01.24 15:34, Christopher Schultz wrote: Olaf, +1 The regular expression used with grep should be improved a lot. I would recommend at least the following: STAT=`netstat -luptn 2>/dev/null | grep '^tcp.*:8080[^:0-9]' | awk '{print $6}'` ...or

Re: Getting False Tomcat Down Alert

2024-01-03 Thread Olaf Kock
On 03.01.24 15:34, Christopher Schultz wrote: Olaf, +1 The regular expression used with grep should be improved a lot. I would recommend at least the following: STAT=`netstat -luptn 2>/dev/null | grep '^tcp.*:8080[^:0-9]' | awk '{print $6}'` ...or omit the UDP output by using "netstat

Re: Getting False Tomcat Down Alert

2024-01-03 Thread Christopher Schultz
Olaf, On 1/3/24 04:18, Olaf Kock wrote: Here's an option: On 03.01.24 09:41, Chaudhary, Mohit wrote: Hi, Please find below script code which has been written. STAT=`netstat -luptn | grep 8080 | awk '{print $6}'` if [[ "$STAT" != "LISTEN" ]]; then echo "Tomcat instance down" >> $MESSAGE mail

Re: Tomcat/Java starts using too much memory and not by the heap or non-heap memory

2024-01-03 Thread Christopher Schultz
Brian, On 12/30/23 15:42, Brian Braun wrote: At the beginning, this was the problem: The OOM-killer (something that I never knew existed) killing Tomcat unexpectedly and without any explanation The explanation is always the same: some application requests memory from the kernel, which always

Re: Getting False Tomcat Down Alert

2024-01-03 Thread Olaf Kock
On 03.01.24 10:18, Olaf Kock wrote: Here's an option: On 03.01.24 09:41, Chaudhary, Mohit wrote: Hi, Please find below script code which has been written. STAT=`netstat -luptn | grep 8080 | awk '{print $6}'` if [[ "$STAT" != "LISTEN" ]]; then echo "Tomcat instance down" >> $MESSAGE mail -s

Re: Getting False Tomcat Down Alert

2024-01-03 Thread Olaf Kock
Here's an option: On 03.01.24 09:41, Chaudhary, Mohit wrote: Hi, Please find below script code which has been written. STAT=`netstat -luptn | grep 8080 | awk '{print $6}'` if [[ "$STAT" != "LISTEN" ]]; then echo "Tomcat instance down" >> $MESSAGE mail -s "Tomcat Instance Down on $HOSTNAME"

RE: Getting False Tomcat Down Alert

2024-01-03 Thread Chaudhary, Mohit
Hi, Please find below script code which has been written. STAT=`netstat -luptn | grep 8080 | awk '{print $6}'` if [[ "$STAT" != "LISTEN" ]]; then echo "Tomcat instance down" >> $MESSAGE mail -s "Tomcat Instance Down on $HOSTNAME" $mailto < $MESSAGE Thanks & Regards, Mohit Chaudhary

Re: Getting False Tomcat Down Alert

2024-01-03 Thread Olaf Kock
On 03.01.24 07:55, Chaudhary, Mohit wrote: Hello Team, We have RHEL 6.10 server and  configured custom script in crontab to check 8080 port is up or not, if 8080 is down then getting email alert. But some time we are facing the false alert for 2 to 3 min. When we are checking the tomcat

Getting False Tomcat Down Alert

2024-01-02 Thread Chaudhary, Mohit
Hello Team, We have RHEL 6.10 server and configured custom script in crontab to check 8080 port is up or not, if 8080 is down then getting email alert. But some time we are facing the false alert for 2 to 3 min. When we are checking the tomcat services it was up and running fine and nothing

Re: Tomcat/Java starts using too much memory and not by the heap or non-heap memory

2023-12-30 Thread Stefan Mayr
Hi Brian, Am 30.12.2023 um 21:42 schrieb Brian Braun: I don't have any Java OOME exceptions, so it is not that my objects don't fit. Even if I supply 300MB to the -Xmx parameter. In fact, as I wrote, I don't think the Heap and non-heap usage is the problem. I have been inspecting those and

Re: Tomcat/Java starts using too much memory and not by the heap or non-heap memory

2023-12-30 Thread Brian Braun
Hi Chris, Thanks a lot for your very detailed response! Here are my answers, comments and questions. At the beginning, this was the problem: The OOM-killer (something that I never knew existed) killing Tomcat unexpectedly and without any explanation, many times during the night while I should be

Re: Tomcat/Java starts using too much memory and not by the heap or non-heap memory

2023-12-30 Thread Christopher Schultz
Brian, On 12/29/23 20:48, Brian Braun wrote: Hello, First of all: Christopher Schultz: You answered an email from me 6 weeks ago. You helped me a lot with your suggestions. I have done a lot of research and have learnt a lot since then, so I have been able to rule out a lot of potential roots

Re: Aw: Re: Servlet-Mapping having %-sign

2023-12-30 Thread Christopher Schultz
Peter, On 12/30/23 01:41, Peter Rader wrote: Peter, On 12/29/23 07:56, Peter Rader wrote: having a URL like this: https://localhost:8443/index.html works perfect. This is my mapping: Nano-Nano-Servlet /index.html Nano-Nano-Servlet *.ts Unfortunately this URI does not load (because of

Re: Admin password for Tomcat

2023-12-30 Thread Christopher Schultz
Jerry, On 12/30/23 01:20, Jerry Malcolm wrote: Chris, On 12/29/2023 11:22 AM, Christopher Schultz wrote: Jerry, On 12/28/23 18:33, Jerry Malcolm wrote: Chris, On 12/28/2023 3:38 PM, Christopher Schultz wrote: Jerry. On 12/27/23 02:13, Jerry Malcolm wrote: I implemented the filter as you

Aw: Re: Servlet-Mapping having %-sign

2023-12-29 Thread Peter Rader
> Peter, > > On 12/29/23 07:56, Peter Rader wrote: > > having a URL like this: > > > > https://localhost:8443/index.html works perfect. This is my mapping: > > > > > > Nano-Nano-Servlet > > /index.html > > > > > > Nano-Nano-Servlet > > *.ts > > > > > > Unfortunately this URI does not load

Re: Admin password for Tomcat

2023-12-29 Thread Jerry Malcolm
Chris, On 12/29/2023 11:22 AM, Christopher Schultz wrote: Jerry, On 12/28/23 18:33, Jerry Malcolm wrote: Chris, On 12/28/2023 3:38 PM, Christopher Schultz wrote: Jerry. On 12/27/23 02:13, Jerry Malcolm wrote: I implemented the filter as you suggested.  But I guess I'm going to need some

Re: Tomcat/Java starts using too much memory and not by the heap or non-heap memory

2023-12-29 Thread Brian Braun
Hello Chuck, On Fri, Dec 29, 2023 at 11:00 PM Chuck Caldarale wrote: > > > On Dec 29, 2023, at 19:48, Brian Braun wrote: > > > > First of all: > > Christopher Schultz: You answered an email from me 6 weeks ago. You > helped > > me a lot with your suggestions. I have done a lot of research and

Re: Tomcat/Java starts using too much memory and not by the heap or non-heap memory

2023-12-29 Thread Chuck Caldarale
> On Dec 29, 2023, at 19:48, Brian Braun wrote: > > First of all: > Christopher Schultz: You answered an email from me 6 weeks ago. You helped > me a lot with your suggestions. I have done a lot of research and have > learnt a lot since then, so I have been able to rule out a lot of potential >

Tomcat/Java starts using too much memory and not by the heap or non-heap memory

2023-12-29 Thread Brian Braun
Hello, First of all: Christopher Schultz: You answered an email from me 6 weeks ago. You helped me a lot with your suggestions. I have done a lot of research and have learnt a lot since then, so I have been able to rule out a lot of potential roots for my issue. Because of that I am able to post

Re: Servlet-Mapping having %-sign

2023-12-29 Thread Christopher Schultz
Peter, On 12/29/23 07:56, Peter Rader wrote: having a URL like this: https://localhost:8443/index.html works perfect. This is my mapping: Nano-Nano-Servlet /index.html Nano-Nano-Servlet *.ts Unfortunately this URI does not load (because of the %-sign):

Re: Admin password for Tomcat

2023-12-29 Thread Christopher Schultz
Jerry, On 12/28/23 18:33, Jerry Malcolm wrote: Chris, On 12/28/2023 3:38 PM, Christopher Schultz wrote: Jerry. On 12/27/23 02:13, Jerry Malcolm wrote: I implemented the filter as you suggested.  But I guess I'm going to need some education on sessions.  Down in a user profile web page I

Fwd: Servlet-Mapping having %-sign

2023-12-29 Thread Aryeh Friedman
-- Forwarded message - From: Aryeh Friedman Date: Fri, Dec 29, 2023 at 8:08 AM Subject: Re: Servlet-Mapping having %-sign To: On Fri, Dec 29, 2023 at 7:57 AM Peter Rader wrote: > https://localhost:8443/@rm%2fmodel.ts No idea on the original question but the URL above

Re: Servlet-Mapping having %-sign

2023-12-29 Thread Aryeh Friedman
No idea on the original question but the URL above mightiest well read: http://dear.hacker.please/hack-me.jsp - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail:

Servlet-Mapping having %-sign

2023-12-29 Thread Peter Rader
Hey,   having a URL like this:   https://localhost:8443/index.html works perfect. This is my mapping:   Nano-Nano-Servlet /index.html Nano-Nano-Servlet *.ts   Unfortunately this URI does not load (because of the %-sign):   https://localhost:8443/@rm%2fmodel.ts   It gives a http-status:400

Re: Admin password for Tomcat

2023-12-28 Thread Jerry Malcolm
Chris, On 12/28/2023 3:38 PM, Christopher Schultz wrote: Jerry. On 12/27/23 02:13, Jerry Malcolm wrote: I implemented the filter as you suggested.  But I guess I'm going to need some education on sessions.  Down in a user profile web page I have a button to "Impersonate". I'm with you so

Re: Admin password for Tomcat

2023-12-28 Thread Christopher Schultz
Jerry. On 12/27/23 02:13, Jerry Malcolm wrote: I implemented the filter as you suggested.  But I guess I'm going to need some education on sessions.  Down in a user profile web page I have a button to "Impersonate". I'm with you so far. I create the GenericPrincipal object and store it in

Re: [EXT] Datadog _ JMX Integration facing connection issues.

2023-12-28 Thread Christopher Schultz
Sai Vamsi, On 12/27/23 04:12, Bodavula, Sai Vamsi Mohan Krishna (TR Technology) wrote: Hello chris, thanks for adding a point and I may have missed your email. below is some of the points, which showed me how tomcat is being started in my application. *   Line 19: INFO

Re: [EXT] Datadog _ JMX Integration facing connection issues.

2023-12-27 Thread Bodavula, Sai Vamsi Mohan Krishna (TR Technology)
Hello chris, thanks for adding a point and I may have missed your email. below is some of the points, which showed me how tomcat is being started in my application. *   Line 19: INFO [main][2023-12-27 09:00:38,983] -

Re: Admin password for Tomcat

2023-12-26 Thread Jerry Malcolm
Chris, On 12/26/2023 11:35 AM, Christopher Schultz wrote: Jerry, On 12/24/23 19:18, Jerry Malcolm wrote: Chris, On 11/8/2023 2:43 PM, Christopher Schultz wrote: Jerry, On 11/6/23 23:22, Jerry Malcolm wrote: On 11/5/2023 11:54 AM, Jerry Malcolm wrote: On 11/5/2023 9:26 AM, Christopher

Re: [EXT] Datadog _ JMX Integration facing connection issues.

2023-12-26 Thread logo
Sai Vamsi, have you answered any of the questions Chris, Chuck and I asked? Tomcat is NOT running, so please check "why" first. We'd like to help, but can't see what is happening on your machine. Kind regards Peter > Am 26.12.2023 um 12:02 schrieb Bodavula, Sai Vamsi Mohan Krishna (TR >

Re: Admin password for Tomcat

2023-12-26 Thread Christopher Schultz
Jerry, On 12/24/23 19:18, Jerry Malcolm wrote: Chris, On 11/8/2023 2:43 PM, Christopher Schultz wrote: Jerry, On 11/6/23 23:22, Jerry Malcolm wrote: On 11/5/2023 11:54 AM, Jerry Malcolm wrote: On 11/5/2023 9:26 AM, Christopher Schultz wrote: Jerry, On 11/4/23 20:17, Jerry Malcolm

Re: need features list that were removed in tomcat 10 while moving from tomcat 9

2023-12-26 Thread Christopher Schultz
Rajendra, On 12/22/23 04:31, Rathore, Rajendra wrote: We are migrating from tomcat 9 to tomcat 10, we run the migration tool on our codebase, that work perfectly, can you please share the changes from 9 to 10, we are interested in removed API or features that we can fix manually as migrator

Re: [EXT] Datadog _ JMX Integration facing connection issues.

2023-12-26 Thread Bodavula, Sai Vamsi Mohan Krishna (TR Technology)
by chance any findings on this., Thanks & Regards, -- SAI VAMSI .B Senior DevOps Engineer From: Bodavula, Sai Vamsi Mohan Krishna (TR Technology) Sent: Thursday, December 14, 2023 10:56 To: Tomcat Users List Subject: Re: [EXT] Datadog _ JMX Integration facing

Re: Admin password for Tomcat

2023-12-24 Thread Jerry Malcolm
Chris, On 11/8/2023 2:43 PM, Christopher Schultz wrote: Jerry, On 11/6/23 23:22, Jerry Malcolm wrote: On 11/5/2023 11:54 AM, Jerry Malcolm wrote: On 11/5/2023 9:26 AM, Christopher Schultz wrote: Jerry, On 11/4/23 20:17, Jerry Malcolm wrote: My support team needs to be able to log in to

need features list that were removed in tomcat 10 while moving from tomcat 9

2023-12-22 Thread Rathore, Rajendra
Hi, We are migrating from tomcat 9 to tomcat 10, we run the migration tool on our codebase, that work perfectly, can you please share the changes from 9 to 10, we are interested in removed API or features that we can fix manually as migrator tool not take care of such changes. Thanks and

Re: Run Tomcat as native image

2023-12-20 Thread Jun Suzuki
2023年12月20日(水) 19:55 Rémy Maucherat : > > On Wed, Dec 20, 2023 at 5:33 AM Jun Suzuki wrote: > > > > 2023年12月19日(火) 16:11 Jun Suzuki : > > > > > > 2023年12月19日(火) 1:18 Rémy Maucherat : > > > > > > > > On Mon, Dec 18, 2023 at 1:28 PM Jun Suzuki > > > > wrote: > > > > > > > > > > Hello all, > > > >

Re: Weird CSRF prevention behavior

2023-12-20 Thread Christopher Schultz
Konstantin, On 12/20/23 12:10, Konstantin Kolinko wrote: пт, 1 дек. 2023 г. в 23:27, Christopher Schultz : [...] I build-from-source and launch my custom-build Tomcat with my application in it. No logging. Oh, right... logging.properties. So I add this to my conf/logging.properties file:

Re: Weird CSRF prevention behavior

2023-12-20 Thread Konstantin Kolinko
пт, 1 дек. 2023 г. в 23:27, Christopher Schultz : > > [...] > > I build-from-source and launch my custom-build Tomcat with my > application in it. No logging. Oh, right... logging.properties. So I add > this to my conf/logging.properties file: > >

Re: mod_jk logging issue

2023-12-20 Thread Simon Matter
> Hi Rainer/Simon - I've just had another look at this. With no > application running (IOW, all Java processes killed), I see this > behaviour: Sorry, I was confused because I thought we're talking about files from Tomcat and not from Apache/mod_jk. Regards, Simon > >  # systemctl start

Re: mod_jk logging issue

2023-12-20 Thread EML
Hi Rainer/Simon - I've just had another look at this. With no application running (IOW, all Java processes killed), I see this behaviour:  # systemctl start apache2 This create a number of apache2 processes (generally 7). 2 new mod_jk files are created, corresponding to the apache2 process

Re: Run Tomcat as native image

2023-12-20 Thread Rémy Maucherat
On Wed, Dec 20, 2023 at 5:33 AM Jun Suzuki wrote: > > 2023年12月19日(火) 16:11 Jun Suzuki : > > > > 2023年12月19日(火) 1:18 Rémy Maucherat : > > > > > > On Mon, Dec 18, 2023 at 1:28 PM Jun Suzuki > > > wrote: > > > > > > > > Hello all, > > > > > > > > I'm now following the guide of > > > >

Re: mod_jk logging issue

2023-12-20 Thread Simon Matter
Hi, > Hi - I'm running mod_jk with an Apache front-end, and I'm having an > issue with the JkShmFile files. > > Every time Apache restarts mod_jk creates two new files > (jk-runtime-status.PID and jk-runtime-status.PID.lock). These are never > cleaned up; the log directory simply fills up with

Re: Run Tomcat as native image

2023-12-19 Thread Jun Suzuki
2023年12月19日(火) 16:11 Jun Suzuki : > > 2023年12月19日(火) 1:18 Rémy Maucherat : > > > > On Mon, Dec 18, 2023 at 1:28 PM Jun Suzuki wrote: > > > > > > Hello all, > > > > > > I'm now following the guide of > > > https://tomcat.apache.org/tomcat-11.0-doc/graal.html to build Tomcat > > > into native

Re: mod_jk logging issue

2023-12-19 Thread Rainer Jung
Hi there, Am 19.12.23 um 18:05 schrieb EML: Hi - I'm running mod_jk with an Apache front-end, and I'm having an issue with the JkShmFile files. Every time Apache restarts mod_jk creates two new files (jk-runtime-status.PID and jk-runtime-status.PID.lock). These are never cleaned up; the log

mod_jk logging issue

2023-12-19 Thread EML
Hi - I'm running mod_jk with an Apache front-end, and I'm having an issue with the JkShmFile files. Every time Apache restarts mod_jk creates two new files (jk-runtime-status.PID and jk-runtime-status.PID.lock). These are never cleaned up; the log directory simply fills up with these files.

Re: EOL for Tomcat 9.0.x and Tomcat 10.1.x

2023-12-19 Thread Mark Thomas
On 19/12/2023 12:32, Kaluva S wrote: Hi, We are planning to migrate from tomcat 9.0.x to Tomcat 10.1.x but want to know about EOL for both the releases. On the official tomcat website, we couldn't find any information about this. If anyone knows, please share so that we will plan accordingly.

EOL for Tomcat 9.0.x and Tomcat 10.1.x

2023-12-19 Thread Kaluva S
Hi, We are planning to migrate from tomcat 9.0.x to Tomcat 10.1.x but want to know about EOL for both the releases. On the official tomcat website, we couldn't find any information about this. If anyone knows, please share so that we will plan accordingly. Thanks in advance, Sreenivas K.

Re: Run Tomcat as native image

2023-12-18 Thread Jun Suzuki
2023年12月19日(火) 1:18 Rémy Maucherat : > > On Mon, Dec 18, 2023 at 1:28 PM Jun Suzuki wrote: > > > > Hello all, > > > > I'm now following the guide of > > https://tomcat.apache.org/tomcat-11.0-doc/graal.html to build Tomcat > > into native image. > > The original thread I posted before has become

Re: JSP EL - How to

2023-12-18 Thread Arbol One
Thanks for the reply Chuck Caldarale. I am really confused here, would you be able to provide me with a link to a EL tutorial. Thanks in advance. On 2023-12-18 11:04 a.m., Mark Thomas wrote: Chuck Caldarale -- ArbolOne.ca Using Fire Fox and Thunderbird. ArbolOne is composed of students and

Re: Clarification on CVE-2023-46589

2023-12-18 Thread Mark Thomas
On 18/12/2023 09:50, purtrator wrote: There are many types of things one can do with HTTP Request Smuggling, is this an attack where header theft, cache poisoning or even response queue poisoning is possible? What are the possible damage scenarios? Assume that any attack enabled by request

Re: Run Tomcat as native image

2023-12-18 Thread Rémy Maucherat
On Mon, Dec 18, 2023 at 1:28 PM Jun Suzuki wrote: > > Hello all, > > I'm now following the guide of > https://tomcat.apache.org/tomcat-11.0-doc/graal.html to build Tomcat > into native image. > The original thread I posted before has become too long to be easily > understood, so please let me

Re: JSP EL - How to

2023-12-18 Thread Mark Thomas
17 Dec 2023 21:31:10 Chuck Caldarale : On Dec 16, 2023, at 23:05, Arbol One wrote: Hello. In my NetBeans IDE, I have a ANT web project, to which I have added under Libraries the JSTL 1.2.7 - jstl-impl.jar and the JSTL 1.2.7 - jstl-api.jar libraries. However, when adding this code :

Re: Tomcat with IIS

2023-12-18 Thread Mark Thomas
18 Dec 2023 05:31:24 Mohammed Ramadan Ghallab : Hello I’m using tomcat and I want to create a virtual directory but I can’t do that if it isn’t possible can you please tell me how to integrate tomcat with IIS https://tomcat.apache.org/connectors-doc/webserver_howto/iis.html Tested and

Run Tomcat as native image

2023-12-18 Thread Jun Suzuki
Hello all, I'm now following the guide of https://tomcat.apache.org/tomcat-11.0-doc/graal.html to build Tomcat into native image. The original thread I posted before has become too long to be easily understood, so please let me raise a new thread to clarify. I break down the contents from the

Re: Clarification on CVE-2023-46589

2023-12-18 Thread purtrator
There are many types of things one can do with HTTP Request Smuggling, is this an attack where header theft, cache poisoning or even response queue poisoning is possible?  What are the possible damage scenarios? And finally I wonder what the restrictions of this issue are Does it work over

<    4   5   6   7   8   9   10   11   12   13   >