Re: global web.xml question

2025-04-30 Thread A Name
On Tue, Apr 29, 2025 at 1:07 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > > ABT, > > > > On 4/29/25 11:25 AM, A Name wrote: > > > On Tue, Apr 29, 2025 at 10:54 AM Christopher Schultz < > > > ch...@christopherschultz.net> wrote:

Re: global web.xml question

2025-04-29 Thread A Name
On Tue, Apr 29, 2025 at 10:54 AM Christopher Schultz < ch...@christopherschultz.net> wrote: > > ABT, > > > On 4/29/25 8:23 AM, A Name wrote: > > > On Mon, Apr 28, 2025 at 1:07 PM Mark Thomas wrote: > > > > > >>> On 28/04/2025 16:35, Christoph

Re: global web.xml question

2025-04-29 Thread A Name
On Mon, Apr 28, 2025 at 1:07 PM Mark Thomas wrote: > > On 28/04/2025 16:35, Christopher Schultz wrote: > > > ABT, > > > > > > On 4/28/25 9:05 AM, A Name wrote: > > >> We are looking at adding a second instance of our app (named > > >> diff

Re: global web.xml question

2025-04-28 Thread A Name
On Mon, Apr 28, 2025 at 9:32 AM Mark Thomas wrote: > > On 28/04/2025 14:05, A Name wrote: > > > We are looking at adding a second instance of our app (named > differently -- > > > myappA and myappB) to our Tomcat 9. We currently have the app > installed at > &

global web.xml question

2025-04-28 Thread A Name
We are looking at adding a second instance of our app (named differently -- myappA and myappB) to our Tomcat 9. We currently have the app installed at a number of customer locations, we are looking at dropping 1 app Currently, our database connections are established inside the GLOBAL web.xml in

RE: [EXTERNAL] Re: Archive localhost_access_log

2025-03-19 Thread Nguyen, Quoc A. (QUANTUM MANAGEMENT, LLC)
Thank you again. Thanks and regards, - Quoc A. Nguyen (Contractor) Sr. Software Engineer, Octo an IBM Company Office of Information and Technology (OIT), Development Security, and Operations (DevSecOps) Division: Solution Delivery (SD) Mobile

RE: [EXTERNAL] Re: Archive localhost_access_log

2025-03-18 Thread Nguyen, Quoc A. (QUANTUM MANAGEMENT, LLC)
Thank you Mr. Funk. My request is two-folds a) archive the log files elsewhere (not the "logs" folder) based on some policy b) clean up (delete) the archived files based on some policy. If I'm not mistaken, your suggestion may address the latter but nothing on the former? Tha

Archive localhost_access_log

2025-03-18 Thread Nguyen, Quoc A. (QUANTUM MANAGEMENT, LLC)
Hello, Tomcat server version: 9.0.98. server.xml configuration for AccessLogValve: Everything works fine. Now, I have a requirement to archive these log files similar to log4j (pattern is already taken care of in the valve) with (archive when the file size reaches certain size) and

Need help installing SSL certificate in tomcat keystore

2024-05-30 Thread Fung-A-Fat, Mark
I am running a java web app on windows 2019 server and need some help getting the SSL certificate installed into my keystore. I am running tomcat 9.x and java 11 I am able to generate a certificate request using both keytool and/or openssl For both the CSR file looks like this, but the

Re: CVE2023-24998 configuration

2023-02-28 Thread A Name
uld be sufficient to mitigate the issue. > > You can, of course, set the limit lower if you like (maxParameterCount > on the Connector(s) in server.xml). > > Mark > > > On 28/02/2023 16:24, A Name wrote: > > Just to confirm - I saw you incorporated fixes for that CVE into re

CVE2023-24998 configuration

2023-02-28 Thread A Name
Just to confirm - I saw you incorporated fixes for that CVE into recent Tomcats. Is there a setting in Server or Web.xml for these or do they need to be set programmatically within an application using the functions in Commons-FileUpload? Abt

RE: Tomcat 9.0.x JDBC connection pool does not always remove abandoned connections

2021-10-15 Thread Martin, Gerhardt A
t always remove > abandoned connections > > Gerhardt, > > On 10/12/21 13:27, Martin, Gerhardt A wrote: > > Running Tomcat 9.0.50 on Centos 7.9.x Linux and using Tomcat JDBC > connection pool to connect to my application's databases. My app connects to > about a dozen

