FW: Tomcat MySQL Connection Pooling JNDI lookup

2024-06-18 Thread Daniel Schwartz
Hello again I sent the following message yesterday. Is anyone going to reply? I'm totally stuck. If no one can help, then I will have no alternative but to abandon Tomcat and try some alternative. Dan Schwartz From: Daniel Schwartz Sent: Monday, June 17, 2024 4:19 PM To: users@tomc

RE: FW: [EXT]Re: how to define database resource in just context.xml or server.xml

2024-03-29 Thread Rick Noel
: users@tomcat.apache.org Subject: Re: FW: [EXT]Re: how to define database resource in just context.xml or server.xml Rick, On 3/29/24 14:05, Rick Noel wrote: > Chris, > > I found I could use a ResourceLink element and put it in my context.xml file. > The name in that ResourceLink is

Re: FW: [EXT]Re: how to define database resource in just context.xml or server.xml

2024-03-29 Thread Christopher Schultz
Rick, On 3/29/24 14:05, Rick Noel wrote: Chris, I found I could use a ResourceLink element and put it in my context.xml file. The name in that ResourceLink is the name of resource that I have fully defined in my server.xml. Sot the context.xml points to the fully define resource which is in my

FW: [EXT]Re: how to define database resource in just context.xml or server.xml

2024-03-29 Thread Rick Noel
Chris, I found I could use a ResourceLink element and put it in my context.xml file. The name in that ResourceLink is the name of resource that I have fully defined in my server.xml. Sot the context.xml points to the fully define resource which is in my server.xml So snippet from my context.xml

Fw: AW: Maven tomcat7:redeploy upload reset/retry

2023-05-02 Thread Peter Rader
> > Hi Folks, > > > > I am running a tomcat 8.5.50. > > > > I try to upload a webapp using maven-tomcat7-plugin. > > > > It worked very good for a couple of years. I did nothing new to the > > configuration. > > > > Then I see broken pipes during build: > > > > > >     [INFO] Deploying war to http:

Fw: Apache Tomcat 10.1.6 is giving me java.lang.ClassNotFoundException: jakarta.servlet.jsp.JspFactory

2023-03-03 Thread Karen Goh
Hi experts, I am not getting reply on this jakarta.servlet.jsp.JspFactory, can I have some feedback how to make Tomcat works with the libraries I need ? Tks & rgds,Karen - Forwarded Message - From: Karen Goh To: users@tomcat.apache.org Sent: Thursday, March 2, 2023 at 01:24:47 PM GM

Re: [EXTERNAL EMAIL] FW: Errors in Tomcat logs / application processing

2022-11-08 Thread Niranjan Rao
Please remember to remove any passwords or sensitive data when you post on public email lists On 11/8/22 00:58, Ganesan, Prabu wrote: ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍

Re: FW: Errors in Tomcat logs / application processing

2022-11-08 Thread Christopher Schultz
Prabu, On 11/8/22 03:58, Ganesan, Prabu wrote: Could you please help with below errors We have enabled TLS successfully – but after TLS enabled we are facing below issues . > > [snip] The error we are facing is: “SOAP Problems executing transaction LoginApplication via Web Service, underl

RE: FW: 403 Errors for REST Web Services after upgrade from 8.5.30 to 8.5.58

2021-09-15 Thread Mike Webb
-MyApplicationName-User,OU=ISSWA-AppRoles,OU=WebApps,OU=Corporate Information Services,OU=cp,OU=Services,DC=myapplicationdomain,DC=com user -Original Message- From: Christopher Schultz Sent: 14 September 2021 4:02 PM To: users@tomcat.apache.org Subject: Re: FW: 403 Errors for REST Web

RE: FW: 403 Errors for REST Web Services after upgrade from 8.5.30 to 8.5.58

2021-09-14 Thread Mike Webb
Schultz Sent: 14 September 2021 4:02 PM To: users@tomcat.apache.org Subject: Re: FW: 403 Errors for REST Web Services after upgrade from 8.5.30 to 8.5.58 CAUTION: This e-mail originated outside the University of Southampton. Mike, On 9/13/21 10:56, Mike Webb wrote: > I manage a web applicat

Re: FW: 403 Errors for REST Web Services after upgrade from 8.5.30 to 8.5.58

2021-09-14 Thread Christopher Schultz
Mike, On 9/13/21 10:56, Mike Webb wrote: I manage a web application that uses REST Web Services. After upgrading from 8.5.30 to 8.5.58, the web services return 403 messages. Commenting out the and sections below allows the web services to run again, but it does remove the security constrai

FW: 403 Errors for REST Web Services after upgrade from 8.5.30 to 8.5.58

2021-09-13 Thread Mike Webb
I manage a web application that uses REST Web Services. After upgrading from 8.5.30 to 8.5.58, the web services return 403 messages. Commenting out the and sections below allows the web services to run again, but it does remove the security constraints. How can I get it working securely aga

FW: Tomcat 8.5.50.0: Unable to disable TLSv1.1 in protocol="org.apache.coyote.http11.Http11NioProtocol"

