Regd: Logging issue in apache tomcat 7.0.42

2013-11-12 Thread Shashank Gvs
Hi, I wanted to have logging in tomcat, but currently using juli/java.util.logging i am having a file with date in it (for example catalina.11.12.2013.log) , i am unable to remove date as my additional requirement is that i have to include daily rollover of the file. Alternatively i have tried th

Re: crlFile update

2013-11-12 Thread Daniel Mikusa
On Nov 12, 2013, at 1:54 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Dan, > > On 11/12/13, 10:10 AM, Daniel Mikusa wrote: >> On Nov 12, 2013, at 5:56 AM, Ja kub wrote: >> >>> Hello, >>> >>> Is there any way to revoke certificate without restarting

RE: [OT] RE: Baked-in context paths

2013-11-12 Thread Konstantin Preißer
Hi Jeffrey, > -Original Message- > From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] > Sent: Tuesday, November 12, 2013 4:22 PM > To: 'Tomcat Users List' > Subject: RE: [OT] RE: Baked-in context paths > I'm also using Outlook, but for me it only shows an empty email here. If I o

Re: crlFile update

2013-11-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dan, On 11/12/13, 10:10 AM, Daniel Mikusa wrote: > On Nov 12, 2013, at 5:56 AM, Ja kub wrote: > >> Hello, >> >> Is there any way to revoke certificate without restarting tomcat >> ? >> >> http://tomcat.apache.org/tomcat-7.0-doc/config/http.html

RE: [OT] RE: Baked-in context paths

2013-11-12 Thread Jeffrey Janner
> -Original Message- > From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] > Sent: Monday, November 11, 2013 9:55 AM > To: 'Tomcat Users List' > Subject: RE: [OT] RE: Baked-in context paths > > > -Original Message- > > From: Christopher Schultz [mailto:ch...@christopherschult

Re: crlFile update

2013-11-12 Thread Daniel Mikusa
On Nov 12, 2013, at 5:56 AM, Ja kub wrote: > Hello, > > Is there any way to revoke certificate without restarting tomcat ? > > http://tomcat.apache.org/tomcat-7.0-doc/config/http.html : > crlFile The certificate revocation list to be used to verify client > certificates. > > is this file relo

Fwd: Restrict the use of JDK classes Tomcat 7 or 6

2013-11-12 Thread Aurélien Terrestris
Hello Analia I'm glad that you could play successfully with the Security Manager as I advised first :D About permissions, here you have a doc : http://docs.oracle.com/javase/6/docs/technotes/guides/security/spec/security-spec.doc3.html#20211 best regards 2013/11/11 ANALIA DE PEDRO SANTAMARIA

Re: crlFile update

2013-11-12 Thread Marek Jagielski
Soon I will stand in front of the same problem. I think to implement my own TrustManager checking certificates by myself. I've found (still not checked) an example here: http://forum.spring.io/forum/spring-projects/web/117374-how-to-write-a-x509-custom-trust-manager-for-validating-the-client Trust

Re: Tomcat && SPDY

2013-11-12 Thread Mark Thomas
On 12/11/2013 11:46, jieryn wrote: > And can someone please update > http://tomcat.apache.org/tomcat-8.0-doc/changelog.html to use the SPDY > instead of SDPY which would help with search engines and Ctrl-F > finding? Thanks. Fixed in trunk. Will be included in the next release. The website will be

Re: Tomcat && SPDY

2013-11-12 Thread jieryn
PING? And can someone please update http://tomcat.apache.org/tomcat-8.0-doc/changelog.html to use the SPDY instead of SDPY which would help with search engines and Ctrl-F finding? Thanks. On Wed, Nov 6, 2013 at 9:31 AM, jieryn wrote: > I have various applications deployed to a mix of Apache Tomc

crlFile update

2013-11-12 Thread Ja kub
Hello, Is there any way to revoke certificate without restarting tomcat ? http://tomcat.apache.org/tomcat-7.0-doc/config/http.html : crlFile The certificate revocation list to be used to verify client certificates. is this file reloaded by tomcat, or it is read only once at startup ? regards J