Tomcat 9.0.x JDBC connection pool does not always remove abandoned connections

2021-10-12 Thread Martin, Gerhardt A
Running Tomcat 9.0.50 on Centos 7.9.x Linux and using Tomcat JDBC connection pool to connect to my application's databases. My app connects to about a dozen read only databases and one read/write database. Here is a typical resource definition with tuning configurations for the pool an

RE: [Possible Spam] Re: HTTP/2 Memory Leak

2021-07-09 Thread Mark A. Claassen
Thanks for your help, and all the help you provide to people on this list. Your replies are always quick, professional, and helpful. A big part of what makes Tomcat so great is the assistance that can be found on this list! Mark Claassen Senior Software Engineer Donnell Systems, Inc. 130

RE: [Possible Spam] Re: HTTP/2 Memory Leak

2021-07-09 Thread Mark A. Claassen
: Mark Thomas Sent: Friday, July 9, 2021 12:59 PM To: users@tomcat.apache.org Subject: Re: [Possible Spam] Re: HTTP/2 Memory Leak Importance: Low On 09/07/2021 16:21, Mark A. Claassen wrote: > Thanks. I have done more heap analysis and think I have it tracked closer to > the source. >

RE: [Possible Spam] Re: HTTP/2 Memory Leak

2021-07-09 Thread Mark A. Claassen
Thanks. I have done more heap analysis and think I have it tracked closer to the source. -- I started looking at the heap a different way. The random values I looked at before (of the 80,000) may not have be as representative as I thought. Examining the retained sizes in the heap, I am

RE: [Possible Spam] Re: HTTP/2 Memory Leak

