Re: HTTP 400 from tcp half-open health checks

2023-05-25 Thread Van Hoa Phan
Correct me if I am wrong, but isn't such logging necessary to detect syn flood attacks(expected behavior)? On Thu, May 25, 2023 at 7:29 PM Mark Thomas wrote: > On 25/05/2023 09:14, Paul Baines wrote: > > Hello! We upgraded a Windows Tomcat instance from 8.5.41 to 8.5.84. This > Tomcat instance i

Re: OT: Java Textbook?

2018-11-30 Thread Hoa Phan
I'd say Core Java.I read other books mentioned as well, they are good in their own ways. However Core Java was one with best structure and paints the best picture.  Sent from Yahoo Mail on Android On Sat, Dec 1, 2018 at 3:34, Jerry Malcolm wrote: Completely off-topic.  But I figure this

Re: Extra logging by unknown source logger

2017-06-11 Thread Hoa Phan
tomcat.util.scan.StandardJarScanner.level=SEVERE On Mon, Jun 12, 2017 at 6:14 AM, Violeta Georgieva wrote: > Hi, > > 2017-06-11 18:07 GMT+03:00 Hoa Phan : > > > > Hi I noticed when I set: > > > > org.apache.tomcat.util.scan.StandardJar

Extra logging by unknown source logger

2017-06-11 Thread Hoa Phan
common/lib/p6psy.jar (No such file or directory) Anyone know where this comes from? How can I configure it? Thanks. Hoa Phan.

how do I know the exact commit for a particular version of tomcat?

2017-03-16 Thread Hoa Phan
I have been using the https://tomcat.apache.org/tomcat-8.0-doc/changelog.html and try to check out the revision with same message as latest change log of a particular version. Though it wasn't really get me the matching binary. Or can I find the commit hash in any file in the zip ? Thanks Regard

Re: How do I set the logger org.apache.tomcat.util.scan.StandardJarScanner's level to WARN

2017-03-09 Thread Hoa Phan
org.apache.catalina.session.ManagerBase.level = SEVERE org.apache.tomcat.util.scan.StandardJarScanner.level = SEVERE Still I couldn't get rid of the WARN for FNFException On Fri, Mar 10, 2017 at 11:31 AM, Hoa Phan wrote: > Unfortunately it's still the same. > When I tried to deb

Re: How do I set the logger org.apache.tomcat.util.scan.StandardJarScanner's level to WARN

2017-03-09 Thread Hoa Phan
Unfortunately it's still the same. When I tried to debug it the logger tomcat is using is DirectJDKLog Is org.apache.tomcat.util.scan.StandardJarScanner.level=SEVERE the right way to turn off WARNING logging ​? On Fri, Mar 10, 2017 at 10:34 AM, Hoa Phan wrote: > Ouch!! My bad... sor

Re: What is the correct way to use scanManifest

2017-03-09 Thread Hoa Phan
ar 10, 2017 at 10:33 AM, Mark Thomas wrote: > On 09/03/17 21:38, Hoa Phan wrote: > > I'll try that and see how it goes, thanks Mark. Btw, when I was > debugging I > > couldn't find where this method get called at all: > > public void setScanManifest(boolean scanMa

Re: How do I set the logger org.apache.tomcat.util.scan.StandardJarScanner's level to WARN

2017-03-09 Thread Hoa Phan
Ouch!! My bad... sorry Chris. On Fri, Mar 10, 2017 at 10:31 AM, calder wrote: > On Thu, Mar 9, 2017 at 9:48 PM, Hoa Phan wrote: > > Hi Chris, > > > > I tried: > > > > org.apache.tomcat.util.scan.StandardJarScanner.level=SERVER

Re: How do I set the logger org.apache.tomcat.util.scan.StandardJarScanner's level to WARN

2017-03-09 Thread Hoa Phan
ither :(, StandardJarScanner still prints WARN msgs... Any idea? Thanks. Hoa. On Fri, Mar 10, 2017 at 4:26 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Hoa, > > On 3/9/17 11:58 AM, Hoa

Re: What is the correct way to use scanManifest

2017-03-09 Thread Hoa Phan
anManifest = true; And the StandardJarScanner always been constructed like: jarScanner = new StandardJarScanner(); How would scanManifest ever be set to false... Regards, Hoa Phan. On Fri, Mar 10, 2017 at 6:44 AM, Mark Thomas wrote: > On 09/03/17 13:15, Hoa Phan wrote: > >

How do I set the logger org.apache.tomcat.util.scan.StandardJarScanner's level to WARN

2017-03-09 Thread Hoa Phan
I have tried: org.apache.tomcat.util.scan.StandardJarScanner.level = SERVERE //in the logging.properties -Dorg.apache.tomcat.util.scan.StandardJarScanner=SERVERE //on startup org.apache.tomcat.util.scan.StandardJarScanner=SERVER //as sysprops None of them works... That logger is still WARN ena

What is the correct way to use scanManifest

2017-03-09 Thread Hoa Phan
artup: ​ Must I put this in the context.xml of the webapp itself. I deploy the webapp via a war file and have no control over the war content until tomcat deploys it which is too late... Is there any other way for me to turn this off using global config of tomcat. Thanks much. Regards, Hoa Phan