Re: Thread dumps using Apache Service manager!

2014-07-27 Thread Konstantin Kolinko
2014-07-25 14:31 GMT+04:00 : > Dear Team, > > Could you please let us know how to change the output file naming format > of thread dumps using Tomcat service manager in System Tray ? > How to capture thread dump in a new file rather than default file ? > > The default naming structure of the outpu

Re: 7.0.54 Startup Times - Going from 700 seconds to 39 seconds

2014-07-27 Thread Konstantin Kolinko
2014-07-19 21:26 GMT+04:00 George Sexton : > > On 7/18/2014 11:02 PM, Violeta Georgieva wrote: >> >> Hi, >> >> I suppose I'm trying to understand how the impact of this so dramatically >> outweighs my app's startup, which includes loading the jar, initializing a >> lot of classes, connecting to the

Re: css files served as application/x-pointplus

2014-07-27 Thread Konstantin Kolinko
2014-07-10 10:26 GMT+04:00 Sergio Fernández : > Hi Konstantin, > > > On 08/07/14 09:45, Konstantin Kolinko wrote: >> >> There is no "application/x-pointplus" string in the default >> conf/web.xml of Tomcat. So first you have to find where the string >> comes from. > > > Yeap, that's the problem, we

Re: Conditional logging

2014-07-27 Thread Konstantin Kolinko
2014-07-22 2:43 GMT+04:00 Dames, Kristopher J : > Can anyone point me to an example of conditional logging in Tomcat 6? Here is > what I have tried to no avail. I want requests that match /*/iaahb to not be > logged. > > In my server.xml: > > condition="DoNotLog" > directory="logs" >