2021-07-08 Thread Mark A. Claassen
Ok. That didn’t seem to work. I will investigate further and try to find a way to send that information. It is not that busy a server, but the memory use increases very quickly. Doing a class_histogram shows MessageBytes growing by the thousands every 30 minutes. (We have a temporary

RE: [Possible Spam] Re: HTTP/2 Memory Leak

2021-07-08 Thread Mark A. Claassen
Thanks for the prompt reply. The system was not that busy. Having over 80,000 seems wrong. I am going to try to send a picture; I am not sure if this will work. This is from the Netbeans profiler. [cid:image001.png@01D7741B.B7CC7D90] -Original Message- From: Mark Thomas Sent

RE: HTTP/2 Memory Leak

2021-07-08 Thread Mark A. Claassen
Sorry, realized I had a mistyped subject. -Original Message- From: Mark A. Claassen Sent: Thursday, July 8, 2021 2:30 PM To: Tomcat Users List Subject: Http/s Memory Leak Importance: Low We are using 9.0.12 on a server and noticed a pretty big memory leak. The change log mentions a

Http/s Memory Leak

2021-07-08 Thread Mark A. Claassen
We are using 9.0.12 on a server and noticed a pretty big memory leak. The change log mentions a some fixed leaks in the releases since 9.0.12. I was wondering if this leak was fixed already. The leak is that there are over 80,000 instances of org.apache.tomcat.util.buf.MessageBytes. Below

RE: TLSv1.3 Support in Tomcat

2021-06-29 Thread Mark A. Claassen
My guess would be that whatever JRE webstart is using to launch does not support TLS 1.3. We used webstart for a long time, and this type of error looks pretty familiar. As I am sure you have experienced, just because the browser can connect (with its certifications, proxies, protocols

RE: [Possible Spam] Re: TLSv1.3 Support in Tomcat

2021-06-28 Thread Mark A. Claassen
I am not sure how it is not working for you, so this may not be relevant. However, this caused me a lot of confusion. https://stackoverflow.com/questions/57601284/java-11-and-12-ssl-sockets-fail-on-a-handshake-failure-error-with-tlsv1-3-enable I had to disable TLS 1.3 to get my Java client to

RE: [Possible Spam] Re: CATALINA_OPTS vs JAVA_OPTS

2021-06-16 Thread Mark A. Claassen
e was a good reason, but it makes my startup process look broken. Would having this go to the catalina.out file be a good solution? Or it is critical for others that it is output to stdout? If this is critical, should JAVA_OPTS also be displayed to stdout? - ( In the setenv.sh file, w

RE: Strange connection error

2021-06-14 Thread Mark A. Claassen
Thanks for replies. Everything is working for me now, and I have a bit more of an understanding of how this all works. :) Mark Claassen Senior Software Engineer Donnell Systems, Inc. 130 South Main Street Leighton Plaza Suite 375 South Bend, IN  46601 E-mail: mailto:mclaas...@ocie.net Voice

RE: Strange connection error

2021-06-11 Thread Mark A. Claassen
RESOLVED. (Sort of, I have questions) I had to add a -TLSv1.3 protocols="all -SSLv3 -TLSv1 -TLSv1.3" https://stackoverflow.com/questions/57601284/java-11-and-12-ssl-sockets-fail-on-a-handshake-failure-error-with-tlsv1-3-enable Why does the version of Tomcat matter? I thoug

RE: Strange connection error

2021-06-11 Thread Mark A. Claassen
I have tried so many things, I am getting a bit confused. :) The exception was probably using the NIO connector. With the APR one I get: FINER: Destroying socket [140,404,292,849,904] java.lang.Exception at org.apache.tomcat.util.net.AprEndpoint.destroySocketInternal(AprEndpoint.java

Re: Strange connection error

2021-06-11 Thread Mark A. Claassen
, 2021, 15:11 Mark A. Claassen wrote: > Anyway, I will do some research on the debugging technique mentioned > earlier. > https://support.f5.com/csp/article/K50557518 > - To unsubscribe, e-mail: us

RE: Strange connection error

2021-06-10 Thread Mark A. Claassen
o not deliver, distribute, copy, disclose the contents or take any action in reliance upon the information contained in the communication or any attachments. -Original Message- From: Mark A. Claassen Sent: Thursday, June 10, 2021 4:46 PM To: Tomcat Users List Subject: RE: Strange connectio

RE: Strange connection error

2021-06-10 Thread Mark A. Claassen
I am still trying to figure out the debugging, but I did see that, going through the reverse proxy and direct, it is using TLS1.2. From wireshark (no debugging) Going through the reverse proxy, there is a ClientHello, two ACK, and then a ServerHello Going direct, I get the ClientHello and two

RE: Strange connection error

2021-06-10 Thread Mark A. Claassen
Here is what I get in catalina.out now. Hopefully this is all correct. I am a bit confused by "useAprConnector [false], useOpenSSL [true]" Anyway, I will do some research on the debugging technique mentioned earlier. -- Jun 10, 2021 4:05:42 PM org.apache.catalina.core.AprLifecyc

Re: Strange connection error

2021-06-10 Thread Mark A. Claassen
another message. I will also post a message when this is solved, in case anyone else encounters similar behavior. Thanks again, - Mark Claassen Senior Software Engineer Donnell Systems, Inc. 130 South Main Street Leighton Plaza Suite 375 South Bend, IN  46601 E-mail: mailto:mclaas

RE: Strange connection error

2021-06-10 Thread Mark A. Claassen
rsday, June 10, 2021 12:02 PM To: users@tomcat.apache.org Subject: [Possible Spam] RE: Strange connection error Importance: Low Is it a cypher issue? (noting the handshake issue). Did you also upgrade the Java at the same time? Dream * Excel * Explore * Inspire Jon McAlexander Infrastructure Eng

Strange connection error

2021-06-10 Thread Mark A. Claassen
I just upgraded from 9.0.12 to 9.0.46. Everything seemed to go pretty smoothly, but I am getting a strange connection error from certain connections We have several different things that connect to the webserver. Browsers connect fine. We have a monitoring script in Perl that works fine

RE: NullPointerException in CoyoteOutputStream

2020-06-12 Thread Mark A. Claassen
Thanks for the reply, and sorry for the confusion. I catch the error in my code and format it in a custom way, which is why it may look a bit different than what you expect. That was not the complete stack, but the top is the top, which implies that 'ob' is null

NullPointerException in CoyoteOutputStream

2020-06-12 Thread Mark A. Claassen
We were doing some load testing and we started getting a NullPointerException at the stack trace below. We don't get the NPE all the time, so I am guessing some of these objects got corrupted somehow. One place the clear() method is called from is the recycle() method in the Response o

Re: [External] Re: Starting up Tomcat 8

2020-03-17 Thread Maxfield, Rebecca A
Ah, some problems are arising because, I suppose, the startup process wants to create or touch something in ../logs and that's now all the way over in /var/lib/tomcat8. How do I move on from here? On 3/17/20, 4:40 PM, "Maxfield, Rebecca A" wrote: I see it now in /usr/sh

Re: [External] Re: Starting up Tomcat 8

2020-03-17 Thread Maxfield, Rebecca A
I see it now in /usr/share/tomcat8/bin, thank you! Can I just run startup.sh from there or is that not right? On 3/17/20, 4:37 PM, "André Warnier (tomcat/perl)" wrote: On 17.03.2020 21:18, Maxfield, Rebecca A wrote: > Both are Linux. The new is Debian, the old ??

Re: [External] Re: Starting up Tomcat 8

2020-03-17 Thread Maxfield, Rebecca A
Both are Linux. The new is Debian, the old ?? On 3/17/20, 4:03 PM, "André Warnier (tomcat/perl)" wrote: On 17.03.2020 19:52, Maxfield, Rebecca A wrote: > Hello, > > I manage a project that currently runs on Tomcat 7 but is migrating to a new server where Tom

Starting up Tomcat 8

2020-03-17 Thread Maxfield, Rebecca A
Hello, I manage a project that currently runs on Tomcat 7 but is migrating to a new server where Tomcat 8 was installed by the server admin. When I navigate to the /var/lib/tomcat8 folder, I don’t see a ./bin folder or any startup.sh or similar. Is this something that has changed from Tomcat 7

Re: listing all applications in manager across configured virtual hosts

2019-12-05 Thread Guild, Jason A (DOT)
The general idea seems like a reasonable use case. Yes, I will look into it and see what I can come up with in terms of a patch we can try. Jason On 12/5/2019 1:08 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Jason, > > On 12/5/19 14:

listing all applications in manager across configured virtual hosts

2019-12-05 Thread Guild, Jason A (DOT)
Hi all: We have configured a Tomcat with two virtual hosts, one for hosting client-facing applications on a "vanity" name, and the other for the "machine" which hosts private URLs for access to admin/diagnostic functions by admins only. We have an instance of Tomcat ma

Re: override context path for manager application

2019-12-04 Thread Guild, Jason A (DOT)
me}/webapps" directory as in your point #2. I am running my container from a completely separate directory structure with $CATALINA_BASE != $CATALINA_HOME and $CATALINA_BASE/webapps/ does NOT contain the manager application. I think your point #2 would be correct if I simply decompressed th

override context path for manager application

2019-12-04 Thread Guild, Jason A (DOT)
Hi all: The context path of the Tomcat manager application is "/manager" by default [0]. I am trying to change this context path from the default using an override configuration. I am doing the typical creation of a container using makebase.sh and setting CATALINA_BASE before starti

helping building JSVC for Tomcat 8.5.45

2019-09-05 Thread Goldstein, Craig A CIV DTIC ITS (USA)
Makefile.in man native support our older version has the correct files. tomcat-8.5.31/bin/commons-daemon-1.1.0-native-src/unix config.nice config.status configure configure.in INSTALL.txt Makedefs Makedefs.in Makefile Makefile.in man native support Is there a mirror that has the

RE: Which native package should I use

2019-06-25 Thread Mark A. Claassen
Thanks. I compiled Tomcat myself and saw that the Native libraries are a part of that and so I built the Java part. However, I see in the binary distribution, these are not included. I guess I was being a bit too eager. Mark Claassen Senior Software Engineer Donnell Systems, Inc. 130

Which native package should I use

2019-06-25 Thread Mark A. Claassen
-1.2.16.jar)? Or can I just bundled tomcat-jni.jar? There is a org.apache.tomcat.jni package in the tomcat source. Is this the same thing as the tomcat-native libraries at the time the distribution is built? Thanks, Mark Mark Claassen Senior Software Engineer Donnell Systems, Inc. 130 South

