Re: Tomcat 6.0.37 - catalina.out is not rotated

2015-05-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Radha, On 5/6/15 3:02 AM, Radha Krishna Meduri -X (radmedur - HCL TECHNOLOGIES LIMITED at Cisco) wrote: > We are using tomcat 6.0.37 on RED Hat Linux platform. All of sudden > what we observed is catalina.out.1 file is not rotated proper

Re: Tomcat 6.0.37 - catalina.out is not rotated

2015-05-06 Thread Mark Thomas
On 06/05/2015 08:02, Radha Krishna Meduri -X (radmedur - HCL TECHNOLOGIES LIMITED at Cisco) wrote: > Hi, > > > > We are using tomcat 6.0.37 on RED Hat Linux platform. All of sudden what > we observed is catalina.out.1 file is not rotated properly and grows > till 17

Tomcat 6.0.37 - catalina.out is not rotated

2015-05-06 Thread Radha Krishna Meduri -X (radmedur - HCL TECHNOLOGIES LIMITED at Cisco)
Hi, We are using tomcat 6.0.37 on RED Hat Linux platform. All of sudden what we observed is catalina.out.1 file is not rotated properly and grows till 170 GB. Please see following screenshot . Is there any rotation mechanism available for the log files? If yes, any known issue in this tomcat

Re: Tomcat 6.0.37 on As400 don't work more

2015-04-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Buon Giorno, On 4/23/15 10:06 AM, gio.cot wrote: > this morning (without in appearance have done nothing) I don't > succeed to run my applications Web installed on Tomcat on As400. > If I open the Tomcat console I see listed only the application

Re: Tomcat 6.0.37 on As400 don't work more

2015-04-23 Thread Konstantin Kolinko
2015-04-23 17:06 GMT+03:00 gio.cot : > Hi > > this morning (without in appearance have done nothing) I don't succeed to > run my applications Web installed on Tomcat on As400. If I open the Tomcat > console I see listed only the applications / host-manager and > > / manager, all the me applica

Tomcat 6.0.37 on As400 don't work more

2015-04-23 Thread gio.cot
Hi this morning (without in appearance have done nothing) I don't succeed to run my applications Web installed on Tomcat on As400. If I open the Tomcat console I see listed only the applications / host-manager and / manager, all the me applications are not listed anymore. If I go with Wr

Re: 答复: Tomcat 6.0.37 EXCEPTION_ACCESS_VIOLATION Crash

2015-03-02 Thread Mark Thomas
-邮件原件- > 发件人: Mark Thomas [mailto:ma...@apache.org] > 发送时间: 星期一 2015年3月2日 17:20 > 收件人: Tomcat Users List > 主题: Re: Tomcat 6.0.37 EXCEPTION_ACCESS_VIOLATION Crash > > On 02/03/2015 07:47, Yuanxianhu (Tiger, Secospace) wrote: >> Dear: >> >> I use Tomca

答复: Tomcat 6.0.37 EXCEPTION_ACCESS_VIOLATION Crash

2015-03-02 Thread Yuanxianhu (Tiger, Secospace)
My friend, Can you give me the bug ID for JVM? Best Regards -邮件原件- 发件人: Mark Thomas [mailto:ma...@apache.org] 发送时间: 星期一 2015年3月2日 17:20 收件人: Tomcat Users List 主题: Re: Tomcat 6.0.37 EXCEPTION_ACCESS_VIOLATION Crash On 02/03/2015 07:47, Yuanxianhu (Tiger, Secospace) wrote

Re: Tomcat 6.0.37 EXCEPTION_ACCESS_VIOLATION Crash

2015-03-02 Thread Mark Thomas
On 02/03/2015 07:47, Yuanxianhu (Tiger, Secospace) wrote: > Dear: > > I use Tomcat NIO to deal with web request, but tomcat crashed > frequently because of NIO EXCEPTION_ACCESS_VIOLATION. Attachments are > crash logs. > > > > I need you help how to analyze this problem. We c