2021-01-12 Thread Eric Lee
Hi, I'm running Tomcat 8.5.50.0 on JRE 1.8.0_241-b07 on Solaris 5.11. Like many other people, I've failed to disable TLSv1, TLSv1.1 etc. Here is a snippet of server.xml: sslEnabledProtocols="TLSv1.2,TLSv1.3" In fact, configuring any of

RE: FW: HTTP2: memory filled up fast on increasing the connections to 1000/2000 (Embedded tomcat 9.0.38)

2020-10-27 Thread Arshiya Shariff
Subject: Re: FW: HTTP2: memory filled up fast on increasing the connections to 1000/2000 (Embedded tomcat 9.0.38) Arshiya, On 10/21/20 00:34, Arshiya Shariff wrote: > Hi, > > Christopher, Please find the answer in-line: > How... exactly? > private String getRequestBody(HttpServ

Re: FW: HTTP2: memory filled up fast on increasing the connections to 1000/2000 (Embedded tomcat 9.0.38)

2020-10-21 Thread Christopher Schultz
-Original Message- > From: Christopher Schultz > Sent: Thursday, October 15, 2020 12:01 AM > To: users@tomcat.apache.org > Subject: Re: FW: HTTP2: memory filled up fast on increasing the connections > to 1000/2000 (Embedded tomcat 9.0.38) > > Arshiya, > > On 10/1

RE: FW: HTTP2: memory filled up fast on increasing the connections to 1000/2000 (Embedded tomcat 9.0.38)

2020-10-20 Thread Arshiya Shariff
al Message- From: Christopher Schultz Sent: Thursday, October 15, 2020 12:01 AM To: users@tomcat.apache.org Subject: Re: FW: HTTP2: memory filled up fast on increasing the connections to 1000/2000 (Embedded tomcat 9.0.38) Arshiya, On 10/14/20 01:23, Arshiya Shariff wrote: > Please find t

Re: FW: HTTP2: memory filled up fast on increasing the connections to 1000/2000 (Embedded tomcat 9.0.38)

2020-10-14 Thread Christopher Schultz
Arshiya, On 10/14/20 01:23, Arshiya Shariff wrote: > Please find the answers in-line Mark. > > Http2 requests with message payload of 34KB are pumped from JMeter > at 20 TPS with 700 connections to an application with Embedded tomcat > - 9.0.39 (max-Threads : 200, all other values are the tomcat

FW: HTTP2: memory filled up fast on increasing the connections to 1000/2000 (Embedded tomcat 9.0.38)

2020-10-13 Thread Arshiya Shariff
Hi , Please find the answers in-line Mark. Http2 requests with message payload of 34KB are pumped from JMeter at 20 TPS with 700 connections to an application with Embedded tomcat - 9.0.39 (max-Threads : 200, all other values are the tomcat defaults) What does that URL do with the POSTed cont

Re: FW: Apache Tomcat versions and proof of support

2020-02-21 Thread tomcat/perl
Hi. Maybe you could start by looking at this page : http://tomcat.apache.org/index.html and this one : http://tomcat.apache.org/whichversion.html (including the comments after the table) Tomcat is open-source (and free) software, developed, distributed and supported by volunteers. Depending on

Re: FW: Apache Tomcat versions and proof of support

2020-02-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Robert, On 2/21/20 11:27, Hallstrom, Robert J. CTR wrote: > I wanted to follow up on my previous email regarding proof of > support for earlier versions. Please advise if anyone could > ASAP.> From: Hallstrom, Robert J. CTR Sent: Tuesday, January 2

FW: Apache Tomcat versions and proof of support

2020-02-21 Thread Hallstrom, Robert J. CTR
Good morning, I wanted to follow up on my previous email regarding proof of support for earlier versions. Please advise if anyone could ASAP. Regards, Robert Hallstrom Configuration Management Specialist Imagine One Technology & Management, Ltd. 2510 Walmer Ave. Ste. A, Norfolk, VA 23513 P

Fw: Antwort: Tomcat9, JSP, CSS and JS not loading in Firefox

2020-01-15 Thread Peter Köhler
- Weitergeleitet von Peter Köhler/BN/DWD am 15.01.2020 15:50 - Von:Peter Köhler An: "Tomcat Users List" Datum: 15.01.2020 15:49 Betreff:Antwort: Tomcat9, JSP, CSS and JS not loading in Firefox Von:Léa Massiot An: users@tomcat.apache.org Datum: 15.01.2020 15:

RE: FW: tomcat creating new ssl session id for same session

2019-11-29 Thread Rekha.MS
Hi Chris, Some more details added below. Please let me know id any more details needed. Thanks, Rekha MS -Original Message- From: Christopher Schultz Sent: Thursday, November 28, 2019 7:19 PM To: users@tomcat.apache.org Subject: Re: FW: tomcat creating new ssl session id for same

RE: FW: tomcat creating new ssl session id for same session

2019-11-29 Thread Rekha.MS
Thanks for your prompt reply. Please find my response inline. -Original Message- From: Christopher Schultz Sent: Wednesday, November 27, 2019 11:15 PM To: users@tomcat.apache.org Subject: Re: FW: tomcat creating new ssl session id for same session -BEGIN PGP SIGNED MESSAGE

[OT] Re: FW: tomcat creating new ssl session id for same session

2019-11-29 Thread tomcat/perl
On 29.11.2019 06:59, rekha...@dell.com wrote: Highly Restricted - Confidential ... Then maybe a public list, which is also archived for years in various places, is not the best communication channel ? - To unsubscribe, e-ma

RE: FW: tomcat creating new ssl session id for same session

2019-11-28 Thread Rekha.MS
Highly Restricted - Confidential Hi Chris, Some more details added below. Please let me know id any more details needed. Thanks, Rekha MS -Original Message- From: Christopher Schultz Sent: Thursday, November 28, 2019 7:19 PM To: users@tomcat.apache.org Subject: Re: FW: tomcat

Re: FW: tomcat creating new ssl session id for same session

2019-11-28 Thread Christopher Schultz
Wednesday, November 27, 2019 > 11:15 PM To: users@tomcat.apache.org Subject: Re: FW: tomcat > creating new ssl session id for same session > > Rekha, > > On 11/27/19 05:15, rekha...@dell.com wrote: >> I am using javax.servlet.request.ssl_session_id for session >> validati

RE: FW: tomcat creating new ssl session id for same session

2019-11-27 Thread Rekha.MS
Highly Restricted - Confidential Thanks for your prompt reply. Please find my response inline. -Original Message- From: Christopher Schultz Sent: Wednesday, November 27, 2019 11:15 PM To: users@tomcat.apache.org Subject: Re: FW: tomcat creating new ssl session id for same session

Re: FW: tomcat creating new ssl session id for same session

2019-11-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rekha, On 11/27/19 05:15, rekha...@dell.com wrote: > I am using javax.servlet.request.ssl_session_id for session > validation. But tomcat creating new ssl session id and user > session validation is failing. How are you performing the validation?

FW: tomcat creating new ssl session id for same session

2019-11-27 Thread Rekha.MS
Hi , I am using javax.servlet.request.ssl_session_id for session validation. But tomcat creating new ssl session id and user session validation is failing. Please let me know when tomcat creates new ssl session id and how by mandate it to use same ssl session id for same user session Thanks,

Re: Fw: Tomcat 7.0 how to check if overloaded with requests or were requests received by tomcat on a specific day and time

2019-09-04 Thread tomcat
On 04.09.2019 08:11, ford royal wrote: Dear Experts Please guide me I am trying to investigate we use TOMCAT 7.0 1. how to check if TOMCAT is overloaded with incoming requests ? 2. were the requests received by TOMCAT on a specific day and time from SAP ECC ? How to find ? Precise tomcat

Fw: Tomcat 7.0 how to check if overloaded with requests or were requests received by tomcat on a specific day and time

2019-09-03 Thread ford royal
> Dear Experts > > Please guide me I am trying to investigate we use TOMCAT 7.0 > > 1. how to check if TOMCAT is overloaded with incoming requests ? > 2. were the requests received by TOMCAT on a specific day and time from SAP > ECC ? How to > find ? > > > Rau. > Best Regards, > Thank you, > Chee

Fw: Tomcat 7.0 how to check if overloaded with requests or were requests received by tomcat on a specific day and time

2019-09-03 Thread ford royal
> Dears Experts > > Please guide me I am trying to investigate we use TOMCAT 7.0 > > 1. how to check if TOMCAT is overloaded with incoming requests ? > 2. were the requests received by TOMCAT on a specific day and time from SAP > ECC ? How to > find ? > > > Rau. > Best Regards, > Thank you, > Che

Re: Fw: Tomcat 7.0 how to check if overloaded with requests or were requests received by tomcat on a specific day and time

2019-09-03 Thread Mark Thomas
On 03/09/2019 14:33, ford royal wrote: > > > Best Regards, Thank you, > Dears Experts > > Please guide me I am trying to investigate we use TOMCAT 7.0 > 1. how to check if TOMCAT is overloaded with incoming requests ?2. were > requests received by TOMCAT on a specific day and time from SAP ECC

Fw: Tomcat 7.0 how to check if overloaded with requests or were requests received by tomcat on a specific day and time

2019-09-03 Thread ford royal
Best Regards, Thank you, Dears Experts Please guide me I am trying to investigate we use TOMCAT 7.0 1. how to check if TOMCAT is overloaded with incoming requests ?2. were requests received by TOMCAT on a specific day and time from SAP ECC ? How to find ? Rau.Best Regards, Thank you, Cheers.

Re: FW: Apache Vulnerability - Understanding Connector Protocols

2019-08-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michael, On 8/1/19 15:21, Michael Osipov wrote: > Am 2019-08-01 um 21:19 schrieb Mark Thomas: >> On 01/08/2019 20:07, Justiniano, Tony wrote: >>> And that is what I was thinking, inadvertently, our scanning >>> tool just found the apache version dur

Re: FW: Apache Vulnerability - Understanding Connector Protocols

2019-08-01 Thread Michael Osipov
Am 2019-08-01 um 21:19 schrieb Mark Thomas: On 01/08/2019 20:07, Justiniano, Tony wrote: And that is what I was thinking, inadvertently, our scanning tool just found the apache version during a scan and corresponded it (the apache version) with a CVE. Do you concur? Sounds likely. Most low

Re: FW: Apache Vulnerability - Understanding Connector Protocols

2019-08-01 Thread Mark Thomas
Message- > From: Mark Thomas > Sent: Thursday, August 1, 2019 3:05 PM > To: users@tomcat.apache.org > Subject: Re: FW: Apache Vulnerability - Understanding Connector Protocols > > This e-mail is from an external source. Use caution when opening attachments > or clicking o

RE: FW: Apache Vulnerability - Understanding Connector Protocols

2019-08-01 Thread Justiniano, Tony
-407-626-5416 Mobile: +1-407-463-4297 tony.justini...@wyn.com -Original Message- From: Mark Thomas Sent: Thursday, August 1, 2019 3:05 PM To: users@tomcat.apache.org Subject: Re: FW: Apache Vulnerability - Understanding Connector Protocols This e-mail is from an external source. Use

Re: FW: Apache Vulnerability - Understanding Connector Protocols

2019-08-01 Thread Mark Thomas
On 01/08/2019 19:49, Justiniano, Tony wrote: > Forwarding from an initial email this morning. > > ___ > > Good Morning, > > I have been referred to this team in an attempt to have some questions > answered. Before I ask those question let me

FW: Apache Vulnerability - Understanding Connector Protocols

2019-08-01 Thread Justiniano, Tony
Forwarding from an initial email this morning. ___ Good Morning, I have been referred to this team in an attempt to have some questions answered. Before I ask those question let me provide a little background on how I got to this point. Vul

FW: Re: Question regarding mitigating the CVE-2017-12617 vulnerability

2019-02-13 Thread Adams, Michael
Christopher, Thanks for your input. It was very helpful. This afternoon, my InfoSecurity technician who runs the Tripwire app believes Apache Tomcat vs 8.5.13 is being flagged for the CVE-2017-12617 vulnerability solely off of the version. Tripwire isn't trying to see if HTTP PUT is enabled

FW: Re: Question regarding mitigating the CVE-2017-12617 vulnerability

2019-02-13 Thread Adams, Michael
Mark, Thanks for your input. It was very helpful. My InfoSecurity technician who runs the Tripwire app believes Apache Tomcat vs 8.5.13 is being flagged for the CVE-2017-12617 vulnerability solely off of the version. Tripwire isn't trying to see if HTTP PUT is enabled. He is opening a fals

Fw: tomcat 8.5.38 change to catalina.sh

2019-02-11 Thread Charles Slivkoff
This change in catalina.sh is preventing the PID file from being saved. I don't see this mentioned in the changelog. https://tomcat.apache.org/tomcat-8.5-doc/changelog.html I understand the syntax in both is valid in both cases: single-& verses double-&. I'm observing this on RHEL 6 and 7. RH

Re: Fw: Re: Tomcat Manager keeps asking for Authentication

2018-12-30 Thread Christopher Schultz
zone=UTC;seSSL=False"/> You > want to use & between the parameters. You removed the & which are important, but since they are in an XML file, they need to be converted into & > But, it still gives me the old error. At this point, I'm not sure what and how many questions you are asking. Can

Fw: Re: Tomcat Manager keeps asking for Authentication

2018-12-22 Thread Karen Goh
--- On Sun, 12/23/18, Karen Goh wrote: > From: Karen Goh > Subject: Re: Tomcat Manager keeps asking for Authentication > To: "Tomcat Users List" > Date: Sunday, December 23, 2018, 1:40 PM > > > On Sat, 12/22/18, Mark Thomas > wrote: > > Subjec

FW: Issue while configuring keystore/SSL for Tomcat 8.5.33

2018-10-17 Thread Sashidharan Ramamurthy
Hi Tomcat user group, We have installed and deployed Tomcat Version: 8.5.33 in our machine. Software: AIX We configured SSL at 8443 port using below command for creating keystore. $JAVA_HOME/bin/keytool -genkey -alias iscpkey -keystore $outputfile -keyalg RSA -dname "CN=${site}, OU=Net

Re: Fw: Error: Could not find or load main class org.apache.catalina.startup.Bootstrap

2018-09-14 Thread Karen Goh
On Thu, 9/13/18, Igal Sapir wrote: Subject: Re: Fw: Error: Could not find or load main class org.apache.catalina.startup.Bootstrap To: "Tomcat Users List" , "Igal Sapir" , "Karen Goh" Date: Thursday, September 13,

Re: Fw: Error: Could not find or load main class org.apache.catalina.startup.Bootstrap

2018-09-12 Thread Igal Sapir
Karen, On 9/12/2018 11:15 PM, Igal Sapir wrote: Karen, On 9/12/2018 9:43 PM, Karen Goh wrote:   Hi Igal, I think you are spot-on my problem. Tks.  Thanks to Burghard also for suggesting re-importing the project. I just since corrected the directory address inside my run configuration as fol

Re: Fw: Error: Could not find or load main class org.apache.catalina.startup.Bootstrap

2018-09-12 Thread Igal Sapir
Karen, On 9/12/2018 9:43 PM, Karen Goh wrote: Hi Igal, I think you are spot-on my problem. Tks. Thanks to Burghard also for suggesting re-importing the project. I just since corrected the directory address inside my run configuration as follows ; -Dcatalina.base="C:\Program Files\Apache\a

Re: Fw: Error: Could not find or load main class org.apache.catalina.startup.Bootstrap

2018-09-12 Thread Karen Goh
On Wed, 9/12/18, Igal Sapir wrote: Subject: Re: Fw: Error: Could not find or load main class org.apache.catalina.startup.Bootstrap To: "Tomcat Users List" , "Karen Goh" Date: Wednesday, September 12, 2018, 11:31 PM Kare

Re: Fw: Error: Could not find or load main class org.apache.catalina.startup.Bootstrap

2018-09-12 Thread Igal Sapir
Karen, On Mon, Sep 10, 2018 at 9:46 PM, Karen Goh wrote: > Hi, > > I would like to add in further information about above problem and I hope > someone can tell me the solution to make it work again. > > Please see image as per the latest error I am getting: > > https://ibb.co/eR1cep > > I'd also

Fw: Error: Could not find or load main class org.apache.catalina.startup.Bootstrap

2018-09-10 Thread Karen Goh
Hi, I would like to add in further information about above problem and I hope someone can tell me the solution to make it work again. Please see image as per the latest error I am getting: https://ibb.co/eR1cep I'd also like to add that I have deleted the .project folder in Eclipse and so I a

Re: Re: FW: HttpServletResponse.sendError - missing message in error page

2018-07-30 Thread Michael Osipov
> [...] > > “It is implied but it could be clearer.” > > [...] > > I agree that default ErrorReportValve is not something that has to be > backward compatible as the apps should have provided their own. Yet, > we were using the default as it was working very well and was covering > our needs.

Re: FW: HttpServletResponse.sendError - missing message in error page

2018-07-27 Thread Emil Alexandroff
> > -Original Message- > From: Mark Thomas > Sent: 26 юли 2018 г. 19:04 > To: Tomcat Users List > Subject: Re: HttpServletResponse.sendError - missing message in error page > > On 26/07/2018 13:46, Assia Djambazova wrote: > > Hello, > > > > I noticed that when using HttpServletResponse.se

FW: Apache http via tomcat WAR or Directory URL syntax (tomcat server.xml) for WAR application not working

2018-06-28 Thread Sandels Mark (RTH) OUH
Hi Mark Following your instructions, I get the following in my browser. It is not running the WAR application. Kind regards Mark [cid:image001.png@01D40EB5.F2046230] Mark Sandels |Senior Systems Analyst/Programmer|IM & T Services – Integration Services Team |Manor House Annexe Room

Fw: Re: Fw: No movement at Debug mode

2018-01-25 Thread Karen Goh
am not seeing data being inserted into my database. Hope you could advise me. Tks. --- On Thu, 1/25/18, Karen Goh wrote: > From: Karen Goh > Subject: Re: Fw: No movement at Debug mode > To: "Tomcat Users List" > Date: Thursday, January 25, 2018, 1:23 PM > > --

Re: Fw: No movement at Debug mode

2018-01-24 Thread Karen Goh
On Tue, 1/23/18, Christopher Schultz wrote: Subject: Re: Fw: No movement at Debug mode To: users@tomcat.apache.org Date: Tuesday, January 23, 2018, 11:58 PM -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Karen, On 1/21/18 10:49 AM

Re: Fw: No movement at Debug mode

2018-01-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Karen, On 1/21/18 10:49 AM, Karen Goh wrote: > I want to add in additional infor : > > After I stopped the server, the console has the following error > message which beats me. > > WARNING: The web application [Hi5S] appears to have started a > th

Fw: No movement at Debug mode

2018-01-21 Thread Karen Goh
I want to add in additional infor : After I stopped the server, the console has the following error message which beats me. WARNING: The web application [Hi5S] appears to have started a thread named [Abandoned connection cleanup thread] but has failed to stop it. This is very likely to create

Re: Fw: TomCat 8.5.23 application not responding

2017-11-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Darin, On 11/3/17 5:17 PM, dbol...@dsginc.biz wrote: > From: Christopher Schultz To: > users@tomcat.apache.org Date: 11/02/2017 02:28 PM Subject: > Re: TomCat 8.5.23 application not responding > > > > Darin, > > On 11/2/17 12:55 PM, dbol...

Fw: TomCat 8.5.23 application not responding

2017-11-03 Thread DBolken
From: Christopher Schultz To: users@tomcat.apache.org Date: 11/02/2017 02:28 PM Subject:Re: TomCat 8.5.23 application not responding -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Darin, On 11/2/17 12:55 PM, dbol...@dsginc.biz wrote: > I have a TomCat 8.5.23 service running o

Re: FW: [error] SSL0266E: Handshake Failed, Could not establish SSL proxy connection

2017-10-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vamsi, On 10/12/17 11:06 AM, Gali, Vamsi A wrote: > This issue is now RESOLVED. Great. > On IHS (IBM HTTP Server, IBM version of Apache Webserver), we only > had 2 TLS ciphers that are no compatible with Tomcat TLV1.2. So I > added '' TLS_ECDHE_RS

RE: FW: [error] SSL0266E: Handshake Failed, Could not establish SSL proxy connection

2017-10-12 Thread Gali, Vamsi A
256 on IHS. I appreciate all the help on finding me the true issue! Thank you, Vamsi Gali -Original Message- From: André Warnier (tomcat) [mailto:a...@ice-sa.com] Sent: Thursday, October 12, 2017 10:05 AM To: users@tomcat.apache.org Subject: Re: FW: [error] SSL0266E: Handshake Failed, Could not e

Re: FW: [error] SSL0266E: Handshake Failed, Could not establish SSL proxy connection

2017-10-12 Thread tomcat
they could help too. -Original Message- From: André Warnier (tomcat) [mailto:a...@ice-sa.com] Sent: Thursday, October 12, 2017 9:32 AM To: users@tomcat.apache.org Subject: Re: FW: [error] SSL0266E: Handshake Failed, Could not establish SSL proxy connection And for the rest of us dummies

RE: FW: [error] SSL0266E: Handshake Failed, Could not establish SSL proxy connection

2017-10-12 Thread Gali, Vamsi A
:) IHS is IBM HTTP Server. Thank you, -Original Message- From: André Warnier (tomcat) [mailto:a...@ice-sa.com] Sent: Thursday, October 12, 2017 9:32 AM To: users@tomcat.apache.org Subject: Re: FW: [error] SSL0266E: Handshake Failed, Could not establish SSL proxy connection And for

Re: FW: [error] SSL0266E: Handshake Failed, Could not establish SSL proxy connection

2017-10-12 Thread tomcat
ava supports. Thank you, Vamsi Gali -Original Message- From: Igor Cicimov [mailto:icici...@gmail.com] Sent: Wednesday, October 11, 2017 7:33 PM To: Tomcat Users List Subject: Re: FW: [error] SSL0266E: Handshake Failed, Could not establish SSL proxy connection On Thu, Oct 12, 2017 at 9:17

RE: FW: [error] SSL0266E: Handshake Failed, Could not establish SSL proxy connection

2017-10-12 Thread Gali, Vamsi A
ence, I'm suspecting IHS and will be trying by adding same tls1.2 ciphers that Tomcat/java supports. Thank you, Vamsi Gali -Original Message- From: Igor Cicimov [mailto:icici...@gmail.com] Sent: Wednesday, October 11, 2017 7:33 PM To: Tomcat Users List Subject: Re: FW: [error]

Re: FW: [error] SSL0266E: Handshake Failed, Could not establish SSL proxy connection

2017-10-11 Thread Igor Cicimov
On Thu, Oct 12, 2017 at 9:17 AM, Igor Cicimov wrote: > On 12 Oct 2017 8:25 am, "Gali, Vamsi A" > wrote: > > The debug log produced following & it's evident that handshake is failing > due to no ciphers suites in common. > > Allow unsafe renegotiation: false > Allow legacy hello messages: true >

RE: FW: [error] SSL0266E: Handshake Failed, Could not establish SSL proxy connection

2017-10-11 Thread Igor Cicimov
On 12 Oct 2017 8:25 am, "Gali, Vamsi A" wrote: The debug log produced following & it's evident that handshake is failing due to no ciphers suites in common. Allow unsafe renegotiation: false Allow legacy hello messages: true Is initial handshake: true Is secure renegotiation: false http-bio-

RE: FW: [error] SSL0266E: Handshake Failed, Could not establish SSL proxy connection

2017-10-11 Thread Gali, Vamsi A
xx-exec-2, called closeInternal(true) Thank you, Vamsi Gali -Original Message- From: Gali, Vamsi A [mailto:vamsi_a_g...@keybank.com.INVALID] Sent: Wednesday, October 11, 2017 11:18 AM To: Tomcat Users List Subject: RE: FW: [error] SSL0266E: Handshake Failed, Could not establish S

RE: FW: [error] SSL0266E: Handshake Failed, Could not establish SSL proxy connection

2017-10-11 Thread Gali, Vamsi A
44 AM To: users@tomcat.apache.org Subject: Re: FW: [error] SSL0266E: Handshake Failed, Could not establish SSL proxy connection On 11/10/2017 14:05, Gali, Vamsi A wrote: > Igor, > > Thank you for the response! > > Since the request is failing at SSL handshake, Tomcat doesn’t even record

Re: FW: [error] SSL0266E: Handshake Failed, Could not establish SSL proxy connection

2017-10-11 Thread Mark Thomas
Sent: Wednesday, October 11, 2017 4:09 AM > To: Tomcat Users List > Subject: Re: FW: [error] SSL0266E: Handshake Failed, Could not establish SSL > proxy connection > > On 11 Oct 2017 1:50 am, "Gali, Vamsi A" > wrote: > > Hello, > > Any help is app

RE: FW: [error] SSL0266E: Handshake Failed, Could not establish SSL proxy connection

2017-10-11 Thread Gali, Vamsi A
t SSL Connector: We haven’t specified the list of ciphers for Tomcat and its set to TLS for ssl protocol. Thank you, Vamsi Gali -Original Message- From: shivashankar manukondu [mailto:sivasankar.m...@gmail.com] Sent: Wednesday, October 11, 2017 10:02 AM To: Tomcat Users List Subject:

Re: FW: [error] SSL0266E: Handshake Failed, Could not establish SSL proxy connection

2017-10-11 Thread shivashankar manukondu
From: Igor Cicimov [mailto:icici...@gmail.com] > Sent: Wednesday, October 11, 2017 4:09 AM > To: Tomcat Users List > Subject: Re: FW: [error] SSL0266E: Handshake Failed, Could not establish > SSL proxy connection > > On 11 Oct 2017 1:50 am, "Gali, Vamsi A" > wrote: >

RE: FW: [error] SSL0266E: Handshake Failed, Could not establish SSL proxy connection

2017-10-11 Thread Gali, Vamsi A
Cicimov [mailto:icici...@gmail.com] Sent: Wednesday, October 11, 2017 4:09 AM To: Tomcat Users List Subject: Re: FW: [error] SSL0266E: Handshake Failed, Could not establish SSL proxy connection On 11 Oct 2017 1:50 am, "Gali, Vamsi A" wrote: Hello, Any help is appreciated on this iss

Re: FW: [error] SSL0266E: Handshake Failed, Could not establish SSL proxy connection

2017-10-11 Thread Igor Cicimov
On 11 Oct 2017 1:50 am, "Gali, Vamsi A" wrote: Hello, Any help is appreciated on this issue. Thank you, Vamsi Gali -Original Message- From: Gali, Vamsi A Sent: Thursday, October 05, 2017 12:03 PM To: 'Tomcat Users List' Subject: RE: [error] SSL0266E: Handshake Failed, Could not establ

FW: [error] SSL0266E: Handshake Failed, Could not establish SSL proxy connection

2017-10-10 Thread Gali, Vamsi A
Hello, Any help is appreciated on this issue. Thank you, Vamsi Gali -Original Message- From: Gali, Vamsi A Sent: Thursday, October 05, 2017 12:03 PM To: 'Tomcat Users List' Subject: RE: [error] SSL0266E: Handshake Failed, Could not establish SSL proxy connection Hello, I just realize

Fw: Re: Help needed - JPA probem - No connection specified with project

2017-10-07 Thread Karen Goh
Hi, I have been trying to get a reply on this but seems like nobody can help me on this. Till today, no matter what I did, I still get a JPA - no connection specified with project. Can someone give me a tutorial that uses Javax JPA that works with JDBC mysql ? Thanks! --- On Mon, 10/2/17, Kar

Fw: Re: Help needed - JPA probem - No connection specified with project

2017-09-23 Thread Karen Goh
Hi all, I'd like to add that I did not add EclipseLink cos I learnt that you cannot mix Hibernate with EclipseLink. Tks & rgds, Karen --- On Sat, 9/23/17, Karen Goh wrote: > From: Karen Goh > Subject: Re: Help needed - JPA probem - No connection specified with project > To: "Tomcat Users Lis

Re: FW: tomcat 8080 thread not reduced

2017-01-23 Thread Christopher Schultz
eans that one socket connection is in the keepalive state, but it's not consuming a thread. - -chris > -Original Message- From: Christopher Schultz > [mailto:ch...@christopherschultz.net] Sent: Friday, January 20, > 2017 10:29 PM To: Tomcat Users List Subject: Re: FW: tomcat 8

Re: FW: tomcat 8080 thread not reduced

2017-01-22 Thread tomcat
go back all to status (c) if no more requests are coming. If you want another behaviour, then you should use an Executor. -Smith -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Friday, January 20, 2017 10:29 PM To: Tomcat Users List Subject: R

RE: FW: tomcat 8080 thread not reduced

2017-01-21 Thread smith
om: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Friday, January 20, 2017 10:29 PM To: Tomcat Users List Subject: Re: FW: tomcat 8080 thread not reduced -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Smith, On 1/19/17 9:59 PM, smith wrote: >> "busy" is the same

Re: FW: tomcat 8080 thread not reduced

2017-01-20 Thread Christopher Schultz
-chris > -Original Message----- From: Christopher Schultz > [mailto:ch...@christopherschultz.net] Sent: Thursday, January 19, > 2017 4:38 PM To: Tomcat Users List Subject: Re: FW: tomcat 8080 > thread not reduced > > Smith, > > On 1/18/17 8:25 PM, smith wrote: >>

Re: FW: tomcat 8080 thread not reduced

2017-01-20 Thread tomcat
ultz [mailto:ch...@christopherschultz.net] Sent: Thursday, January 19, 2017 4:38 PM To: Tomcat Users List Subject: Re: FW: tomcat 8080 thread not reduced -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Smith, On 1/18/17 8:25 PM, smith wrote: I don't care if the threads will be reduced,

RE: FW: tomcat 8080 thread not reduced

2017-01-19 Thread smith
atus -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Thursday, January 19, 2017 4:38 PM To: Tomcat Users List Subject: Re: FW: tomcat 8080 thread not reduced -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Smith, On 1/18/17 8:25 PM, smith wrote: > I

Re: FW: tomcat 8080 thread not reduced

2017-01-19 Thread Christopher Schultz
threads if necessary) 2. Shared thread-pools (no need to have port 8080 and 8443 with separate pools) - -chris > -Original Message- From: Christopher Schultz > [mailto:ch...@christopherschultz.net] Sent: Wednesday, January 18, > 2017 3:28 PM To: Tomcat Users List Subject: Re: FW:

