Re: tc 7.0.47 manager-gui role works on 32 but not 64 Ubuntu 12.04 (401)

2013-12-20 Thread Konstantin Kolinko
2013/12/20 David Brown : > Howdy, > > Extensive Googling for manager-gui role not working for the same environment > finds no solutions. > > Is this a known issue? out-of-the box install of TC 7.047 on 64 bit 12.04 > Ubuntu returns a 401. > > The same version installed on 32 bit Ubuntu 12.04 manage

Re: Exception in CoyoteAdapter class

2013-12-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 12/20/13, 4:59 AM, André Warnier wrote: > Maybe : your configuration does not seem to make sense. (or it > works differently from what you think, or we do not understand what > you are telling us) From the history of this thread, it seems

Re: tc 7.0.47 manager-gui role works on 32 but not 64 Ubuntu 12.04 (401)

2013-12-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 David, On 12/20/13, 2:11 PM, David Brown wrote: > Extensive Googling for manager-gui role not working for the same > environment finds no solutions. > > Is this a known issue? out-of-the box install of TC 7.047 on 64 > bit 12.04 Ubuntu returns a 4

Re: ssl_error_internal_error_alert in tomcat 7‏

2013-12-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jaya, On 12/20/13, 2:13 PM, jaya ravindran wrote: >> Tried with -ssl3. Got back the following SSL handshake has read >> 3426 bytes and written 284 bytes --- New, TLSv1/SSLv3, Cipher is >> EDH-RSA-DES-CBC3-SHA Server public key is 1024 bit You reall

RE: ssl_error_internal_error_alert in tomcat 7‏

2013-12-20 Thread jaya ravindran
> Date: Fri, 20 Dec 2013 14:06:30 -0500 > From: ch...@christopherschultz.net > To: users@tomcat.apache.org > Subject: Re: ssl_error_internal_error_alert in tomcat 7‏ > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Jaya, > > On 12/20/13, 10:52 AM, jaya ravindran wrote: > >> No client

tc 7.0.47 manager-gui role works on 32 but not 64 Ubuntu 12.04 (401)

2013-12-20 Thread David Brown
Howdy, Extensive Googling for manager-gui role not working for the same environment finds no solutions. Is this a known issue? out-of-the box install of TC 7.047 on 64 bit 12.04 Ubuntu returns a 401. The same version installed on 32 bit Ubuntu 12.04 manage-gui role brings up the manager pa

Re: ssl_error_internal_error_alert in tomcat 7‏

2013-12-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jaya, On 12/20/13, 10:52 AM, jaya ravindran wrote: >> No client certificate CA names sent --- SSL handshake has read >> 1166 bytes and written 303 bytes --- New, TLSv1/SSLv3, Cipher is >> EDH-RSA-DES-CBC3-SHA Server public key is 1023 bit Secure >>

Re: ssl_error_internal_error_alert in tomcat 7‏

2013-12-20 Thread Ognjen Blagojevic
Jaya, On 20.12.2013 16:52, jaya ravindran wrote: That means server can do TLSv1. Then why can't it connect with TLS protocol on browsers. You may want to add -Djavax.net.debug=all to CATALINA_OPTS to debug handshake on server side. Compare OpenSSL handshake to Firefox handshake. Also, ther

RE: ssl_error_internal_error_alert in tomcat 7‏

2013-12-20 Thread jaya ravindran
> From: mgai...@hotmail.com > To: users@tomcat.apache.org > Subject: RE: ssl_error_internal_error_alert in tomcat 7‏ > Date: Thu, 19 Dec 2013 20:01:49 -0500 > > > > > > Date: Thu, 19 Dec 2013 15:41:13 -0500 > > From: ch...@christopherschultz.net > > To: users@tomcat.apache.org > > Subject:

RE: linking (limiting???)

2013-12-20 Thread Jeffrey Janner
> -Original Message- > From: Mark Eggers [mailto:its_toas...@yahoo.com] > Sent: Monday, December 16, 2013 4:19 PM > To: Tomcat Users List > Subject: Re: linking (limiting???) > > Replies inline. > > Note, people on this mailing list frown on top-posting (see items 6 and > 7 here: http://t

Re: linking (limiting???)

2013-12-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ray, On 12/19/13, 4:10 PM, Ray Holme wrote: > Using tomcat as it should be used under tomcat user and removing > links to applications found in /var/www/html (once required or > supposedly faster - but now obsolete). > > Now a) allowlinking works

RE: JMX and the SessionManager

2013-12-20 Thread spring
> Create a mbeans-descriptor.xml file? > http://tomcat.apache.org/tomcat-7.0-doc/mbeans-descriptor-howto.html Ah ok, thank you! - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: user

RE: Exception in CoyoteAdapter class

2013-12-20 Thread Martin Gainty
Señor AT Martín>puerto y el protocolo tienen que estar de acuerdo con la configuración del conector AJP en tomcat server.xml Martín>El puerto debe ser 8009 Martín>Habilitar el protocolo TLS (pero no SSLv2) http://www.zeitoun.net/articles/configure-mod_proxy_ajp-with-tomcat/start Martín>Saludos

Re: Exception in CoyoteAdapter class

2013-12-20 Thread André Warnier
at.silk wrote: Hi, We are concerned about the issues we found some weeks ago, do you have any suggestions about it? Maybe : your configuration does not seem to make sense. (or it works differently from what you think, or we do not understand what you are telling us) From the history of thi

Re: JMX and the SessionManager

2013-12-20 Thread Konstantin Kolinko
2013/12/20 : > > if I use StandardManager or PersistentManager I have a Manager MBean. Fine. > > But if I use DynamoDBSessionManager which extends PersistentManagerBase (as > PersistentManager does) then there is no Mbean. > > I cannot see in the code why this happens. > > https://github.com/aws/a

JMX and the SessionManager

2013-12-20 Thread spring
Hi, if I use StandardManager or PersistentManager I have a Manager MBean. Fine. But if I use DynamoDBSessionManager which extends PersistentManagerBase (as PersistentManager does) then there is no Mbean. I cannot see in the code why this happens. https://github.com/aws/aws-dynamodb-session-tomc

RE: Exception in CoyoteAdapter class

2013-12-20 Thread at.silk
Hi, We are concerned about the issues we found some weeks ago, do you have any suggestions about it? Best Regards, AT -Mensaje original- De: Christopher Schultz [mailto:ch...@christopherschultz.net] Enviado el: lunes, 09 de diciembre de 2013 22:51 Para: Tomcat Users List Asunto: Re: E