Re: Unexpected Cache-Control Header Transmission in Dual-Server API Setup

2023-06-30 Thread Uday Kumar
Okay Thanks  On Sat, Jul 1, 2023, 00:42 Christopher Schultz wrote: > Uday, > > On 6/30/23 06:57, Uday Kumar wrote: > > *Hello,* > > > > *Observations:* > > *1. Issue not replicated through integrated tomcat of Spring-boot when > the > > application was started in IntelliJ IDE* > > *2. Issue

RE: [mod_jk] Is it possible to set the value of a specific attribute via HTTP?

2023-06-30 Thread jonmcalexander
Hi Chris and Rainer, Just want to add my .02 worth. Having the ability to "Drain" hosts in a Proxy configuration would be an awesome boon so you could gracefully take down a "node" for maintenance, or even just a restart. Then be able to put it back in action afterwards. :-) Of course, only in

Re: Tomcat Deployment scripts

2023-06-30 Thread Mark Eggers
Late to the party, as always. Anyway, I'll write up in general how we manage things. It's not ideal, but it seems to answer most everyone's questions. See at the end of this message. On 6/30/2023 12:13 PM, Christopher Schultz wrote: Alan, On 6/30/23 06:35, Alan F wrote: This is great

Re: Get Client Certificate Information

2023-06-30 Thread Christopher Schultz
Cris, On 6/29/23 08:34, Berneburg, Cris J. - US wrote: Hi Timothy Sorry, I'm a little late to the party for a reply. On an older project, when pulling cert info (using javax), we grabbed it from the session, not the request, even though the attribute name says "request". HttpSession session

Re: [mod_jk] Is it possible to set the value of a specific attribute via HTTP?

2023-06-30 Thread Christopher Schultz
Rainer, On 6/29/23 17:06, Rainer Jung wrote: Hi Chris, Am 29.06.23 um 15:00 schrieb Christopher Schultz: All, I've been using mod_jk forever and have some tools[1][2] to check on the status of a worker and change its state using the status worker. One of the samples I check is the

Re: View Differences for Tomcat Configuration file versions

2023-06-30 Thread Christopher Schultz
Nadine, On 6/29/23 12:38, Nadine Young wrote: From the following page, the View Differences button nolonger lists the differences in versions of the Configuration file selected.  tomcat.apache.org/migration-9.html#Upgrading_9.0.x Is there another way to easily view the differences?

Re: Tomcat Deployment scripts

2023-06-30 Thread Christopher Schultz
Alan, On 6/30/23 06:35, Alan F wrote: This is great thankyou Thomas. Just wondering how secure this is, prefer to be able to deploy with a non 'admin' account does this support a deploy only profile there? So... you are concerned about security but would like a non-admin account to be able to

Re: Unexpected Cache-Control Header Transmission in Dual-Server API Setup

2023-06-30 Thread Christopher Schultz
Uday, On 6/30/23 06:57, Uday Kumar wrote: *Hello,* *Observations:* *1. Issue not replicated through integrated tomcat of Spring-boot when the application was started in IntelliJ IDE* *2. Issue was replicated by installing Tomcat 9 on my local machine and building the corresponding war file.*

AW: Tomcat Deployment scripts

2023-06-30 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello Alan, > -Ursprüngliche Nachricht- > Von: Alan F > Gesendet: Freitag, 30. Juni 2023 12:35 > An: Tomcat Users List > Betreff: RE: Tomcat Deployment scripts > > This is great thankyou Thomas. Just wondering how secure this is, prefer to > be able to deploy with a non 'admin' account

Re: Unexpected Cache-Control Header Transmission in Dual-Server API Setup

2023-06-30 Thread Uday Kumar
*Hello,* *Observations:* *1. Issue not replicated through integrated tomcat of Spring-boot when the application was started in IntelliJ IDE* *2. Issue was replicated by installing Tomcat 9 on my local machine and building the corresponding war file.* *In both the above cases, I use the same code

RE: Tomcat Deployment scripts

2023-06-30 Thread Alan F
This is great thankyou Thomas. Just wondering how secure this is, prefer to be able to deploy with a non 'admin' account does this support a deploy only profile there? -Original Message- From: Thomas Hoffmann (Speed4Trade GmbH) Sent: 29 June 2023 09:08 To: Tomcat Users List