RE: FW: tomcat 8080 thread not reduced

2017-01-18 Thread smith
28 PM To: Tomcat Users List Subject: Re: FW: tomcat 8080 thread not reduced -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Smith, On 1/18/17 12:47 AM, smith wrote: > So the tomcat default executor will not reduce the thread count until > it reach to the max configuration? By default

Re: FW: tomcat 8080 thread not reduced

2017-01-18 Thread Christopher Schultz
January 17, > 2017 7:18 PM To: Tomcat Users List Subject: Re: FW: tomcat 8080 > thread not reduced > > Smith, > > On 1/16/17 8:22 PM, smith wrote: >> Yes, I think thread count should be reduced when those threads >> are idle > >> Is this right? Or it will not

Re: FW: tomcat 8080 thread not reduced

2017-01-18 Thread Christopher Schultz
w a little time-dependent diagram, to see what >> really happens, with a KeepAlive of 20 seconds, and ping or >> heartbeat requests coming in regularly.) In any case, if you want >> to avoid this phenomenon altogether, try configuring an Executor. >> You need to config

Re[2]: FW: tomcat 8080 thread not reduced

2017-01-18 Thread Smith Hua
en in your , >refer to that >Executor). > > > > >> >> >> -Original Message- >> From: André Warnier (tomcat) [mailto:a...@ice-sa.com] >> Sent: Wednesday, January 18, 2017 9:41 AM >> To: users@tomcat.apache.org >> Subject: Re: FW:

