RE: Antwort: Tomcat 7: Access Valve pattern cipher, SSL Protocol

2020-01-16 Thread Palod, Manish
Hi Mark, Peter, Adding "%{javax.servlet.request.cipher_suite}r %{org.apache.tomcat.util.net.secure_protocol_version}r" into Access Valve generated the intended logs. Thank you for the advice. Regards Manish -Original Message- From: Mark Thomas Sent: Thursday, January 16, 2020 10:24

Re: Tomcat9, JSP, CSS and JS not loading in Firefox

2020-01-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Léa, On 1/16/20 9:33 AM, Lmhelp1 wrote: > Hello, > > Thank you for your answers. > > I changed /* to > *.jsp I also un-commented the line: > servletResponse.setContentType("text/html; charset=" + > Finals.S_CHARSET); > > It looks like the

Re: Antwort: Tomcat9, JSP, CSS and JS not loading in Firefox

2020-01-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Léa, On 1/16/20 4:36 AM, Lmhelp1 wrote: > Hello, > > Thank you for your answer. Indeed, I have such a filter: > > In "web.xml": > -- - -- > > EncodingFilter >

Re: Tomcat Digest Algorithm question

2020-01-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jon, On 1/15/20 4:55 PM, jonmcalexan...@wellsfargo.com.INVALID wrote: > -Original Message- From: Mark Thomas > Sent: Wednesday, January 15, 2020 3:42 PM To: > users@tomcat.apache.org Subject: Re: Tomcat Digest Algorithm > question > > On

Re: Antwort: Tomcat 7: Access Valve pattern cipher, SSL Protocol

2020-01-16 Thread Mark Thomas
On 16/01/2020 15:02, Peter Köhler wrote: > Hi Palod, > > i think you can do it with: > > JAVA_OPTS="$JAVA_OPTS -Djavax.net.debug=ssl,handshake" That won't do what the OP asked. These should work: %{javax.servlet.request.cipher_suite}r %{org.apache.tomcat.util.net.secure_protocol_version}r

Re: Tomcat session clustering : one node is NOT replicating sessions

2020-01-16 Thread Bertrand BARRET
hello Mark thanks for the tip. Now it works, surprisingly. I configured IP address instead of hostname (using static member)... and now it is OK. Thanks Le jeu. 16 janv. 2020 à 12:00, Mark Thomas a écrit : > > On 16/01/2020 08:11, Bertrand BARRET wrote: > > Hello, > > > > I am setting up a

Antwort: Tomcat 7: Access Valve pattern cipher, SSL Protocol

2020-01-16 Thread Peter Köhler
Hi Palod, i think you can do it with: JAVA_OPTS="$JAVA_OPTS -Djavax.net.debug=ssl,handshake" Regards peter Von:"Palod, Manish" An: "users@tomcat.apache.org" Datum: 16.01.2020 15:58 Betreff:Tomcat 7: Access Valve pattern cipher, SSL Protocol Hi All, I am using

Tomcat 7: Access Valve pattern cipher, SSL Protocol

2020-01-16 Thread Palod, Manish
Hi All, I am using tomcat 7 and for audit purpose, want to see cipher and SSL protocol used in the request. How should I mention these attributes in the Access Valve pattern to get these info in the logs. Regards Manish

Re: Tomcat9, JSP, CSS and JS not loading in Firefox

2020-01-16 Thread Lmhelp1
Hello, Thank you for your answers. I changed /* to *.jsp I also un-commented the line: servletResponse.setContentType("text/html; charset=" + Finals.S_CHARSET); It looks like the problem is solved. > André Warnier wrote: > As another way of avoiding that problem, you may also want to change

Re: Tomcat session clustering : one node is NOT replicating sessions

2020-01-16 Thread Mark Thomas
On 16/01/2020 08:11, Bertrand BARRET wrote: > Hello, > > I am setting up a tomcat cluster (only two nodes on separate servers) > for load-balancing and sessions replication purpose. > > The session replication is working fine from node1 to node2 (i can see > the primary session on node1 and the

Re: Antwort: Tomcat9, JSP, CSS and JS not loading in Firefox

2020-01-16 Thread tomcat/perl
On 16.01.2020 10:36, Lmhelp1 wrote: Hello, Thank you for your answer. Indeed, I have such a filter: In "web.xml":       EncodingFilter com.[...].EncodingFilter     requestEncoding   UTF-8      

Re: Antwort: Tomcat9, JSP, CSS and JS not loading in Firefox

2020-01-16 Thread tomcat/perl
On 16.01.2020 10:36, Lmhelp1 wrote: Hello, Thank you for your answer. Indeed, I have such a filter: In "web.xml":

Re: Antwort: Tomcat9, JSP, CSS and JS not loading in Firefox

2020-01-16 Thread Lmhelp1
Hello, Thank you for your answer. Indeed, I have such a filter: In "web.xml":       EncodingFilter com.[...].EncodingFilter     requestEncoding   UTF-8             EncodingFilter     /*  

Tomcat session clustering : one node is NOT replicating sessions

2020-01-16 Thread Bertrand BARRET
Hello, I am setting up a tomcat cluster (only two nodes on separate servers) for load-balancing and sessions replication purpose. The session replication is working fine from node1 to node2 (i can see the primary session on node1 and the backup session on node2). But when the load balancer