RE: Overriding MultiPartConfig

2018-11-26 Thread Mark A. Claassen
Thanks for the reply! I have been working this for a while and having been failing. There is so much going on here that I don't understand that I feel like such a newby. First, when the multi-part config is in my local web.xml, everything works. However, if I remove that whole servlet

Overriding MultiPartConfig

2018-11-26 Thread Mark A. Claassen
I am having trouble finding a way to override my MultiPart config. I have a servlet with a configuration in the web.xml. ... ... However

RE: Debugging tomcat native connector

2018-11-02 Thread Mark A. Claassen
Wow, thanks a lot. That was exactly what it was. Something else, just in the event that someone references this email thread in the future, I also realized I could put this in my logging.properties file: org.apache.coyote.level = FINE I didn't think to add that until after the entropy

RE: Debugging tomcat native connector

2018-11-01 Thread Mark A. Claassen
We tried to connect a few hours later and they were working fine. We are now trying to determine exactly how long it takes for them to accept connections in hopes that this will help us figure out what is going on. Having a way to debug this better would be helpful. Mark Claassen Senio

Debugging tomcat native connector

2018-10-31 Thread Mark A. Claassen
Is there a way to debug the native connectors? Specifically, we are having some problems getting the native openssl connector working on Ubuntu. Doing an strace on the process shows a lot of FUTEX_WAIT_PRIVATE, but we don't know why. We were hoping that there was some way to get

