Re: security headers

2017-11-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Alejandro, On 11/1/17 3:37 PM, Alejandro Vargas M. wrote: > Hello, > > I recently used on web.xml > > httpHeaderSecurity > org.apache.catalina.filters.HttpHeaderSecurityFilter > > true > > httpHeaderSecurity > /* > > to enable some

security headers

2017-11-01 Thread Alejandro Vargas M.
Hello,     I recently used on web.xml        httpHeaderSecurity org.apache.catalina.filters.HttpHeaderSecurityFilter     true                 httpHeaderSecurity         /*     to enable some security headers, but it won't enable Content Security Policy header. Is there anyway

Re: Beginner help setting up test vertical cluster

2017-11-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Keiichi, On 11/1/17 3:28 AM, Keiichi Fujino wrote: > Hi Dave. > > Your Interceptor settings are as follows. > > >> > className="org.apache.catalina.tribes.group. >> interceptors.TcpFailureDetector"> >

Re: apr

2017-11-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chris, On 10/31/17 12:18 PM, Cheltenham, Chris wrote: > I will need some help here. > > How do I generate a stack trace? If you are getting an exception in the log file, I'd expect a stack trace to accompany it. Something that looks like this:

Re: configuring jarscanner in 8.5 to ignore entire directory

2017-11-01 Thread Ray Holme
Andre: cute! As for jar scanning, I have been playing with that. I don't think you need full pathnames in the pattern (perhaps in the context file, but not in the properties file), but not sure. I did two things and am very pleased with the result.  a) in conf/context.xml:    b) in

Re: Logging framework !

2017-11-01 Thread Konstantin Kolinko
2017-11-01 8:17 GMT+03:00 Utkarsh Dave : > Hi All, > > I am using Tomcat 7.0.81 on centos 7.2 and using openjdk 1.7.0.141. > The problem I am seeing recently is manager*.log and localhost*.log files > are not created. Instead, I see the messages that were to be written

Re: Is there any way to make a little delay or sequencing of the requests coming to tomcat.

2017-11-01 Thread Rainer Jung
Am 01.11.2017 um 10:53 schrieb Olaf Kock: On 01.11.2017 06:00, Chaitanya Sabbineni wrote: I had a application where multiple requests are coming at same time because of which 1 request is overridden by other.Is so can Any one let me know if there is a way to achieve this. Tomcat easily

Re: Is there any way to make a little delay or sequencing of the requests coming to tomcat.

2017-11-01 Thread Olaf Kock
On 01.11.2017 06:00, Chaitanya Sabbineni wrote: I had a application where multiple requests are coming at same time because of which 1 request is overridden by other.Is so can Any one let me know if there is a way to achieve this. Tomcat easily handles simultaneous requests - it rather looks

Re: Is there any way to make a little delay or sequencing of the requests coming to tomcat.

2017-11-01 Thread Rainer Jung
Am 01.11.2017 um 06:00 schrieb Chaitanya Sabbineni: I had a application where multiple requests are coming at same time because of which 1 request is overridden by other.Is so can Any one let me know if there is a way to achieve this. Maybe this:

Re: Cannot start TomCat on Windows10

2017-11-01 Thread Olaf Kock
On 01.11.2017 05:21, wrote: Hello, ?0?2 ?0?2 ?0?2 I've been using eclipse neon to run a j2ee project on Tomcat Server, but I can't start the Tomcat, and I google the errors but no solutions to it. And I've set the environment variables. Please help me, thank you. The attache is error

Re: Logging framework !

2017-11-01 Thread tomcat
On 01.11.2017 06:17, Utkarsh Dave wrote: Hi All, I am using Tomcat 7.0.81 on centos 7.2 and using openjdk 1.7.0.141. The problem I am seeing recently is manager*.log and localhost*.log files are not created. Instead, I see the messages that were to be written into, manager.log are going into

Re: Beginner help setting up test vertical cluster

2017-11-01 Thread Keiichi Fujino
Hi Dave. Your Interceptor settings are as follows. > > > > >uniqueId="{0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15}"> >className="org.apache.catalina.tribes.membership.StaticMember" > domain="clustertest"