RE: How to allow only TLS 1.1 connections to Tomcat (6.0) server with https ?

2013-03-04 Thread Brijesh Deo
-Original Message- From: Igor Cicimov [mailto:icici...@gmail.com] Sent: 05 March 2013 13:22 To: Tomcat Users List Subject: Re: How to allow only TLS 1.1 connections to Tomcat (6.0) server with https ? On 05/03/2013 5:10 PM, "Brijesh Deo" wrote: > > Hi, > Is there a way to make TLS 1.1

Re: How to allow only TLS 1.1 connections to Tomcat (6.0) server with https ?

2013-03-04 Thread Igor Cicimov
On 05/03/2013 5:10 PM, "Brijesh Deo" wrote: > > Hi, > Is there a way to make TLS 1.1 required for https connection with Tomcat server. I am currently on Tomcat 6.0.32 with JRE 1.7 on Windows 7. I tried setting [sslProtocol="TLSv1.1"] in the Connector definition in server.xml but that did not stop

Re: Integrating blog into a JSP website

2013-03-04 Thread Sunil Shevante
Thanks for the quick reply Andre. --- On Tue, 3/5/13, André Warnier wrote: From: André Warnier Subject: Re: Integrating blog into a JSP website To: "Tomcat Users List" Date: Tuesday, March 5, 2013, 12:46 PM Sunil Shevante wrote: > Hi, > > Is it possible to integrate a blog into my JSP websi

Re: Integrating blog into a JSP website

2013-03-04 Thread André Warnier
Sunil Shevante wrote: Hi, Is it possible to integrate a blog into my JSP website? Currently I have manually created the directory structure within my war file. My Site : www.investorschoolindia.com Also as a subquestion, how can we deploy latest contents on tomcat within building the war fil

Integrating blog into a JSP website

2013-03-04 Thread Sunil Shevante
Hi, Is it possible to integrate a blog into my JSP website? Currently I have manually created the directory structure within my war file. My Site : www.investorschoolindia.com Also as a subquestion, how can we deploy latest contents on tomcat within building the war file? Is there a way out?

How to allow only TLS 1.1 connections to Tomcat (6.0) server with https ?

2013-03-04 Thread Brijesh Deo
Hi, Is there a way to make TLS 1.1 required for https connection with Tomcat server. I am currently on Tomcat 6.0.32 with JRE 1.7 on Windows 7. I tried setting [sslProtocol="TLSv1.1"] in the Connector definition in server.xml but that did not stop TLS 1.0 connections from being accepted. I am no

Re: Catalina.out

2013-03-04 Thread vicky007aggarwal
Thank u guys On Mar 4, 2013, at 5:27 PM, Markus Schönhaber wrote: > 04.03.2013 12:33, vicky007aggar...@yahoo.co.in: >> I am using tomcat 7.0.30(os: redhat linux) & referring below link for >> implementing log4j at the container level >> >> http://tomcat.apache.org/tomcat-6.0-doc/logging.ht

Re: Context.xml ignored.

2013-03-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 3/3/13 1:44 PM, Mark Thomas wrote: > The decision was taken, therefore, to link the base file name and > context name as previously described. This removed nearly all of > the nasty edge cases, made for much simpler code and made the > over

Re: Tomcat Built-in WinAuth - NEW THREAD

2013-03-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chris, On 3/4/13 4:54 PM, Chris Fors wrote: >> Date: Mon, 4 Mar 2013 23:32:34 +0100 From: a...@ice-sa.com To: >> users@tomcat.apache.org Subject: Re: Tomcat Built-in WinAuth - >> NEW THREAD >> >> Mark Thomas wrote: >>> On 04/03/2013 21:47, Chris Fo

Re: Tomcat does not accept connections from Safari on iPad vs an SSL connector with JSSE ciphers

2013-03-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Tim, On 3/3/13 4:18 PM, Tim Whittington wrote: > On Tue, Feb 19, 2013 at 10:59 AM, Giuseppe Sacco > wrote: [...] > >> I listed all providers here: >> http://centrum.lixper.it/~giuseppe/ipad-tomcat-list-ciphers-no-bouncycastle.html >> >> as you

RE: Tomcat Built-in WinAuth - NEW THREAD

2013-03-04 Thread Chris Fors
> Date: Mon, 4 Mar 2013 23:32:34 +0100 > From: a...@ice-sa.com > To: users@tomcat.apache.org > Subject: Re: Tomcat Built-in WinAuth - NEW THREAD > > Mark Thomas wrote: > > On 04/03/2013 21:47, Chris Fors wrote: > >> Could you please expand on what constraints you were referring to > > > > Securi

