RE: Issue with catalina.out not being generated (RHEL 7.9, tomcat 9.0.63)

2022-08-11 Thread Hiran CHAUDHURI
CONFIDENTIAL & RESTRICTED AFAIK catalina.out is just written by redirecting Tomcat's stdout to that file. So if you run Tomcat from any kind of wrapper such as jsvc, what is this going to do to Tomcat's stdout? See 'Considerations for production usage' on this page:

RE: Simple SSL question

2022-08-11 Thread jonmcalexander
Thank you! Dream * Excel * Explore * Inspire Jon McAlexander Senior Infrastructure Engineer Asst. Vice President He/His Middleware Product Engineering Enterprise CIO | EAS | Middleware | Infrastructure Solutions 8080 Cobblestone Rd | Urbandale, IA 50322 MAC: F4469-010 Tel 515-988-2508 | Cell

Re: Simple SSL question

2022-08-11 Thread Mark Thomas
On 11/08/2022 22:00, Peter Kreuser wrote: What would be useful would be one sample how to transfer a simple "old" config to SSLHostConfig. That would take away the fear to get going. In another thread I said, that it may be a lot of work to migrate a lot of tomcat instances. But I guess

Re: Simple SSL question

2022-08-11 Thread logo
Jon, I extracted a part of my test-server.xml. This for the JSSE Implementation. If you have separate crt and key files in pem-format the Certificate-section looks like this: We could start from there - I have no "old style" config to match

RE: Simple SSL question

2022-08-11 Thread jonmcalexander
Peter, Yes, that WOULD be a good thing. That and some examples of implementing the new COOL stuff like configure TLS virtual hosting with SNI, would be very helpful. Dream * Excel * Explore * Inspire Jon McAlexander Senior Infrastructure Engineer Asst. Vice President He/His Middleware

Re: Simple SSL question

2022-08-11 Thread Peter Kreuser
Jon and Chris, > Am 11.08.2022 um 19:33 schrieb Christopher Schultz > : > > Jon, > >> On 8/11/22 12:53, jonmcalexan...@wellsfargo.com.INVALID wrote: >> I was just wondering if there was a vanity name for the "new" structure is >> all, to differentiate in documentation. > > *shrug* > >

Re: Issue with catalina.out not being generated (RHEL 7.9, tomcat 9.0.63)

2022-08-11 Thread Paul Chauvet
Hi Noelette, Definitely not a dumb question. Trust me - I've missed obvious things before. In this case though - Tomcat is definitely starting fine via systemd and has been running without issue (through various upgrades from 8.5.x and through 9.0.x versions, though I still need to upgrade

Re: Issue with catalina.out not being generated (RHEL 7.9, tomcat 9.0.63)

2022-08-11 Thread Noelette Stout
dumb question time -- Is tomcat actually starting up all the way when you run with systemd? One of the things that I ran into with tomcat and systemd was that the default service start timeout was not enough time for tomcat to start. Also, I'm not starting tomcat by calling jsvc directly; I'm

Re: Issue with catalina.out not being generated (RHEL 7.9, tomcat 9.0.63)

2022-08-11 Thread Paul Chauvet
Hi Chris, I honestly don't care if they are in catalina.out, /var/log/messages, or a file named 'awesomestuff.log' - I just know that things are MISSING. Let me be more specific - sorry if I'm not being clear here! Normal operation (running via systemd) - I get Tomcat startup/shutdown, and

Re: Issue with catalina.out not being generated (RHEL 7.9, tomcat 9.0.63)

2022-08-11 Thread Christopher Schultz
Paul, On 8/11/22 13:03, Paul Chauvet wrote: Hi Noelette, Thanks for the reponse! It logs to catalina--MM-DD.log, localhost.YY-MM-DD.log, localhost_access_log.-MM-DD.txt - but it doesn't use catalina.out. When I temporarily started Tomcat via startup.sh it did create catalina.out

Re: Simple SSL question