Request attributes

2018-03-16 Thread Mark A. Claassen
I recently discovered some request attributes that I was curious about. Are these accurate across all connectors? Or are these the defaults for using something like the NIO connector? Specifically in my case, I am using the APR connector and openSSL. Example: Attribute 'org

RE: Running Tomcat 9 using OpenJDK 10

2018-03-02 Thread Mark A. Claassen
Thanks for the reply and the heads up. I am controlling the apps that will be running under it, so that shouldn't be a problem. I am also using the APR connectors, so I don't think the certs will be an issue for me either. Now I just need to compile it. Thanks again! Mark Claas

Running Tomcat 9 using OpenJDK 10

2018-03-02 Thread Mark A. Claassen
Has anyone tried running Tomcat 9 using OpenJDK 9 or 10? I know the OpenJDK releases don't have all the modules (like JavaFX) that the Oracle JDK does and I was wondering if the libraries that Tomcat needs are part of the standard OpenJDK distribution? Thanks, Mark Claassen Senior Software E

RE: Security of AJP

2018-03-01 Thread Mark A. Claassen
Chris, I was planning on working on a patch for this as a smooth way to get more involved. :) My work computer is somewhat locked down, so I was planning to get my home computer setup and then give it a go. The patch instructions I found looked fairly clear. If I have any questions, I will

RE: Security of AJP

2018-03-01 Thread Mark A. Claassen
Thanks everyone for your feedback. I am the one who unknowingly opened this can of worms. :) It seems like there is a bit of momentum for altering the documentation, so I thought I would offer something that incorporated some of these suggestions. I left out the part about "why"

Security of AJP

2018-02-27 Thread Mark A. Claassen
>From what I have read, it seems that the AJP connector is not secure, and is >meant to be used in a protective environment. There are lots of things that >imply this, like no SSL settings and such, but I cannot find it directly >stated anywhere. I am pretty confident in my read

RE: Possible incompatibility from Tomcat 8 to Tomcat 9 on HTTP 302

2018-02-26 Thread Mark A. Claassen
> Best guess you were using an older version of Tomcat 7 where the feature did > not exist. It was added for 7.0.67 onwards. Yes, I was. > No problem. Happy to help. Thanks to you writing a good question :) Mark Claassen Senior Software Engineer Donnell Systems, Inc. 130 South Ma

RE: Possible incompatibility from Tomcat 8 to Tomcat 9 on HTTP 302

2018-02-26 Thread Mark A. Claassen
on the information contained in the communication or any attachments. -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Monday, February 26, 2018 2:06 PM To: Tomcat Users List Subject: Re: Possible incompatibility from Tomcat 8 to Tomcat 9 on HTTP 302 On 26/02/18

Possible incompatibility from Tomcat 8 to Tomcat 9 on HTTP 302

2018-02-26 Thread Mark A. Claassen
Hi. I am working on migrating from Tomcat 8 (not 8.5) to Tomcat 9. Everything worked great, except that when we run Tomcat 9 behind a reverse proxy, our redirects don't work anymore. I am able to run the same webapp under both and am doing so. The one running under Tomcat 8 works, th

RE: Why will Tomcat not accept EC cipher suites?

2018-01-08 Thread Gali, Vamsi A
Hello John, Technically, Java 1.8 provides the ciphers which are used by Tomcat and it definitely supports a lot of EC ciphers: https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#ciphersuites Do you get the HandShakeException when you access the Tomcat directly

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