Re: Tomcat 6.0.37 - java.lang.NoClassDefFoundError: javax/servlet/ServletContainerInitializer

2014-09-27 Thread Prathyusha
Thanks. Does that mean I am using a servlet-API jar that's based on 3.0? Which version of servlet-API.jar should be used? I think I was using 2.4 version unless there is another version in the tomcat libs folder. I am using tomcat 6.0.37. > On Sep 26, 2014, at 5:05 PM, Mark Thoma

Re: Tomcat 6.0.37 - java.lang.NoClassDefFoundError: javax/servlet/ServletContainerInitializer

2014-09-26 Thread Mark Thomas
On 26/09/2014 21:11, Prathyusha Kanala wrote: > Hi > I have been using Atmosphere for a web application running on tomcat 7. I > now have to downgrade to Tomcat 6 due to dependency on other applications. > Here is my dependency list. > In order to be compatible with tomcat 6, i changed the dynam

Tomcat 6.0.37 - java.lang.NoClassDefFoundError: javax/servlet/ServletContainerInitializer

2014-09-26 Thread Prathyusha Kanala
Hi I have been using Atmosphere for a web application running on tomcat 7. I now have to downgrade to Tomcat 6 due to dependency on other applications. Here is my dependency list. http://maven.apache.org/POM/4.0.0"; xmlns:xsi=" >> http://www.w3.org/2001/XMLSchema-instance"; > > xsi:schemaLocation=

Re: Restrict incoming connections per Application Tomcat 6.0.37

2013-12-16 Thread ANALIA DE PEDRO SANTAMARIA
Gracias Martin, probaré si lo que me dices me sirve. Thank you very much André, now I have understood the problem much better. Thank you for your explanation. Analía. 2013/12/16 André Warnier > ANALIA DE PEDRO SANTAMARIA wrote: > >> I'm going to try to explain myself better. >> > > I believe

Re: Restrict incoming connections per Application Tomcat 6.0.37

2013-12-16 Thread André Warnier
ANALIA DE PEDRO SANTAMARIA wrote: I'm going to try to explain myself better. I believe that we understand what you seem to want to do, but that there are some intrinsic problems with the way in which you are looking at this. What I'm trying to do is create a permission system in Tomcat. Th

Re: Restrict incoming connections per Application Tomcat 6.0.37

2013-12-14 Thread ANALIA DE PEDRO SANTAMARIA
I'm going to try to explain myself better. What I'm trying to do is create a permission system in Tomcat. This permission system must allow or avoid the next connections: - Receive from IP. The application with this permission only can accept connections (or receive information) from an IP. It can

Re: Restrict incoming connections per Application Tomcat 6.0.37

2013-12-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Analía, On 12/14/13, 1:27 PM, ANALIA DE PEDRO SANTAMARIA wrote: > I'm developing a permission system in Tomcat and I would like to > restrict incoming connections per application. I mean, I want to > restrict incoming connections in some application

Restrict incoming connections per Application Tomcat 6.0.37

2013-12-14 Thread ANALIA DE PEDRO SANTAMARIA
Hello, I'm developing a permission system in Tomcat and I would like to restrict incoming connections per application. I mean, I want to restrict incoming connections in some applications and permit them in others. I have tried to do it with the Security Manager (SocketPermission), but it doesn't

Tomcat 6.0.37

2013-11-04 Thread Russell Penman
Team, I have updated my Tomcat to the 6.0.37 update and now when I try to use my CAC to login I get a server 500 page, however if I enter in my CAC credential to the username and password it logs in with no issue. The logging shows that my CAC information isn't being passed when I click the CA

Re: Issue while using SSL with Embedded Tomcat 6.0.37

2013-10-12 Thread Ognjen Blagojevic
Chris, On 11.10.2013 18:02, Christopher Schultz wrote: Also, a bit of a brainstorming now: could this whole thing be IP protocol issue? I've seen similar behavior before, albeit not in context of SSL handshake: client tries to connect using IPv6 address, but firewall doesn't allow it, so client