2022-08-11 Thread Christopher Schultz
Jon, On 8/11/22 12:53, jonmcalexan...@wellsfargo.com.INVALID wrote: I was just wondering if there was a vanity name for the "new" structure is all, to differentiate in documentation. *shrug* "New"? That kind of loses its lustre after a while. Today, that's just "the way you do it". So the

Re: Tomcat 8 releases - where to get correct key

2022-08-11 Thread Christopher Schultz
Petr, Please don't email committers directly. I'm replying to the Tomcat users' mailing list with my response, as it's useful information for everyone. On 8/11/22 09:23, Petr Sumbera wrote: I have a problem where to get correct key for previous version. Can you please advice where to get

Re: Issue with catalina.out not being generated (RHEL 7.9, tomcat 9.0.63)

2022-08-11 Thread Paul Chauvet
Hi Noelette, Thanks for the reponse! It logs to catalina--MM-DD.log, localhost.YY-MM-DD.log, localhost_access_log.-MM-DD.txt - but it doesn't use catalina.out. When I temporarily started Tomcat via startup.sh it did create catalina.out (and start logging the things that it wasn't

RE: Simple SSL question

2022-08-11 Thread jonmcalexander
Thanks Chris, I was just wondering if there was a vanity name for the "new" structure is all, to differentiate in documentation. Thanks, Dream * Excel * Explore * Inspire Jon McAlexander Senior Infrastructure Engineer Asst. Vice President He/His Middleware Product Engineering Enterprise CIO |

Re: Issue with catalina.out not being generated (RHEL 7.9, tomcat 9.0.63)

2022-08-11 Thread Noelette Stout
We use systemd with jsvc and our tomcat instances write to $CATALINA_BASE/logs by default. On Thu, Aug 11, 2022 at 10:10 AM Paul Chauvet wrote: > Hello all, > > I haven't been able to figure this out - but a catalina.out file is not > being generated for me. Sadly - I'm trying to troubleshoot

Re: Issue with catalina.out not being generated (RHEL 7.9, tomcat 9.0.63)

2022-08-11 Thread Christopher Schultz
Paul, On 8/11/22 12:09, Paul Chauvet wrote: Hello all, I haven't been able to figure this out - but a catalina.out file is not being generated for me. Sadly - I'm trying to troubleshoot an issue (with a vendor's saml implementation) which wants to write to that file (and doesn't seem to be

Re: .deb file to Tomcat 9.0.33

2022-08-11 Thread Christopher Schultz
Rhea, On 8/11/22 11:47, Rhea Moubarak wrote: Where can i find the .deb file to tomcat 9.0.33? Probably in a Debian repository? Or Ubuntu? The Apache Tomcat project doesn't formally deal with package-manager-specific artifacts such as .deb files, though there are members of this community

Re: Simple SSL question

2022-08-11 Thread Christopher Schultz
Jon, On 8/11/22 11:22, jonmcalexan...@wellsfargo.com.INVALID wrote: Is there a "name" for the new connector style? The old is known as the Coyote Connector. Coyote is just the name of the connector itself, for whatever reason. Both the new and old-style configuration is using the same

Issue with catalina.out not being generated (RHEL 7.9, tomcat 9.0.63)

2022-08-11 Thread Paul Chauvet
Hello all, I haven't been able to figure this out - but a catalina.out file is not being generated for me. Sadly - I'm trying to troubleshoot an issue (with a vendor's saml implementation) which wants to write to that file (and doesn't seem to be writing what I need to

.deb file to Tomcat 9.0.33

2022-08-11 Thread Rhea Moubarak
Hi, Where can i find the .deb file to tomcat 9.0.33? Thank you in advance. Regards, Rhea - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: Simple SSL question

2022-08-11 Thread jonmcalexander
Is there a "name" for the new connector style? The old is known as the Coyote Connector. Thanks again! Dream * Excel * Explore * Inspire Jon McAlexander Senior Infrastructure Engineer Asst. Vice President He/His Middleware Product Engineering Enterprise CIO | EAS | Middleware | Infrastructure