Tomcat 8.5.19 corrupts static text files encoded with UTF-8

2017-07-28 Thread Konstantin Preißer
Hi all, after quite a while I'm reporting back here, because I faced a problem after updating to Tomcat 8.5.19: Suddenly, static text files (.txt, .js etc.) encoded with UTF-8 (without BOM) are getting corrupted when they are served to the browser. This didn't happen with Tomcat 8.5.16. To rep

Re: Documentation for production version of tomcat 8.5

2017-07-28 Thread Hassan Khan
Hi, Any body has any inputs, they are appreciated. Want to be sure these changes are safe for a production system. Thanks Hassan On Wed, Jul 26, 2017 at 5:30 PM, Hassan Khan wrote: > hi Chris, > > after searching the web, below are the changes we did and saw actual > improvement in performan

Re: Tomcat 9 won't start according to Eclipse

2017-07-28 Thread Roparzh Hemon
On Fri, Jul 28, 2017 at 6:18 PM, Konstantin Kolinko wrote: > > Eclipse by default places element for web application into > Tomcat's server.xml file. > This is a discouraged practice. A result of such configuration is that > when the application fails to start (due to its own misconfiguration) >

Re: Tomcat 9 won't start according to Eclipse

2017-07-28 Thread Roparzh Hemon
On Fri, Jul 28, 2017 at 6:29 PM, André Warnier (tomcat) wrote: > On 28.07.2017 18:18, Konstantin Kolinko wrote: >> >> Caused by: java.lang.IllegalArgumentException: L'association de >>> >>> servlet (servlet mapping) indique un nom de servlet inconnu [Taste] > > > This seems to be the underlying pr

Re: Web application jars gets re loaded causing permgen issue !

2017-07-28 Thread Suvendu Sekhar Mondal
Utkarsh, On Jul 28, 2017 2:10 PM, "Utkarsh Dave" wrote: Hi Users, I am running Tomcat 7.0.77 on a linux server with openJDK 1.7.0.131 I am working on an issue where within 2-3 days Tomcat goes out of memory because of java.lang.OutOfMemoryError: PermGen space . After monitoring permgen via jcon

Re: Tomcat 9 won't start according to Eclipse

2017-07-28 Thread tomcat
On 28.07.2017 18:18, Konstantin Kolinko wrote: Caused by: java.lang.IllegalArgumentException: L'association de servlet (servlet mapping) indique un nom de servlet inconnu [Taste] This seems to be the underlying problem. There is a element associating some URL pattern (?) with a "Taste", but

Re: Tomcat 9 won't start according to Eclipse

2017-07-28 Thread Konstantin Kolinko
2017-07-28 18:53 GMT+03:00 Roparzh Hemon : > On Fri, Jul 28, 2017 at 5:13 PM, Mark Eggers > wrote: > >> My initial guess is that you have Tomcat running as a service left over >> from your previous attempts and that it is bound to port 8080 already. > > That seems likely indeed, but 1) Eclipse s

Re: Tomcat 9 won't start according to Eclipse

2017-07-28 Thread Roparzh Hemon
On Fri, Jul 28, 2017 at 5:13 PM, Mark Eggers wrote: > My initial guess is that you have Tomcat running as a service left over > from your previous attempts and that it is bound to port 8080 already. That seems likely indeed, but 1) Eclipse says it is stopped before launching it and 2) when I d

Re: Tomcat 9 won't start according to Eclipse

2017-07-28 Thread Mark Eggers
Roparzh, On 7/28/2017 12:37 AM, Roparzh Hemon wrote: > On Thu, Jul 27, 2017 at 5:35 PM, Mark Eggers > wrote: > >> Images are stripped. Please type out the text. > > Sorry about that, the full error message said > > 'Starting Tomcat v9.0 Server at localhost (2)' has encountered a > problem Ser

Re: Tomcat 8 slow shutdown on Windows 10

2017-07-28 Thread Mark Thomas
On 28/07/2017 06:53, Lazar Kirchev wrote: > Hello, > > I am observing slow shutdown of Tomcat 8 on Windows 10 - some 9 - 11 > seconds. I observed this first with Tomcat 8.5.16, but then checked it on > older versions and I found the same from 8.5.11 onward. Before that it > stops for less than a s

Web application jars gets re loaded causing permgen issue !

2017-07-28 Thread Utkarsh Dave
Hi Users, I am running Tomcat 7.0.77 on a linux server with openJDK 1.7.0.131 I am working on an issue where within 2-3 days Tomcat goes out of memory because of java.lang.OutOfMemoryError: PermGen space . After monitoring permgen via jconsole and checking catalina logs we noticed the information

Re: Tomcat 9 won't start according to Eclipse

2017-07-28 Thread Roparzh Hemon
On Thu, Jul 27, 2017 at 5:35 PM, Mark Eggers wrote: > Images are stripped. Please type out the text. Sorry about that, the full error message said 'Starting Tomcat v9.0 Server at localhost (2)' has encountered a problem Server Tomcat v9.0 Server at localhost (2) failed to start. Thanks for all