Re: Tomcat Built-in WinAuth - NEW THREAD

2013-03-04 Thread André Warnier
Mark Thomas wrote: On 04/03/2013 21:47, Chris Fors wrote: Could you please expand on what constraints you were referring to Security constraints in web.xml and how they are best implemented, where, and in what syntax e.g. if implemented in web.xml what are the correct tags. All defined in

Re: Tomcat Built-in WinAuth - NEW THREAD

2013-03-04 Thread Mark Thomas
On 04/03/2013 21:47, Chris Fors wrote: > Could you please expand on what constraints you were referring to Security constraints in web.xml > and how they are best implemented, where, and in what syntax e.g. if > implemented in web.xml what are the correct tags. All defined in the Servlet spec.

Tomcat Built-in WinAuth - NEW THREAD

2013-03-04 Thread Chris Fors
-Original Message- From: Mark Thomas Sent: Monday, March 04, 2013 8:59 PM To: Tomcat Users List Subject: Re: Tomcat Built-in WinAuth On 04/03/2013 20:44, Chris Fors wrote: > I've yet to see success with SPNEGO Windows Authentication. I've > followed the documentation as close as possib

Re: Tomcat Built-in WinAuth

2013-03-04 Thread Mark Thomas
On 04/03/2013 20:44, Chris Fors wrote: > I've yet to see success with SPNEGO Windows Authentication. I've > followed the documentation as close as possible, although it is incomplete. > > After creating the SpnegoAuthenticator valve in the conf context.xml, > should that enable SPNEGO for all web

Tomcat Built-in WinAuth

2013-03-04 Thread Chris Fors
I've yet to see success with SPNEGO Windows Authentication. I've followed the documentation as close as possible, although it is incomplete. After creating the SpnegoAuthenticator valve in the conf context.xml, should that enable SPNEGO for all web sessions? If not what must be specified in

Re: [OT] list server issues ?

2013-03-04 Thread André Warnier
Markus Schönhaber wrote: 04.03.2013 14:31, André Warnier: I don't know if it is the case for everyone, but I seem to be receiving messages from the list in some random order, totally out of timely sequence. Anyone notice the same, or is it just me ? I didn't notice anything like that. You c

Re: [OT] list server issues ?

2013-03-04 Thread Markus Schönhaber
04.03.2013 14:31, André Warnier: > I don't know if it is the case for everyone, but I seem to be receiving > messages from the > list in some random order, totally out of timely sequence. > Anyone notice the same, or is it just me ? I didn't notice anything like that. You could take a look at

Re: [OT] list server issues ?

2013-03-04 Thread Mark Thomas
On 04/03/2013 13:31, André Warnier wrote: > Hi. > I don't know if it is the case for everyone, but I seem to be receiving > messages from the list in some random order, totally out of timely > sequence. > Anyone notice the same, or is it just me ? My mail is fine but I have seen one other report o

[OT] list server issues ?

2013-03-04 Thread André Warnier
Hi. I don't know if it is the case for everyone, but I seem to be receiving messages from the list in some random order, totally out of timely sequence. Anyone notice the same, or is it just me ? - To unsubscribe, e-mail: users

Re: Catalina.out

2013-03-04 Thread Markus Schönhaber
04.03.2013 12:33, vicky007aggar...@yahoo.co.in: > I am using tomcat 7.0.30(os: redhat linux) & referring below link for > implementing log4j at the container level > > http://tomcat.apache.org/tomcat-6.0-doc/logging.html#Using_Log4j > > Using this link i am still not able to rotate the > Catal

Re: Catalina.out

2013-03-04 Thread Violeta Georgieva
2013/3/4 : > I am using tomcat 7.0.30(os: redhat linux) & referring below link for > implementing log4j at the container level > > http://tomcat.apache.org/tomcat-6.0-doc/logging.html#Using_Log4j > > Using this link i am still not able to rotate the > Catalina.out , is it feasible to do that,if

Catalina.out

2013-03-04 Thread vicky007aggarwal
I am using tomcat 7.0.30(os: redhat linux) & referring below link for implementing log4j at the container level http://tomcat.apache.org/tomcat-6.0-doc/logging.html#Using_Log4j Using this link i am still not able to rotate the Catalina.out , is it feasible to do that,if yes then can someone pl