2017-10-12 Thread Gali, Vamsi A
wledgecenter/en/SSEQTJ_8.5.5/com.ibm.websphere.ihs.doc/ihs/rihs_ciphspec.html and IHS can communicate with Tomcat W/O any issues. Woohoo! The reason I picked the above cipher is because it's one the list of ciphers tomcat's JVM supports. Igor, I couldn’t use one of the java based ci

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

2017-10-12 Thread Gali, Vamsi A
the rest of us dummies trying to follow this conversation, what might "IHS" be ? Whatever Google returns doesn't seem really relevant. On 12.10.2017 15:25, Gali, Vamsi A wrote: > Igor, > Thank you for suggesting me to turn on the ssl dubug. We are using Java 1.8 > whic

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

2017-10-12 Thread Gali, Vamsi A
Igor, Thank you for suggesting me to turn on the ssl dubug. We are using Java 1.8 which by default uses TLS1.2. Looks like both IHS & Tomcat are using tls1.2 but there is a cipher mismatch. We have Tam directly connecting to Tomcat and the connectivity works w/o any SSL handshake errors. H

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 Gali, Vamsi A
Re: FW: [error] SSL0266E: Handshake Failed, Could not establish SSL proxy connection Hi, Can you post the web and tomcat servers configuration files. I hope you have added CA root certificate to the backend truststore? Regards, Siva On Wed, Oct 11, 2017 at 3:05 PM, Gali, Vamsi A < vamsi

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

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 Hel

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

2017-10-05 Thread Gali, Vamsi A
bleshooting, I even added IHS server cert as a signer into Tomcat keystore and vice-versa but cannot get rid of this error. Also, tried restricting both IHS & Tomcat to use TLSv1 but no success. Has anyone ran into similar issues? Or ever tried Tomcat with IHS using mod_proxy module? Thank

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

2017-10-05 Thread Gali, Vamsi A
AT2 -- What’s done: IHS & Tomcat keystores contain required signers for proper communication. During the troubleshooting, I even added IHS server cert as a signer into Tomcat keystore and vice-versa but cannot get rid of this error. Also, tried restricting both IHS &

Need to upgrade Tomcat version from 4.1.3 to 7 version on OS400(AS400).

2017-09-13 Thread Vinay A S
Hello, We have installed Apache Tomcat version 4.1.30 on our iSeries server(AS400). As it very old version, we are thinking to upgrade it to version 7. Please share detailed steps to upgrade it. Regards, Vinay A S

Re: Apache Tomcat 4.1.30 - not working with OS400 after upgrading the OS to V7R3 which uses Java 7/Java 8

2017-09-13 Thread Vinay A S
jdk70/64bit' I hope it is pointing to right data. On Fri, Sep 8, 2017 at 8:31 PM, Greg Huber wrote: > Do you know where the JAVA_HOME points to? Maybe it has switched to a > later java version in the upgrade. > > From memory (it's been a while) > > If you do wrkenv

Re: Apache Tomcat 4.1.30 - not working with OS400 after upgrading the OS to V7R3 which uses Java 7/Java 8

2017-09-08 Thread Vinay A S
9:36:50 AM org.apache.struts.util.PropertyMessageResources INFO: Initializing, config='org.apache.struts.action.ActionResources', returnNull=true Aug 23, 2017 9:36:51 AM org.apache.struts.util.PropertyMessageResources INFO: Initializing, config='org.apache.webapp.admin.ApplicationReso

Apache Tomcat 4.1.30 - not working with OS400 after upgrading the OS to V7R3 which uses Java 7/Java 8

2017-09-07 Thread Vinay A S
portal and found that we are running Tomcat on a lower version and that needs to be upgraded. But we are unable to find the exact procedure to install Tomcat on iSeries server. There is a subsystem TOMCAT running on the system with Job QP0ZSPWT being Active. Please advise on the version of TOMCAT that

This is very likely to create a memory leak (Tomcat 8.5.8)

2017-01-22 Thread Bheemanagouda A
. WebappClassLoaderBase.clearReferencesThreads The web application [simplewebapp] appears to have started a thread named [pool-3-thread-5] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: sun.misc.Unsafe.park(Native Method) java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java

Favicon for resources when using multiple webapps

