RE: Debugging Tomcat during shutdown

2022-06-13 Thread Jean Pierre URKENS
/2022 07:19, Jean Pierre URKENS wrote: > Could it depend on whether 'suspend=n' or 'suspend=y' is set on the > jdwp options? I haven't tested that. Have you? My expectation is that it wouldn't have an impact since that option just suspends the VM on start until the debugger attaches. I don't s

RE: Debugging Tomcat during shutdown

2022-06-10 Thread Jean Pierre URKENS
Could it depend on whether 'suspend=n' or 'suspend=y' is set on the jdwp options? JP -Original Message- From: Mark Thomas Sent: woensdag 8 juni 2022 14:50 To: users@tomcat.apache.org Subject: Re: Debugging Tomcat during shutdown On 08/06/2022 13:39, Jean Pierre URKENS wrote: > Ind

RE: Debugging Tomcat during shutdown

2022-06-08 Thread Jean Pierre URKENS
session got killed before hitting any breakpoint I activated, e.g. in Serverimpl#stop()). -Original Message- From: Mark Thomas Sent: woensdag 8 juni 2022 14:23 To: users@tomcat.apache.org Subject: Re: Debugging Tomcat during shutdown On 08/06/2022 11:54, Jean Pierre URKENS wrote

RE: Debugging Tomcat during shutdown

2022-06-08 Thread Jean Pierre URKENS
- From: Mark Thomas Sent: woensdag 8 juni 2022 12:45 To: users@tomcat.apache.org Subject: Re: Debugging Tomcat during shutdown On 08/06/2022 11:29, Jean Pierre URKENS wrote: > I am trying to debug the cleanup of resources during a shutdown of > Tomcat > 8.5.43 That is a rather old ver

Debugging Tomcat during shutdown

2022-06-08 Thread Jean Pierre URKENS
I am trying to debug the cleanup of resources during a shutdown of Tomcat 8.5.43 and notices that my debug session gets killed prior to performing any servlet cleanup actions. I am starting Tomcat in debug mode with the JVM options: JAVA_OPTS="$JAVA_OPTS -Xdebug

RE: xsd version used for web.xml etc

2021-10-21 Thread Jean-Pierre Urkens
My guess, the one that is specified in TOMCAT_BASE/conf/web.xml -Original Message- From: S Abirami Sent: donderdag 21 oktober 2021 10:46 To: Tomcat Users List Subject: xsd version used for web.xml etc Hi All, In web.xml, if we didn't define any xsd schema or dtd schema which version

RE: Issue running Tomcat-8.5.72 with JDK15 under windows as a service

2021-10-19 Thread Jean-Pierre Urkens
The issue is due to a bunch of JVM options that are no longer supported in Java 15. After cleaning those up the server started normally. -Original Message- From: Jean-Pierre Urkens Sent: dinsdag 19 oktober 2021 14:46 To: 'users@tomcat.apache.org' Subject: Issue running Tomcat-8.5.72

RE: Issue running Tomcat-8.5.72 with JDK15 under windows as a service

2021-10-19 Thread Jean-Pierre Urkens
that are no longer supported since java 8. Sincerely, J.P. -Original Message- From: logo Sent: dinsdag 19 oktober 2021 15:45 To: Tomcat Users List Cc: Jean-Pierre Urkens Subject: Re: Issue running Tomcat-8.5.72 with JDK15 under windows as a service Hi Jean Pierre, Am 2021-10-19 14:57, schrieb Jean

Issue running Tomcat-8.5.72 with JDK15 under windows as a service

2021-10-19 Thread Jean-Pierre Urkens
I am verifying a migration from JDK8 to JDK15 and wanted to setup a Tomcat 8.5 server environment for this test (similar to the Tomcat8.5 with JDK8 we have running for the moment). I installed the instance as a service under my local (test) windows environment and configured the JVM through the

Issue running Tomcat-8.5.72 with JDK15 under windows as a service

2021-10-19 Thread Jean-Pierre Urkens
I am verifying a migration from JDK8 to JDK15 and wanted to setup a Tomcat 8.5 server environment for this test (similar to the Tomcat8.5 with JDK8 we have running for the moment). I installed the instance as a service under my local (test) windows environment and configured the JVM through the

RE: Urgent Help