Re: Issue while using SSL with Embedded Tomcat 6.0.37

2013-10-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chirag, On 10/10/13 9:46 PM, Chirag Dewan wrote: > Hi All, > > Thanks a lot for your assistance. I enabled these protocols but > that dint help. > > Finally after 24 hours of digging in I figured out the problem. > > We found out that the clients

Re: Issue while using SSL with Embedded Tomcat 6.0.37

2013-10-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ognjen, On 10/10/13 5:23 PM, Ognjen Blagojevic wrote: > Chris, > > On 10.10.2013 19:11, Christopher Schultz wrote: >> Also, Chirag has the connector supporting only "TLS", so SSLv2 >> HELLO should indeally fail entirely. > > Setting attribute sslP

Re: Issue while using SSL with Embedded Tomcat 6.0.37

2013-10-10 Thread Chirag Dewan
Hi All, Thanks a lot for your assistance. I enabled these protocols but that dint help. Finally after 24 hours of digging in I figured out the problem. We found out that the clients connection timeout was close to around 80mins(which is inexplicable) and there is a firewall in between the clien

Re: Issue while using SSL with Embedded Tomcat 6.0.37

2013-10-10 Thread Ognjen Blagojevic
Chris, On 10.10.2013 19:11, Christopher Schultz wrote: Also, Chirag has the connector supporting only "TLS", so SSLv2 HELLO should indeally fail entirely. Setting attribute sslProtocol="TLS" may actually enable all protocols from SSLv3 to TLSv1.2, plus SSLv2Hello. Even setting something like

Re: Issue while using SSL with Embedded Tomcat 6.0.37

2013-10-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ognjen, On 10/10/13 4:11 AM, Ognjen Blagojevic wrote: > On 10.10.2013 6:19, Chirag Dewan wrote: >> A small update. The customers client is C++ client,which uses >> OpenSSL. And I found that client hello message is SSLv2 protocol. >> And the server r

Re: Issue while using SSL with Embedded Tomcat 6.0.37

2013-10-10 Thread Ognjen Blagojevic
Chirag, On 10.10.2013 6:19, Chirag Dewan wrote: A small update. The customers client is C++ client,which uses OpenSSL. And I found that client hello message is SSLv2 protocol. And the server response(server hello) is a TLSv1 protocol. Is there something I am missing? There is a difference in

Re: Issue while using SSL with Embedded Tomcat 6.0.37

2013-10-09 Thread Chirag Dewan
Hi , A small update. The customers client is C++ client,which uses OpenSSL. And I found that client hello message is SSLv2 protocol. And the server response(server hello) is a TLSv1 protocol. Is there something I am missing? Chirag On Wednesday, 9 October 2013 9:25 PM, Chirag Dewan wrote:

Re: Issue while using SSL with Embedded Tomcat 6.0.37

2013-10-09 Thread Chirag Dewan
Chris, This is a legacy code and do need some tweaks for sure. Regarding the issue,for some other Cipher as well the handshaking is failing. I get a TCP_ZERO_WINDOW in my snoops. And thus resulting in Server sending a RST to client. Chirag Sent from Yahoo! Mail on Android

Re: Issue while using SSL with Embedded Tomcat 6.0.37