2016-11-03 Thread Maxfield, Rebecca A
Hi there, I have a Tomcat installation running a few different web apps (different instances of XTF, if it matters), and each of these has some resources (PDFs, raw XML, etc.) that can be viewed by the user in the browser. How can I make sure that the user sees the resource with the favicon of

Performance Issue - Tomcat 8 - Java 8 Web app with client side applet

2016-10-05 Thread Boyle, James A
Hello, I have a web application compiled under Java 1.8 running in a Tomcat 8 container on a Linux web server. The client side devices are Windows 7 desktops with USB attached printers. The basic operation is a query to a SQL Server database for the relevant address and then to

Re: Trouble setting TOMCAT_USER

2016-08-29 Thread Maxfield, Rebecca A
OP here, I assumed (haven’t had a chance to try it yet) that the username I set TOMCAT_USER to would also have to be identified in tomcat-users.xml, but I take it from your response that that’s not correct. I didn’t install tomcat on this server, but I think it was probably installed through

Trouble setting TOMCAT_USER

2016-08-29 Thread Maxfield, Rebecca A
Hi there! In order to resolve an issue with a Tomcat web app, I’m trying to run Tomcat as a user other than the default user. Following other advice, I looked in the conf file (/etc/tomcat/tomcat.conf) for TOMCAT_USER and saw that it wasn’t set; however, my efforts to set it haven’t seemed to

Tomcat shutdown error

2016-08-24 Thread Jeffrey A Trimble
I'm receiving the following errors when shutting down tomcat7 and it may be a clue to my software that runs on tomcat. Any suggestions? Thanks in advance, Aug 24, 2016 12:34:12 PM org.apache.catalina.startup.Catalina stopServer SEVERE: Could not contact localhost:8005. Tomcat may n

Tomcat Log file setting.