Re[2]: FW: tomcat 8080 thread not reduced

2017-01-18 Thread Smith Hua
or heartbeat >requests >coming in regularly.) >In any case, if you want to avoid this phenomenon altogether, try configuring >an Executor. >You need to configure the itself, and then in your , >refer to that >Executor). > > > > >> >> >> -Origi

Re: FW: tomcat 8080 thread not reduced

2017-01-18 Thread tomcat
, try configuring an Executor. You need to configure the itself, and then in your , refer to that Executor). -Original Message- From: André Warnier (tomcat) [mailto:a...@ice-sa.com] Sent: Wednesday, January 18, 2017 9:41 AM To: users@tomcat.apache.org Subject: Re: FW: tomcat 808

RE: FW: tomcat 8080 thread not reduced

2017-01-18 Thread smith
omcat) [mailto:a...@ice-sa.com] Sent: Wednesday, January 18, 2017 9:41 AM To: users@tomcat.apache.org Subject: Re: FW: tomcat 8080 thread not reduced Hi. I believe that what Philippe mentions below is somewhat different : in his configuration, there is apparently a front-end httpd server, which communi

RE: FW: tomcat 8080 thread not reduced

2017-01-18 Thread smith
Hi, André My case is same, my tomcat also has load balancer in front and it has health check to tomcat -Original Message- From: André Warnier (tomcat) [mailto:a...@ice-sa.com] Sent: Wednesday, January 18, 2017 9:41 AM To: users@tomcat.apache.org Subject: Re: FW: tomcat 8080 thread not

