RE: Need help for a problem on migrating from Tomcat-8 to Tomcat-9

2024-02-27 Thread Saha, Rajib
February 2024 19:51 To: users@tomcat.apache.org Subject: Re: Need help for a problem on migrating from Tomcat-8 to Tomcat-9 [You don't often get email from ch...@christopherschultz.net. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] Rajib, On 2/26/24 23:43, Saha, Rajib

Re: Need help for a problem on migrating from Tomcat-8 to Tomcat-9

2024-02-27 Thread Christopher Schultz
al machine. This is a huge red-flag from a security standpoint. -chris -Original Message- From: Mark Thomas Sent: 26 February 2024 14:23 To: users@tomcat.apache.org Subject: Re: Need help for a problem on migrating from Tomcat-8 to Tomcat-9 [You don't often get email from ma...@apache.

RE: Need help for a problem on migrating from Tomcat-8 to Tomcat-9

2024-02-26 Thread Saha, Rajib
al Message- From: Mark Thomas Sent: 26 February 2024 14:23 To: users@tomcat.apache.org Subject: Re: Need help for a problem on migrating from Tomcat-8 to Tomcat-9 [You don't often get email from ma...@apache.org. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] On 26/

Re: Need help for a problem on migrating from Tomcat-8 to Tomcat-9

2024-02-26 Thread Mark Thomas
On 26/02/2024 06:11, Saha, Rajib wrote: Hi Experts, In our product, we are using Tomcat [OriginalFileName: prunsrv.exe] for creating a service[Say, Service-A]. It's a huge product running in market for last 20 years. We are in progress of moving from Tomcat-8 to tomcat-9. When we are

Need help for a problem on migrating from Tomcat-8 to Tomcat-9

2024-02-25 Thread Saha, Rajib
Hi Experts, In our product, we are using Tomcat [OriginalFileName: prunsrv.exe] for creating a service[Say, Service-A]. It's a huge product running in market for last 20 years. We are in progress of moving from Tomcat-8 to tomcat-9. When we are creating the Service-A with Tomcat-8

Re: Need Help : Unable to write back a response error code from ReadListener#onError

2023-10-31 Thread Adwait Kumar Singh
Sorry for the wrong bug id. This is the one I filed, https://bz.apache.org/bugzilla/show_bug.cgi?id=68037 On Tue, Oct 31, 2023 at 3:24 PM Adwait Kumar Singh wrote: > AFAIK the response is not being committed. > > I created a bug for this with a reproducible test case, >

Re: Need Help : Unable to write back a response error code from ReadListener#onError

2023-10-31 Thread Adwait Kumar Singh
AFAIK the response is not being committed. I created a bug for this with a reproducible test case, https://bz.apache.org/bugzilla/show_bug.cgi?id=54123 On Tue, Oct 31, 2023 at 12:49 PM Mark Thomas wrote: > > > On 30/10/2023 22:25, Adwait Kumar Singh wrote: > > Hi, > > > > I am using the async

Re: Need Help : Unable to write back a response error code from ReadListener#onError

2023-10-31 Thread Mark Thomas
On 30/10/2023 22:25, Adwait Kumar Singh wrote: Hi, I am using the async Servlet API and NIO, by setting a ReadListener. In the onError of the ReadListener, I am catching a SocketTimeoutException and trying to send back an error code 408. Here is the simplified example of what I am trying to

Re: Need Help : Unable to write back a response error code from ReadListener#onError

2023-10-30 Thread Adwait Kumar Singh
FYI, I am doing the async processing on the Container thread itself, just that I yield the thread back if I can't read without blocking. Based on the code here , I see that the error is only

Need Help : Unable to write back a response error code from ReadListener#onError

2023-10-30 Thread Adwait Kumar Singh
Hi, I am using the async Servlet API and NIO, by setting a ReadListener. In the onError of the ReadListener, I am catching a SocketTimeoutException and trying to send back an error code 408. Here is the simplified example of what I am trying to do, @Override > public void onError(Throwable

Re: Need Help : Tomcat 9.0.75 not honoring session timeout configured in tomcat web.xml for FORM Authentication

2023-10-27 Thread Christopher Schultz
Channa, On 10/27/23 00:07, Channa Puchakayala wrote: Tomcat Version : 9.0.75 Operating System: Windows and Linux Bits: 64 Tomcat 9.0.75 not honoring  session timeout configured in tomcat/conf/web.xml for FORM Authentication and it is effecting customers. ==   

Re: Need Help : Tomcat 9.0.75 not honoring session timeout configured in tomcat web.xml for FORM Authentication

2023-10-26 Thread Mark Thomas
) -   Is it bug ? Could you please help/suggest.   Thanks Channa   This electronic communication and the information and any files transmitted with it, or attached to it, are confidential and are intended solely for the use of the individual or entity to whom

Need Help : Tomcat 9.0.75 not honoring session timeout configured in tomcat web.xml for FORM Authentication

2023-10-26 Thread Channa Puchakayala
? Could you please help/suggest. Thanks Channa -- This electronic communication and the information and any files transmitted with it, or attached to it, are confidential and are intended solely for the use of the individual or entity to whom it is addressed and may contain information

Re: Fwd: SSL Configuration Help :

2023-10-06 Thread Christopher Schultz
Elavarasan, On 10/6/23 06:32, Elavarasan Pugazhendi wrote: Hi, I have a pfx certificate and am trying to import it into a keystore before configuring it within the tomcat but not able to add the pfx certificate. I followed the below steps but wasn't able to add the certificate Tomcat: 9.0.62

Fwd: SSL Configuration Help :

2023-10-06 Thread Elavarasan Pugazhendi
Hi, I have a pfx certificate and am trying to import it into a keystore before configuring it within the tomcat but not able to add the pfx certificate. I followed the below steps but wasn't able to add the certificate Tomcat: 9.0.62 OS: RHEL 8 1. keytool -genkey -alias tomcat.net -keyalg RSA

Re: Need help tomcat

2023-10-03 Thread Mark Thomas
want to delete the services permanently which is not happening Please help Deepak Have you tried to remove the service using https://commons.apache.org/proper/commons-daemon/procrun.html //DS is the option to delete the service -- Cheers Jean-Frederic

Re: need help in solving CVE-2020-1938 error regards

2023-10-03 Thread Nithin P
thanks mark, Nithin P On Tue, 03 Oct 2023 15:05:31 +0530 Mark Thomas wrote --- On 03/10/2023 06:16, Nithin P wrote: > Hi, > > I'm using Apache Ofbiz v18.12.06 While I'm trying to upload an image for > vulnerability scanning it shows CVE-2020-1938. I have tried to update

Re: need help in solving CVE-2020-1938 error regards

2023-10-03 Thread Mark Thomas
On 03/10/2023 06:16, Nithin P wrote: Hi, I'm using Apache Ofbiz v18.12.06 While I'm trying to upload an image for vulnerability scanning it shows CVE-2020-1938. I have tried to update to the latest version having the same issue, Does Anyone know where the tomcat conf files are stored in the

Re: Need help tomcat

2023-10-02 Thread Nithin P
Oct 2, 2023, 7:44 AM jean-frederic clere >> >> <mailto:jfcl...@gmail.com> >> >> wrote: >> >> >> >>> On 10/1/23 09:02, Deepak Lalchandani wrote: >> >>>> I have deleted and Uninstalled all tomcat services but despite that >&

Re: Need help tomcat

2023-10-02 Thread Deepak Lalchandani
icename >> >> >> >> On Mon, Oct 2, 2023, 7:44 AM jean-frederic clere >> >> wrote: >> >> >> >>> On 10/1/23 09:02, Deepak Lalchandani wrote: >> >>>> I have deleted and Uninstalled all tomcat services but despite that >

need help in solving CVE-2020-1938 error regards

2023-10-02 Thread Nithin P
Hi, I'm using Apache Ofbiz v18.12.06 While I'm trying to upload an image for vulnerability scanning it shows CVE-2020-1938. I have tried to update to the latest version having the same issue, Does Anyone know where the tomcat conf files are stored in the Apache OFBiz application or how to

Re: Need help tomcat

2023-10-02 Thread Deepak Lalchandani
gt; >> > >>> On 10/1/23 09:02, Deepak Lalchandani wrote: > >>>> I have deleted and Uninstalled all tomcat services but despite that > the > >>>> tomcat service exists in services window . I want to delete the > services > >>>> per

Re: Need help tomcat

2023-10-02 Thread Mark Thomas
the services permanently which is not happening Please help Deepak Have you tried to remove the service using https://commons.apache.org/proper/commons-daemon/procrun.html //DS is the option to delete the service -- Cheers Jean-Frederic

Re: [EXTERNAL] - Need help tomcat

2023-10-02 Thread Deepak Lalchandani
The Apache Tomcat installation at this directory is version 10.1.13. A Tomcat 10.0 installation is expected On Mon, 2 Oct 2023, 1:43 pm Olaf Kock, wrote: > > On 02.10.23 10:07, Deepak Lalchandani wrote: > > Hi Please advice , Where to send the screenshot > > > Hi Deepak, > > You're dealing

Re: Need help tomcat

2023-10-02 Thread Deepak Lalchandani
ete the services >> > permanently which is not happening >> > >> > Please help >> > >> > Deepak >> > >> >> Have you tried to remove the service using >> https://commons.apache.org/proper/co

Re: Need help tomcat

2023-10-02 Thread Alex O'Ree
want to delete the services > > permanently which is not happening > > > > Please help > > > > Deepak > > > > Have you tried to remove the service using > https://commons.apache.org/proper/commons-daemon/procrun.html > > //DS is

Re: Need help tomcat

2023-10-02 Thread jean-frederic clere
On 10/1/23 09:02, Deepak Lalchandani wrote: I have deleted and Uninstalled all tomcat services but despite that the tomcat service exists in services window . I want to delete the services permanently which is not happening Please help Deepak Have you tried to remove the service using

Re: [EXTERNAL] - Need help tomcat

2023-10-02 Thread Olaf Kock
On 02.10.23 10:07, Deepak Lalchandani wrote: Hi Please advice , Where to send the screenshot Hi Deepak, You're dealing with textual messages, right? Just send the text - it's easier to read, search for etc anyway. Olaf

Re: [EXTERNAL] - Need help tomcat

2023-10-02 Thread Deepak Lalchandani
Hi Please advice , Where to send the screenshot On Mon, 2 Oct 2023, 12:36 pm Simon Matter, wrote: > > Yes I have deleted them and again I have sent a email with screenshot. > > Please check that. > > > > Regards, > > Deepak > > Hi, > > please note that attachments are not delivered on this

Re: [EXTERNAL] - Need help tomcat

2023-10-02 Thread Simon Matter
> Yes I have deleted them and again I have sent a email with screenshot. > Please check that. > > Regards, > Deepak Hi, please note that attachments are not delivered on this mailing list. Regards, Simon - To unsubscribe,

Re: [EXTERNAL] - Need help tomcat

2023-10-02 Thread Deepak Lalchandani
to-delete-or-remove-a-service-in-windows/ > > Best Regards, > Jason Tan > -Original Message- > From: Deepak Lalchandani > Sent: Sunday, October 1, 2023 6:03 PM > To: users@tomcat.apache.org; Deepak Lalchandani > Subject: [EXTERNAL] - Need help tomcat > > CAUT

Re: Need help tomcat

2023-10-02 Thread Deepak Lalchandani
Sonntag, dem 01.10.2023 um 12:32 +0530 schrieb Deepak Lalchandani: > > I have deleted and Uninstalled all tomcat services but despite that > > the > > tomcat service exists in services window . I want to delete the > > servi

Need help tomcat

2023-10-01 Thread Deepak Lalchandani
I have deleted and Uninstalled all tomcat services but despite that the tomcat service exists in services window . I want to delete the services permanently which is not happening Please help Deepak

Re: SSL Cert install help.

2023-09-22 Thread Christopher Schultz
talina logs do not provide a whole lot of help for me as a TC novice. I did see this in the log: (org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The Apache Tomcat Native library which allows using OpenSSL was not found on the java.library.path: [/usr/java/packages/lib:/usr/lib64:/lib64

SSL Cert install help.

2023-09-22 Thread Bill
SSL (https) cert/site doesn't work. The catalina logs do not provide a whole lot of help for me as a TC novice. I did see this in the log: (org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The Apache Tomcat Native library which allows using OpenSSL was not found on the java.library.

AW: Java Connector help needed

2023-08-13 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello Charlie, > -Ursprüngliche Nachricht- > Von: Charlie DiDonato > Gesendet: Sonntag, 13. August 2023 18:08 > An: users@tomcat.apache.org > Betreff: Java Connector help needed > > Hi All, > I am migrating from tomcat 8.5x to 9.0.78 > > Below is my server

Java Connector help needed

2023-08-13 Thread Charlie DiDonato
Hi All, I am migrating from tomcat 8.5x to 9.0.78 Below is my server .xml I don't have Apache webserver fronting this yet on my local machine (Windows 10). It is a Java app. Here is the part that I feel is relevant, but the full config is listed below that.- I order to see that tomcat is

Re: AW: Too many certificates in chain?!? Help!

2023-05-23 Thread James H. H. Lampert
On 5/23/23 10:02 AM, Rob Sargent wrote: Does pathLen:0 mean "no limit" or "no go"? Well given that the "Basic Constraints" are exactly the same, across the board, in *both* the keystores that worked fine and the keystore that blew up, I don't think that's a factor. And the fact that the

Re: AW: Too many certificates in chain?!? Help!

2023-05-23 Thread Rob Sargent
On 5/23/23 10:13, James H. H. Lampert wrote: On 5/23/23 8:31 AM, Christopher Schultz wrote: Can you dump the whole cert (e.g. keytool -list -v -alias 'certname') for each cert and see if any of the certificates specify a maximum chain length somewhere? Evidently, it's an extension to the

Re: AW: Too many certificates in chain?!? Help!

2023-05-23 Thread James H. H. Lampert
On 5/23/23 8:31 AM, Christopher Schultz wrote: Can you dump the whole cert (e.g. keytool -list -v -alias 'certname') for each cert and see if any of the certificates specify a maximum chain length somewhere? Evidently, it's an extension to the X.509 spec: Comparing one that worked with one

Re: AW: Too many certificates in chain?!? Help!

2023-05-23 Thread Christopher Schultz
James, On 5/18/23 16:01, James H. H. Lampert wrote: On 5/18/23 12:18 AM, Thomas Hoffmann (Speed4Trade GmbH) wrote: Which version of tomcat do you use? Is the stack trace truncated in your mail? Is there a "caused by ..." further down the stacktrace? It looks like the error is thrown deeper

AW: AW: AW: Too many certificates in chain?!? Help!

2023-05-19 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello James, > -Ursprüngliche Nachricht- > Von: James H. H. Lampert > Gesendet: Freitag, 19. Mai 2023 00:33 > An: Tomcat Users List > Betreff: Re: AW: AW: Too many certificates in chain?!? Help! > > On 5/18/23 1:57 PM, Thomas Hoffmann (Speed4Trade GmbH) wrote

Re: AW: AW: Too many certificates in chain?!? Help!

2023-05-18 Thread James H. H. Lampert
On 5/18/23 1:57 PM, Thomas Hoffmann (Speed4Trade GmbH) wrote: So the error is raised not by tomcat but by the ibm JDK. Yes. The results reported in my latest email say as much. Those results also say that there's something different -- radically different, judging from the amount of red

AW: AW: Too many certificates in chain?!? Help!

2023-05-18 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello James, > -Ursprüngliche Nachricht- > Von: James H. H. Lampert > Gesendet: Donnerstag, 18. Mai 2023 22:01 > An: Tomcat Users List > Betreff: Re: AW: Too many certificates in chain?!? Help! > > On 5/18/23 12:18 AM, Thomas Hoffmann (Speed4Trade GmbH) wro

RE: AW: Too many certificates in chain?!? Help!

2023-05-18 Thread jonmcalexander
18, 2023 3:42 PM > To: Tomcat Users List > Subject: Re: AW: Too many certificates in chain?!? Help! > > Weirder and weirder. (And hopefully, my previous email, with a catalina.out > excerpt as an attachment, actually got distributed to the > List.) > > I copied the cert

Re: AW: Too many certificates in chain?!? Help!

2023-05-18 Thread James H. H. Lampert
Weirder and weirder. (And hopefully, my previous email, with a catalina.out excerpt as an attachment, actually got distributed to the List.) I copied the cert and the unsigned keystore from my new Mac (M2 Mini, running Ventura) to my old Mac (2017 iMac, running Catalina), and signing and

RE: AW: Too many certificates in chain?!? Help!

2023-05-18 Thread jonmcalexander
Hi James, Take a look at this URL: https://stackoverflow.com/questions/64721644/javax-net-ssl-sslprotocolexception-the-certificate-chain-length-11-exceeds-th It may help, Dream * Excel * Explore * Inspire Jon McAlexander Senior Infrastructure Engineer Asst. Vice President He/His Middleware

Re: AW: Too many certificates in chain?!? Help!

2023-05-18 Thread James H. H. Lampert
On 5/18/23 12:18 AM, Thomas Hoffmann (Speed4Trade GmbH) wrote: Which version of tomcat do you use? Is the stack trace truncated in your mail? Is there a "caused by ..." further down the stacktrace? It looks like the error is thrown deeper in SSLUtil when creating the ssl context. Maybe you

AW: Too many certificates in chain?!? Help!

2023-05-18 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello James, > -Ursprüngliche Nachricht- > Von: James H. H. Lampert > Gesendet: Donnerstag, 18. Mai 2023 02:00 > An: Tomcat Users List > Betreff: Too many certificates in chain?!? Help! > > Ladies and Gentlemen: > > I just had to revert a customer Tomc

Re: Too many certificates in chain?!? Help!

2023-05-17 Thread James H. H. Lampert
On 5/17/23 5:10 PM, Jason Tan wrote: Have a look at this. https://success.qualys.com/discussions/s/question/0D52L4To0DUSAZ/your-ssl-server-test-incorrectly-reports-an-incomplete-chain That's actually my own thread, from a few years ago. The problem here is not an incomplete chain, and

RE: Too many certificates in chain?!? Help!

2023-05-17 Thread Jason Tan
-Original Message- From: James H. H. Lampert Sent: Thursday, May 18, 2023 10:00 AM To: Tomcat Users List Subject: Too many certificates in chain?!? Help! Ladies and Gentlemen: I just had to revert a customer Tomcat server immediately after plugging in a new keystore. It failed

Too many certificates in chain?!? Help!

2023-05-17 Thread James H. H. Lampert
Ladies and Gentlemen: I just had to revert a customer Tomcat server immediately after plugging in a new keystore. It failed in protocol handler initialization. Caused by: java.lang.IllegalArgumentException: Too many certificates in chain  at

Re: [OT] Apache Tomcat 10.0.26 Shortcut issue in our environment - Need Help

2023-04-05 Thread Christopher Schultz
Sriharikumar, On 4/5/23 07:04, P M, SRIHARIKUMAR (Consultant) wrote: While validating source for Apache Tomcat 10.0.26, The shortcut is throwing error while launching. Please find the results below Tomcat Version : 10.0.26 End of life: https://tomcat.apache.org/tomcat-10.0-eol.html

Re: Apache Tomcat 10.0.26 Shortcut issue in our environment - Need Help

2023-04-05 Thread Rob Sargent
> On Apr 5, 2023, at 5:04 AM, P M, SRIHARIKUMAR (Consultant) > wrote: > >  > Hi Team, > > While validating source for Apache Tomcat 10.0.26, The shortcut is throwing > error while launching. Please find the results below > > Tomcat Version : 10.0.26 > > Operating system : Windows 10 >

Re: Apache Tomcat 10.0.26 Shortcut issue in our environment - Need Help

2023-04-05 Thread Kevin Huntly
Hi Sriharikumar, It looks like the images were stripped from the email... When you have a chance, can you run the following on the Tomcat executable: Open Powershell Navigate to the Tomcat installation directory Run the following: - Get-Acl tomcat.exe On Wed, Apr 5, 2023, 07:04 P M,

Apache Tomcat 10.0.26 Shortcut issue in our environment - Need Help

2023-04-05 Thread P M, SRIHARIKUMAR (Consultant)
Hi Team, While validating source for Apache Tomcat 10.0.26, The shortcut is throwing error while launching. Please find the results below Tomcat Version : 10.0.26 Operating system : Windows 10 Dependency : JAVA SDK 11 is installed. Error : " The item referred to by this shortcut cannot be

Re: Please help me install Tomcat

2023-02-02 Thread TRS-80
Amn Ojee Uw writes: > I've tried to install Tomcat, different version, like so : > /# Download the latest release of tomcat 10.1.5// > //wget > https://downloads.apache.org/tomcat/tomcat-8/v8.5.85/bin/apache-tomcat-8.5.85.tar.gz// > // > //# Create tomcat directory// > //sudo mkdir /opt/tomcat//

Re: [EXTERNAL EMAIL] Please help me install Tomcat

2023-01-20 Thread logo
bug: event pro>// //Jan 19 19:42:28 arbolone gnome-shell[1443]: libinput error: event10 - Logitech Wireless Mouse: WARNING: log rate lim>// //lines 2916-2938/2938 (END)/ I really don't even know what to do with that info. I am an enthusiast programm

Re: [EXTERNAL EMAIL] Please help me install Tomcat

2023-01-19 Thread Niranjan Rao
im>// //lines 2916-2938/2938 (END)/ I really don't even know what to do with that info. I am an enthusiast programmer and not a trained computer programmer, thus I find this kind of things really challenging. an anyone help? /Thanks/ -- *Niranjan Rao | Sr.Architect **Paymentus **Paymentus C

Please help me install Tomcat

2023-01-19 Thread Amn Ojee Uw
Jan 19 19:42:28 arbolone gnome-shell[1443]: libinput error: event10 - Logitech Wireless Mouse: WARNING: log rate lim>// //lines 2916-2938/2938 (END)/ I really don't even know what to do with that info. I am an enthusiast programmer and not a trained computer programmer, thus I find this kind of things really challenging. an anyone help? /Thanks/

Re: Tomcat 10.1.4 HTTP Status 404 and 500 Help

2023-01-11 Thread John Barrow
ed was version 59.0, or Java 15), but then > after > >> upgrading to JDK 19, changing the JAVA_HOME variable and trying to run, > it > >> would still give me the same error)? > >> > >> I have my Servlet, called HelloWorldServlet, located in the >

Re: Tomcat 10.1.4 HTTP Status 404 and 500 Help

2023-01-11 Thread Mark Thomas
I've included both files. StackOverflow wasn't much help as of yet, so I'm hoping that the Tomcat Users community can help me solve this so that I can continue learning servlets. I'm working on building my own software company. Any help is appreciated. Thank you very much, Anthony

Re: Tomcat 10.1.4 HTTP Status 404 and 500 Help

2023-01-10 Thread Christopher Schultz
y your application] lib/*.jar [libraries, usually from elsewhere] web.xml [the deployment descriptor] I've included both files. StackOverflow wasn't much help as of yet, The mailing list often strips attachments, but your plain-text attachment made it through. It's much less helpful as an attachme

Re: Tomcat 10.1.4 HTTP Status 404 and 500 Help

2023-01-10 Thread John Barrow
\webapps\ROOT\WEB-INF\classes\" directory, with the > web.xml file being located outside of the classes folder, directly inside > of the WEB-INF folder. > > I've included both files. StackOverflow wasn't much help as of yet, so > I'm hoping that the Tomcat Users community can help

Tomcat 10.1.4 HTTP Status 404 and 500 Help

2023-01-10 Thread Anthony Dell'Anno
bapps\ROOT\WEB-INF\classes\" directory, with the web.xml file being located outside of the classes folder, directly inside of the WEB-INF folder.     I've included both files. StackOverflow wasn't much help as of yet, so I'm hoping that the Tomcat Users community can help me solve this so

Re: Help Needed for installation of apache-tomcat-8.5.5

2022-10-08 Thread Olaf Kock
On 08.10.22 05:09, Verma, Sahil wrote: Hi Team, We have a requirement to install Tomcat 8.5.5 version in Linux environment. Please help with steps of downloading the package and installation steps. Linux version -  Red Hat Enterprise Linux release 8.6 You have a requirement to install

Help Needed for installation of apache-tomcat-8.5.5

2022-10-07 Thread Verma, Sahil
Hi Team, We have a requirement to install Tomcat 8.5.5 version in Linux environment. Please help with steps of downloading the package and installation steps. Linux version - Red Hat Enterprise Linux release 8.6 Thanks and Regards, Sahil Verma AMS Middleware shared Team. [cid:image001.jpg

Re: Help with deploying multiple .WAR files in Tomcat

2022-08-05 Thread Shakila Rajaiah
section 8.2.2 2c of the Servlet specification for details. Consider using absolute ordering.   On Thu, Aug 4, 2022 at 1:21 PM Shakila Rajaiah wrote: Hello Tomcat users, Can someone help me find the correct documentation to deploy more than one war file on Tomcat server. The information available

Re: Help with deploying multiple .WAR files in Tomcat

2022-08-05 Thread Konstantin Kolinko
чт, 4 авг. 2022 г. в 22:21, Shakila Rajaiah : > > Hello Tomcat users, > Can someone help me find the correct documentation to deploy more than one > war file on Tomcat server. The information available on the web is confusing. > I followed this instruction 1. This mailing list

Re: Help with deploying multiple .WAR files in Tomcat

2022-08-05 Thread David Rush
We successfully deploy multiple webapps by simply dropping .war files into the webapps directory all the time. No problems here. Just sharing my perspective. David On Thu, Aug 4, 2022 at 4:10 PM James H. H. Lampert wrote: > Multiple WAR files work fine for us. But we don't simply "drop [the

Re: Help with deploying multiple .WAR files in Tomcat

2022-08-04 Thread James H. H. Lampert
Multiple WAR files work fine for us. But we don't simply "drop [the WAR files] in the webapps folder (and for the most part, that *doesn't* work for us, even with *only one* webapp). We always deploy through the Manager webapp (which we always customize to increase the allowable WAR file size

Re: Help with deploying multiple .WAR files in Tomcat

2022-08-04 Thread Noelette Stout
with the name [org_apache_jasper_el] was found. This is not legal with relative ordering. See section 8.2.2 2c of the Servlet specification for details. Consider using absolute ordering. On Thu, Aug 4, 2022 at 1:21 PM Shakila Rajaiah wrote: > Hello Tomcat users, > Can someone help me find the c

Help with deploying multiple .WAR files in Tomcat

2022-08-04 Thread Shakila Rajaiah
Hello Tomcat users, Can someone help me find the correct documentation to deploy more than one war file on Tomcat server. The information available on the web is confusing. I followed this instruction  and dropped both test1.war and test2.war files in the webapps folder. Test1.war seems to have

Re: Help Needed

2022-06-27 Thread Christopher Schultz
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target A stack trace will help, here. The URL you have above has a TLS Certificate

AW: Help Needed

2022-06-27 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello Mohan, > -Ursprüngliche Nachricht- > Von: Mohan T > Gesendet: Montag, 27. Juni 2022 08:18 > An: Tomcat Users List > Betreff: Help Needed > > Dear All, > > We have deployed a application in tomcat 8.5 and while accessing > > http://sebsw

Help Needed

2022-06-27 Thread Mohan T
: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target Kindly help us in overcoming thie. Thanks Mohan . DISCLAIMER: This communication contains information which

Re: Help Needed for Root cause - ApacheTomcat services stopped

2022-05-13 Thread Christopher Schultz
9 PM To: users@tomcat.apache.org Subject: Re: Help Needed for Root cause - ApacheTomcat services stopped That is an Apache Web Server (httpd) log message, not an Apache Tomcat log message. Are you sure you are using Apache Tomcat? Mark On 11/05/2022 19:01, Verma, Sahil wrote: Hi Team, In our produc

RE: Help Needed for Root cause - ApacheTomcat services stopped

2022-05-13 Thread Verma, Sahil
Hi Thomas, Thank you very much for the valuable information. It will surely help us to find the root cause of the issue. We are monitoring our environment as per your suggestions. Regards, Sahil -Original Message- From: Thomas Hoffmann (Speed4Trade GmbH) Sent: Thursday, May 12, 2022

AW: Help Needed for Root cause - ApacheTomcat services stopped

2022-05-12 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello Sahil, > -Ursprüngliche Nachricht- > Von: Verma, Sahil > Gesendet: Mittwoch, 11. Mai 2022 20:56 > An: Tomcat Users List > Betreff: RE: Help Needed for Root cause - ApacheTomcat services stopped > > Hi Mark, > Good day! > > Thank you very mu

RE: Help Needed for Root cause - ApacheTomcat services stopped

2022-05-11 Thread Verma, Sahil
mcat (Catalina.out) logs Please let us know if any other information required. Thanks, Sahil -Original Message- From: Mark Thomas Sent: Wednesday, May 11, 2022 11:39 PM To: users@tomcat.apache.org Subject: Re: Help Needed for Root cause - ApacheTomcat services stopped That is an Apache Web Se

Re: Help Needed for Root cause - ApacheTomcat services stopped

2022-05-11 Thread Mark Thomas
error - [Thu May 05 10:34:51.441668 2022] [mpm_event:error] [pid 27440:tid 140464737793792] AH00484: server reached MaxRequestWorkers setting, consider raising the MaxRequestWorkers setting Please help to find the root cause of the issue why services got stopped. Kindly let us know if any

Help Needed for Root cause - ApacheTomcat services stopped

2022-05-11 Thread Verma, Sahil
the MaxRequestWorkers setting Please help to find the root cause of the issue why services got stopped. Kindly let us know if any other information required. Apache version - 2.2 OS - Linux Thanks, Sahil DXC Technology India Private Limited - 9th Floor, Block-D Littlewood Tower, TRIL Info Park Ramanujan

AW: help with high cpu usage

2022-02-04 Thread Thomas Hoffmann (Speed4Trade GmbH)
tack trace there is a tid which identifies the thread. Maybe you need to convert between decimal and hex to find the right Thread. Hope this helps, Thomas Von: Alan F Gesendet: Freitag, 4. Februar 2022 13:00:29 An: Tomcat Users List Betreff: RE: help with high cpu us

RE: help with high cpu usage

2022-02-04 Thread Alan F
(Speed4Trade GmbH) Sent: 04 February 2022 09:18 To: Tomcat Users List Subject: AW: help with high cpu usage Hello, when I encounter high CPU usage, it's best to identify the thread Id which is eating CPU. Making a thread dump, you can then search for the thread id within this dump. This works good

AW: help with high cpu usage

2022-02-04 Thread Thomas Hoffmann (Speed4Trade GmbH)
. Greetings, Thomas Von: Alan F Gesendet: Freitag, 4. Februar 2022 00:02:49 An: Tomcat Users List Betreff: Re: help with high cpu usage John thanks so much !! Will pass this on tomorrow. Cheers. From: john.e.gr...@wellsfargo.com.INVALID

Re: help with high cpu usage

2022-02-03 Thread Alan F
John thanks so much !! Will pass this on tomorrow. Cheers. From: john.e.gr...@wellsfargo.com.INVALID Sent: 03 February 2022 22:45 To: users@tomcat.apache.org Subject: RE: help with high cpu usage Alan, > -Original Message- > From: Alan F

RE: help with high cpu usage

2022-02-03 Thread John.E.Gregg
Alan, > -Original Message- > From: Alan F > Sent: Thursday, February 03, 2022 2:51 PM > To: Tomcat Users List > Subject: RE: help with high cpu usage > > My bad here are the correct dumps 10 secs apart > > https://urldefense.com/v3/__https://fastthread.i

RE: help with high cpu usage

2022-02-03 Thread Alan F
=c2hhcmVkLzIwMjIvMDIvMy8tLWFwaS00NTE3MWUxNy1jYWRiLTRkY2UtODBlNS1lMDk0YTJjNTg1OGEudHh0; -Original Message- From: john.e.gr...@wellsfargo.com.INVALID Sent: 03 February 2022 19:33 To: users@tomcat.apache.org Subject: RE: help with high cpu usage Alan, > -Original Message- > From: Alan F > Sent: Thursday, February 03, 2022 12:19 PM >

RE: help with high cpu usage

2022-02-03 Thread Alan F
anything glaring apart from GC I see old Gen taking about 5hrs before it drops back one node2 as opposed to 3 on node 1. -Original Message- From: john.e.gr...@wellsfargo.com.INVALID Sent: 03 February 2022 19:33 To: users@tomcat.apache.org Subject: RE: help with high cpu usage Alan

RE: help with high cpu usage

2022-02-03 Thread John.E.Gregg
Alan, > -Original Message- > From: Alan F > Sent: Thursday, February 03, 2022 12:19 PM > To: Tomcat Users List > Subject: help with high cpu usage > > Had some issues today with one prod host. One is fine the other has stuck > around 80%Cpu. > Ive taken a

help with high cpu usage

2022-02-03 Thread Alan F
Had some issues today with one prod host. One is fine the other has stuck around 80%Cpu. Ive taken a thread dump from both hosts and would appreciate someone give a once over what it may be before I kill and restart. They are clustered nodes so running identical apps and loadbalanced by a

Re: help with Valve

2021-11-23 Thread Rob Sargent
On 11/23/21 10:55 AM, Mark Thomas wrote: On 23/11/2021 17:42, Rob Sargent wrote: Thank you.  Does this look like a believable deployment (presuming the property is in fact set)?     cat ./localhost/sgs/META-INF/context-valve.xml     No. A context.xml file placed in META-INF

Re: help with Valve

2021-11-23 Thread Mark Thomas
On 23/11/2021 17:42, Rob Sargent wrote: Thank you.  Does this look like a believable deployment (presuming the property is in fact set)?    cat ./localhost/sgs/META-INF/context-valve.xml             No. A context.xml file placed in META-INF must be called context.xml The contents

Re: help with Valve

2021-11-23 Thread Rob Sargent
Thank you.  Does this look like a believable deployment (presuming the property is in fact set)? cat ./localhost/sgs/META-INF/context-valve.xml     On 11/23/21 10:38 AM, Mark Thomas wrote: On 23/11/2021 16:48, Rob Sargent wrote: Is the Access Log Valve available for use in an

Re: help with Valve

2021-11-23 Thread Mark Thomas
On 23/11/2021 16:48, Rob Sargent wrote: Is the Access Log Valve available for use in an embedded environment? Yes. Mark - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail:

help with Valve

2021-11-23 Thread Rob Sargent
Is the Access Log Valve available for use in an embedded environment?

Re: Help needed reg Context

2021-10-13 Thread Mark Thomas
On 13/10/2021 14:19, Mohan T wrote: Dear All, We are using Tomcat 8.5 on Suse linix. We are deploying one of our artifacts as below hub#app#classic#admin.war The components are also deployed and the context is also created Successfully. Is there any other alternative way to set the

Help needed reg Context

2021-10-13 Thread Mohan T
Dear All, We are using Tomcat 8.5 on Suse linix. We are deploying one of our artifacts as below hub#app#classic#admin.war The components are also deployed and the context is also created Successfully. Is there any other alternative way to set the context other than using # .

Re: Help Needed

2021-08-18 Thread Christopher Schultz
DK Runtime Environment (build 1.8.0_131-b12) OpenJDK 64-Bit Server VM (build 25.131-b12, mixed mode) FYI This is also quite old. -chris *From:*Mohan T *Sent:* 07 August 2021 08:00 *To:* 'Tomcat Users List' *Subject:* RE: Help Needed Dear All, Any inputs on this. We are not getti

RE: Help Needed

2021-08-08 Thread Mohan T
OpenJDK 64-Bit Server VM (build 25.131-b12, mixed mode) Thanks Mohan From: Mohan T Sent: 07 August 2021 08:00 To: 'Tomcat Users List' Subject: RE: Help Needed Dear All, Any inputs on this. We are not getting a break in this. Kindly help us in taking things forward. Thanks Mohan From: Mohan

  1   2   3   4   5   6   7   8   9   10   >