Stderr and Stdout Log Rotation on Tomcat 6.0 on Windows

2014-08-20 Thread Kristof Can Bilen
Hello all, I’m running a Tomcat service on Windows and I’m having some minor issues with the logging mechanism. I've been researching for weeks now, read every FAQ, user forum and article but no one seems to have any clue on this. I use 64-bit Tomcat 6.0.39 as a Windows service on Windows 2008

Re: Stderr and Stdout Log Rotation on Tomcat 6.0 on Windows

2014-08-20 Thread Björn Raupach
Hi Kristof, tell your developer to use a logging framework instead of System.out You can't get rid of stoud and stderr log files, but they should be empty - most of the time. cheers, Björn On 20 Aug 2014, at 13:51 , Kristof Can Bilen cankris...@yahoo.com.INVALID wrote: Hello all, I’m

RE: Tomcat 8.0.9 native library not found

2014-08-20 Thread Neil Aggarwal
Mark: CATALINA_OPTS=-Djava.library.path=/usr/local/apr/lib I already have this in my startup script: CATALINA_OPTS=-Djava.library.path=/usr/local/apr/lib -Djava.awt.headless=true -Xmx2048m And the log has this: INFO: The APR based Apache Tomcat Native library which allows optimal

JSSE or APR

2014-08-20 Thread John McLean
I'm reading through the following guide: http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html#Installing_a_Certificate_from_a_Certificate_Authority and i'm bit confused about whether I should be using (am using) JSSE or APR, this has implications for how I adjust the tomcat config file. I

Re: Tomcat 8.0.9 native library not found

2014-08-20 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 8/20/2014 8:35 AM, Neil Aggarwal wrote: Mark: CATALINA_OPTS=-Djava.library.path=/usr/local/apr/lib I already have this in my startup script: CATALINA_OPTS=-Djava.library.path=/usr/local/apr/lib -Djava.awt.headless=true -Xmx2048m And

Re: JSSE or APR

2014-08-20 Thread Sanaullah
you can verify this in your connector configuration and also in the logs. Here are the connector attributes. org.apache.coyote.http11.Http11Protocol - blocking Java connector org.apache.coyote.http11.Http11NioProtocol - non blocking Java connector org.apache.coyote.http11.Http11AprProtocol - the

Re: question on different version of tomcat running on the same pc

2014-08-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 8/19/14, 7:06 PM, André Warnier wrote: Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Shawn, On 8/19/14, 2:31 PM, NEW IT wrote: So you meant after I fired up the Tomcat 7 then change the environment

Re: Stderr and Stdout Log Rotation on Tomcat 6.0 on Windows

2014-08-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Kristof, On 8/20/14, 7:51 AM, Kristof Can Bilen wrote: Hello all, I’m running a Tomcat service on Windows and I’m having some minor issues with the logging mechanism. I've been researching for weeks now, read every FAQ, user forum and article

Re: tomcat jdbc pool, creating a pool of pools, single connection memory footprint

2014-08-20 Thread S Ahmed
2 years later ... OK this sounds like the best approach as it lets you scale things out as you grow and actually need more servers (then you just have to manage which database to switch too). The cons of this approach is that most ORM's don't support this. On Fri, Jun 1, 2012 at 2:37 PM,

RE: Tomcat 8.0.9 native library not found

2014-08-20 Thread Neil Aggarwal
Mark: About the only difference I see is that the configure command is different I tried deleting the tcnative files in /usr/local/apr/lib and the tomcat native source directory. I untarred it again and ran these commands: ./configure --with-apr=/usr