2016-07-19 Thread Boyle, James A
Hello, I have a web app running on my workstation using Tomcat 7 and have the following entries in my console output. Any help would be appreciated. Thanks. INFO: Initializing log4j from [file:///c://lbxdw_ido_obm//conf//LOCALlog4j_JAB.xml] This is the log4j config file and is

Re: Deploy with white screen

2016-06-28 Thread Jeffrey A Trimble
I started with a fresh copy. The only change was to use Java7. I don’t have a stanza in my server.xml. I do have a context.xml file. —Jeff Jeffrey Trimble, MLS William F. Maag Library Youngstown State University 330.941.2483 (Office) jatrim...@ysu.edu http://www.maag.ysu.edu http

Deploy with white screen

2016-06-25 Thread Jeffrey A Trimble
I've just deployed tomcat 7.0.70 on a test server, but I'm seeing something very strange and I'd like some advice to point me to a solution. I'm running DSpace software. When I go to the web: http://:8080/xmlui I'm getting a blank white screen. If I add something

RE: mailto:users-unsubscr...@tomcat.apache.org

2016-06-16 Thread Kapilan A
I would like to un-subscribe this. Thanks for good support. Regards Kapilan A -Original Message- From: users-return-258027-kapilana=triviumsys@tomcat.apache.org [mailto:users-return-258027-kapilana=triviumsys@tomcat.apache.org] On Behalf Of Bill Miller Sent: Wednesday, June 15

Apache Tomcat8 blocked once reached max thread(s) count

2016-05-02 Thread Kapilan A
Hi Folks I am facing one issue with Apache Tomcat 8. In 32 GB machine, four instances of tomcat is running and every tomcat has memory as 512-1024. In the SQl server, a particular table called "MetaData". Third party engine will post a ht

thread recovery

2016-04-24 Thread Mahudeswaran A
Hi All, Let's assume mutex.wait being called in one of the tomcat thread. The thread state is still RUNNABLE but the thread does nothing and just waiting. Is there any functionality in tomcat to automatically recovery for these threads either through some configurations? For e.g. if there are thr

tomcat thread - how to release

2016-04-18 Thread Mahudeswaran A
Hi All, We have VXML web application running in tomcat 6.x. The web application is depend on some 3rd party jar files. >From the vxml web app a method was called, where the method is implemented in >3rd party jar file. The 3rd party jar as part of executing the method call, uses a free

tomcat6 -minheap,maxheap size

2016-03-23 Thread Mahudeswaran A
Hello All, Is there any recommended maximum setting for tomcat-6 32bit version running on windows 64bit OS We would like to change the default setting and looking for max size/count for 32bit tomcat-6 running on 64bit windows OS. Min heap size=? Max heap size=? Max Thread count=? Thanks and rega

RE: Tomcat 6.x 32bit-- becomes non responsive state / crash/hang

2016-03-14 Thread Mahudeswaran A
Is there any configuration to include timestamp in tomcat std.out or std.err log files. **Attached is the sequence flow that we are trying in our load environment; Itr-1: If we attach a commercial tool (forget the name-it something like yourjdk... will share you as soon as I get) the jvm cra

Tomcat 6.x 32bit-- becomes non responsive state / crash/hang

2016-03-14 Thread Mahudeswaran A
ab, we are simulating this issue by running a load but still trying our level best but couldn't. Min heap=256MB; Max heap=512MB Thread count=150 Tomcat idle session timeout=30minutes In out load environment the thread count reduced to 30; Any insights on why the tomcat becomes non resp

question

2014-11-24 Thread Balderrama, Jose A CTR (US)
Can tomcat run php apps and static html pages well? Or should I run apache as well? Thanks, Joe smime.p7s Description: S/MIME cryptographic signature

RE: Using SSL with Tomcat

2014-06-30 Thread Jerome A. Wendell
-Original Message- From: Daniel Mikusa [mailto:dmik...@gopivotal.com] Sent: Monday, June 30, 2014 8:37 AM To: Tomcat Users List Subject: Re: Using SSL with Tomcat On Fri, Jun 27, 2014 at 4:52 PM, Jerome A. Wendell wrote: > From: Jerome A. Wendell [mailto:jawend...@suddenlink.

RE: Using SSL with Tomcat

2014-06-27 Thread Jerome A. Wendell
From: Jerome A. Wendell [mailto:jawend...@suddenlink.net] Sent: Friday, June 27, 2014 4:48 PM To: 'Tomcat Users List' Subject: RE: Using SSL with Tomcat From: Daniel Mikusa [mailto:dmik...@gopivotal.com] Sent: Friday, June 27, 2014 2:49 PM To: Tomcat Users List; jawend...@sudd

RE: Using SSL with Tomcat

2014-06-27 Thread Jerome A. Wendell
From: Daniel Mikusa [mailto:dmik...@gopivotal.com] Sent: Friday, June 27, 2014 2:49 PM To: Tomcat Users List; jawend...@suddenlink.net Subject: Re: Using SSL with Tomcat On Fri, Jun 27, 2014 at 11:48 AM, Jerome A. Wendell < <mailto:jawend...@suddenlink.net> jawend...@suddenlink.n

RE: Using SSL with Tomcat

2014-06-27 Thread Jerome A. Wendell
From: Daniel Mikusa [mailto:dmik...@gopivotal.com] Sent: Friday, June 27, 2014 2:49 PM To: Tomcat Users List; jawend...@suddenlink.net Subject: Re: Using SSL with Tomcat On Fri, Jun 27, 2014 at 11:48 AM, Jerome A. Wendell wrote: I am new to Tomcat, and just recently installed it as a

Using SSL with Tomcat

2014-06-27 Thread Jerome A. Wendell
I am new to Tomcat, and just recently installed it as a container to run GeoServer. Everything is running fine, but now I have been asked to setup GeoServer to run using SSL. An EV Certificate is already installed on the server. Based on the documentation the default port for running Tomcat

Re: Session replication configuration file question

2013-12-30 Thread Nir A
Hi Daniel, At last we managed to solve the replication issue. (not exactly a solution but a workaround) : the problem was: The multicast tried to broadcast to local ip written in the hosts file 127.0.1.1 We had to write the actual ip adress in the hosts file instead : 127.0.1.1 - Tomcat1 we

Session replication configuration file question

2013-12-29 Thread Nir A
Hi, If i want to create a cluster of 2 tomcats: Tomcat1 - ip 111.111.111.111 Tomcat2 - ip 222.222.222.222 Where exactly the in the server.xml i should say that my cluster contains both of these ips? If you will take alook at my server.xml (which i copy pasted from the tutorial) it looks like

Session replication does not work - Continued

2013-12-29 Thread Nir A
Hi, So we have 3 tomcats in our cluster and we are failing to make them replicate our sessions still. Our IT guy said it might has something to do with the machines of the tomcats. He said that since the machines the tomcats in the cluster are installed at are Virtual machines there might be a

  1   2   3   4   >