Re: FW: tomcat 8080 thread not reduced

2017-01-18 Thread tomcat
get tomcat manager result, not high than 10). This is strange -Original Message- From: Philippe Busque [mailto:pbus...@mediagrif.com] Sent: Monday, January 16, 2017 8:09 PM To: users@tomcat.apache.org Subject: Re: Re: FW: tomcat 8080 thread not reduced We're having a simil

RE: Re: FW: tomcat 8080 thread not reduced

2017-01-17 Thread smith
, 2017 8:09 PM To: users@tomcat.apache.org Subject: Re: Re: FW: tomcat 8080 thread not reduced We're having a similar issues with our numberous Tomcat instances. Our connector config look like this. Sometime, the number of active connection would jump very high (up to 190), due to

RE: FW: tomcat 8080 thread not reduced

2017-01-17 Thread smith
] Sent: Tuesday, January 17, 2017 7:18 PM To: Tomcat Users List Subject: Re: FW: tomcat 8080 thread not reduced -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Smith, On 1/16/17 8:22 PM, smith wrote: > Yes, I think thread count should be reduced when those threads are > idle > > I

Re: FW: tomcat 8080 thread not reduced

2017-01-17 Thread Christopher Schultz
eed to explicitly configure an and use that with your . - -chris > -Original Message- From: Christopher Schultz > [mailto:ch...@christopherschultz.net] Sent: Monday, January 16, > 2017 2:20 PM To: Tomcat Users List Subject: Re: FW: tomcat 8080 > thread not reduced > > Smith

RE: FW: tomcat 8080 thread not reduced

2017-01-16 Thread smith
Yes, I also think it should act like this, but it did not. -Original Message- From: André Warnier (tomcat) [mailto:a...@ice-sa.com] Sent: Monday, January 16, 2017 2:33 PM To: users@tomcat.apache.org Subject: Re: FW: tomcat 8080 thread not reduced On 16.01.2017 15:19, Christopher Schultz

  1   2   3   4   5   6   >