RE: [EXTERNAL] Re: Windows Event Log

2019-04-12 Thread GERALD EICHELBERGER
Thanks for the response. Can the server logs be setup this way or it is just for application logs? Is there any place I can go to learn how to do this? Gerald -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Wednesday, March 27, 2019 10:31 AM To: users@tomcat.apac

Re: Session Persistence Problems -- Epilog

2019-04-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jerry, On 4/11/19 19:34, Jerry Malcolm wrote: > > On 4/11/2019 5:05 PM, Jerry Malcolm wrote: >> On 4/11/2019 4:22 PM, Christopher Schultz wrote: >>> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 >>> >>> Jerry, >>> >>> On 4/11/19 15:29, Jerry Ma

Re: Session Persistence Problems

2019-04-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jerry, On 4/11/19 18:05, Jerry Malcolm wrote: > On 4/11/2019 4:22 PM, Christopher Schultz wrote: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 >> >> Jerry, >> >> On 4/11/19 15:29, Jerry Malcolm wrote: >>> Alternatively, if I had a better unde

Re: Is there a problem with the digest?

2019-04-12 Thread Mark Thomas
On 12/04/2019 16:29, Mark Thomas wrote: > Which address did you use to subscribe to the digest list? It wasn't > this one... Ignore that. ezmlm cmd line error on my part. I see your digest subscription in the logs from this address. Hmmm. Let me go and dig into the mail logs... Mark > > Mark

Re: Is there a problem with the digest?

2019-04-12 Thread Mark Thomas
Which address did you use to subscribe to the digest list? It wasn't this one... Mark On 12/04/2019 15:43, Mark Thomas wrote: > On 12/04/2019 15:27, Richard Huntrods wrote: >> It's been four days since I've seen a 'users-dig...@tomcat.apache.org' >> email. I posted a question on April 9, and no

Re: Is there a problem with the digest?

2019-04-12 Thread Richard Huntrods
Why google? Actually I was continuing to research the problem I'd posted, and the digest archive showed up as the first two hits. :-) -R On 4/12/2019 7:34 AM, Konstantin Kolinko wrote: пт, 12 апр. 2019 г. в 17:27, Richard Huntrods : It's been four days since I've seen a 'users-dig...@tomcat.a

Re: Session Persistence Problems

2019-04-12 Thread Jerry Malcolm
Thanks, Luis.  I tried that.  And it indeed does store only one session cookie for the entire domain. But it does not change the fact that if you have two webapps in the same domain (contexts), you still have two different sessions and therefore two different session ids. You now just have one

Re: Is there a problem with the digest?

2019-04-12 Thread Mark Thomas
On 12/04/2019 15:27, Richard Huntrods wrote: > It's been four days since I've seen a 'users-dig...@tomcat.apache.org' > email. I posted a question on April 9, and no digest since (I subscribed > to the digest), yet I found a reply on the digest archive by searching > with Google. > > So again... i

Re: Is there a problem with the digest?

2019-04-12 Thread Konstantin Kolinko
пт, 12 апр. 2019 г. в 17:27, Richard Huntrods : > > It's been four days since I've seen a 'users-dig...@tomcat.apache.org' > email. I posted a question on April 9, and no digest since (I subscribed > to the digest), yet I found a reply on the digest archive by searching > with Google. Why Google?

Is there a problem with the digest?

2019-04-12 Thread Richard Huntrods
It's been four days since I've seen a 'users-dig...@tomcat.apache.org' email. I posted a question on April 9, and no digest since (I subscribed to the digest), yet I found a reply on the digest archive by searching with Google. So again... is there a problem with digest emails? I have no spam

Re: connectionInitSqls

2019-04-12 Thread John Dale
Are you using the "*" (splat/star/asterisk) characters below to highlight the configuration entry for our benefit? Are you sure you're putting the connectionInitSqls on the correct Resource element below (noticed you had two)? Try verifying the JNDI lookup in your code with the configuration belo

connectionInitSqls

2019-04-12 Thread Peter Tom
Hi all, I have third party application installed on Tomcat 8.5. The application uses DB Oracle connection (ojdbc7) and everything working fine. I would like to set session parameter on first db connect (alter session set NLS_NUMERIC_CHARACTERS = '.,') I added this (connectionInitSqls ="alter se

Re: Session Persistence Problems

2019-04-12 Thread Luis Rodríguez Fernández
Hello Jerry, Sure, you can always set the path of your cookies to "/" via the cookie-config element [1] in your web.xml descriptor: / Or via your context.xml [2] Hope it helps, Luis [1] https://javaee.github.io/servlet-spec/downloads/servlet-4.0/servlet