2021-06-23 Thread Jean-Pierre Urkens
response. I am attaching my file that is used for starting the tomcat instance. Infact I have the servlet-api.jar in tomcat lib. I am unable to conclude on this. Kindly guide me. Thanks Mohan -Original Message- From: Jean-Pierre Urkens Sent: 23 June 2021 15:17 To: Tomcat Users List

RE: Urgent Help

2021-06-23 Thread Jean-Pierre Urkens
>From where is the ServletContext.class loaded? Is it from /lib/servlet-api.jar or from another jar-library on the classpath? My guess is that you have multiple jars containing the ServletContext.class and not all of these are related to the same servlet-api version and thus not supporting the

Configuring external CGI script in Tomcat 8.5

2020-06-23 Thread jean-pierre . urkens
Can anyone clarify on how to configure Tomcat 8.5 to serve an external executable? The CGI-HowTo documentation is VERY unclear to me. So let's say I have an application installed under 'c:\myApp' that provides a CGI executable 'c:\myApp\cgi\myapp.exe' now how do I configure Tomcat to have

RE: Tomcat serving javascript files as text/html

2019-07-12 Thread Jean Pierre Urkens
in the jsp response file which includes the js and css files as: Any suggestions as to how to circumvent this problem? Thanks in advance. From: Jean Pierre Urkens Sent: vrijdag 12 juli 2019 09:28 To: users@tomcat.apache.org Subject: Tomcat serving javascript files as text/html

Tomcat serving javascript files as text/html

2019-07-12 Thread Jean Pierre Urkens
this (changed) behavior? Met vriendelijke groet, Jean Pierre Urkens System Architect Adv. Dev and Cloud Integration +32 (0)14 722162 +32 (0)478 838336 <mailto:jean-pierre.urk...@devoteam.com> jean-pierre.urk...@devoteam.com <https://www.linkedin.com/company/devoteam&g

Tomcat-8.5.37 doesn't respect mime-mapping for css files

2019-02-20 Thread Jean-Pierre Urkens
I upgraded my Tomcat-8.5.30 deployment to 8.5.37 and I am noticing problems with the way css-files are served by Tomcat. HTML pages look like: https://hostname/context/myCSS.css;> unimportant When I check the network trace of the browser while downloading this page it shows

Incorrect decoding of encoded HTTP headers

2018-10-03 Thread Jean Pierre Urkens
Hi everybody, I am having an issue where Unicode characters (e.g. and & #105;) are passed by the Apache Webserver 2.4 to Tomcat as UTF-8 encoded bytes while Tomcat seems to evaluate them as ISO-8859-15 encoded. Having taken a network trace with TCPDUMP I see the following bytes for my

How to set up Tomcat as a client (not a server) for mutual SSL

2018-05-31 Thread Jean Pierre Urkens
I've a web application deployed under Tomcat-8.5.30 that sends web service (SOAP) requests (using Axis 1.4 framework) to another web server. The target server applies mutual SSL and the SSL handshake fails on finding an appropriate client certificate as requested by the server. I can't seem

RE: Activating Tomcat 8.5 APR on RHEL7

2018-01-16 Thread Jean Pierre Urkens
Thanks, this worked. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Activating Tomcat 8.5 APR on RHEL7

2018-01-15 Thread Jean Pierre Urkens
way is to get the apr libraries on the java.library.path of Tomcat8.5? Met vriendelijke groet, Jean Pierre Urkens System Architect Adv. Dev and Cloud Integration <tel:+32+14+722162> +32 (0)14 722162 <tel:+32+478+838336> +32 (0)478 838336 <mailto:jean-pierre.

RE: Tomcat Xml parser issue

2017-11-16 Thread Jean Pierre Urkens
Vicky, I am using both SPRING and Oracle XML features in a project and indeed the oracle xmlparser installs itself as default parser. To prevent this I start the VM with following settings (JDK8):

DB Connection pool returns stale connections

2017-07-20 Thread Jean Pierre Urkens
. Why does opening the JDBC connection takes so long? Is this an indication that the DBConnection returned by the DBCP is stale and if so why didn't the pool cleaned up this connection itself? Met vriendelijke groet, Jean Pierre Urkens System Architect Adv. Dev and Cloud Integration