2013-10-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chirag, I have a bunch of non-SSL-related questions about your code. On 10/9/13 9:59 AM, Chirag Dewan wrote: > I have a wrapper connector class : > > public HTTPConnector(int port, String keystoreFile, String > password, int maxKeepAliveRequests,

Re: Issue while using SSL with Embedded Tomcat 6.0.37

2013-10-09 Thread Chirag Dewan
Hi, I have a wrapper connector class : public HTTPConnector(int port, String keystoreFile, String password, int maxKeepAliveRequests, int maxThreads, int connectionTimeout, Logger logger)             throws Exception     {         myLogger = logger;         this.keyStoreFile = keystoreFile;    

Re: Issue while using SSL with Embedded Tomcat 6.0.37

2013-10-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chirag, On 10/9/13 8:39 AM, Chirag Dewan wrote: > The first request after the Server is started gets rejected. Interesting. > I am setting my connector as follows: > > IntrospectionUtils.setProperty( this, "sslProtocol", "TLS" ); > Introspection

Re: Issue while using SSL with Embedded Tomcat 6.0.37

2013-10-09 Thread Chirag Dewan
Hi, The first request after the Server is started gets rejected. I am setting my connector as follows: IntrospectionUtils.setProperty( this, "sslProtocol", "TLS" );                     IntrospectionUtils.setProperty( this, "keystore", keyStoreFile );                     IntrospectionUtils.setPr

Re: Issue while using SSL with Embedded Tomcat 6.0.37

2013-10-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chirag, On 10/8/13 9:48 PM, Chirag Dewan wrote: > For this particular cipher, the server sends a RST to the client > after the certificate exchange is done. And the handshaking > fails,for the first time only. Second request onwards handshaking > h

Re: Issue while using SSL with Embedded Tomcat 6.0.37

2013-10-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chirag, On 10/8/13 9:48 PM, Chirag Dewan wrote: > For this particular cipher, the server sends a RST to the client > after the certificate exchange is done. And the handshaking > fails,for the first time only. Second request onwards handshaking > h

Re: Issue while using SSL with Embedded Tomcat 6.0.37

2013-10-08 Thread Chirag Dewan
hirag On Tuesday, 8 October 2013 9:10 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chirag, On 10/8/13 6:01 AM, Chirag Dewan wrote: > I am using Embedded Tomcat 6.0.37. I have a servlet which is > running over HTTPS using SSL Connector. I have a Ja

Re: Issue while using SSL with Embedded Tomcat 6.0.37

2013-10-08 Thread Chirag Dewan
Hi, For this particular cipher, the server sends a RST to the client after the certificate exchange is done. And the handshaking fails,for the first time only. Second request onwards handshaking happens and the traffic flows as usual. What I understand is,I can provide a set of ciphers to the c

Re: Issue while using SSL with Embedded Tomcat 6.0.37

2013-10-08 Thread Ognjen Blagojevic
Chris, On 8.10.2013 17:40, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Can anyone assist me in understanding why it is failing for the first time? And is there any way I can force the Tomcat not to select this cipher suite? Or any other way that I can resolve this issue. See

Re: Issue while using SSL with Embedded Tomcat 6.0.37

2013-10-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chirag, On 10/8/13 6:01 AM, Chirag Dewan wrote: > I am using Embedded Tomcat 6.0.37. I have a servlet which is > running over HTTPS using SSL Connector. I have a Java Keystore with > Customer Certificate imported in it. > > Now,

Re: Issue while using SSL with Embedded Tomcat 6.0.37

2013-10-08 Thread André Warnier
Chirag Dewan wrote: Hi All, I am using Embedded Tomcat 6.0.37. I have a servlet which is running over HTTPS using SSL Connector. I have a Java Keystore with Customer Certificate imported in it. I cannot answer your question, but I think that in order to be helped faster, it would be a

Issue while using SSL with Embedded Tomcat 6.0.37

2013-10-08 Thread Chirag Dewan
Hi All, I am using Embedded Tomcat 6.0.37. I have a servlet which is running over HTTPS using SSL Connector. I have a Java Keystore with Customer Certificate imported in it. Now,there is a HTTP Client on the customers end which connects with the servlet over HTTPS(I have very little

[ANN] Apache Tomcat 6.0.37 released

2013-05-06 Thread jean-frederic clere
The Apache Tomcat team announces the immediate availability of Apache Tomcat 6.0.37 stable. Apache Tomcat 6.0.37 is primarily a security and bug fix release. All users of older versions of the Tomcat 6.0 family should upgrade to 6.0.37. Note that is version has 4 zip binaries: a generic one