Re: Does Tomcat server printout System.out.print infor?

2019-05-11 Thread Karen Goh
On Sun, 5/12/19, Jason Wee wrote: Subject: Re: Does Tomcat server printout System.out.print infor? To: "Tomcat Users List" , "Karen Goh" Date: Sunday, May 12, 2019, 10:52 AM default tomcat , when you print, logging should goes to

ServletContext#setRequestCharacterEncoding does not have an effect on HttpServletRequest#getReader

2019-05-11 Thread Tomoki Sato
Hello, The reader that HttpServletRequest#getReader returns seems to decode characters not using the character encoding set by ServletContext#setRequestCharacterEncoding(since Servlet 4.0). My questions are: 1. Is this behavior intentional(e.g. for backward compatibility)? 2. If this behavior is

Re: Does Tomcat server printout System.out.print infor?

2019-05-11 Thread Jason Wee
default tomcat , when you print, logging should goes to catalina.out. In any case, check logging.properties in tomcat directory on where the logging configured. as for realm, it can be configure in the context element, which mean in the META-INF/context.xml, see

Does Tomcat server printout System.out.print infor?

2019-05-11 Thread Karen Goh
Hello experts, Currently, I am uploading a new .war file up to my hosting company. However, I am puzzled how things work and would like to check what is the norm out there. They are using httpd apache server and tomcat. Basically, I have subscribed a private Tomcat server so I get an

Re: Minor version upgrades

2019-05-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Peter and Dave, On 5/10/19 17:16, Peter Kreuser wrote: > > Dave > >> Am 10.05.2019 um 17:23 schrieb Dave Ford >> : >> >> Hello, >> >> We've running many instances of Tomcat 8.5 on some dozens of >> linux servers. All of this is being managed