Re: Need suggestion in upgrading Apache Tomcat due to security vulnerability in Apache Tomcat 7.0.61

2017-10-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Naga, On 10/17/17 2:49 AM, naga karthikeyan wrote: > Recently we found there is security vulnerability in Apache Tomcat > 7.0.61. Please note that now our application runs on Apache Tomcat > 7.0.61. > > Please advice me whether I can upgrade Apach

Need suggestion in upgrading Apache Tomcat due to security vulnerability in Apache Tomcat 7.0.61

2017-10-16 Thread naga karthikeyan
Hi All, Recently we found there is security vulnerability in Apache Tomcat 7.0.61.Please note that now our application runs on Apache Tomcat 7.0.61. Please advice me whether I can upgrade Apache Tomcat to latest Tomcat 7 version(v7.0.82)? Also please let me know when it's expected End of Life fo

Re: Need Suggestion

2009-07-27 Thread André Warnier
alee amin wrote: thanks andre. I will definitely do it on my own. I am just asking help - where to start from and what guidelines i should follow. Is there any other approach? Hee.. just a minute now. I may have been a bit fast. Since I am subscribed to both this one and the Apache httpd list,

Re: Need Suggestion

2009-07-27 Thread alee amin
thanks andre. I will definitely do it on my own. I am just asking help - where to start from and what guidelines i should follow. Is there any other approach? ..alee http://techboard.wordpress.com On Mon, Jul 27, 2009 at 5:09 PM, André Warnier wrote: > alee amin wrote: > >> I have been assign

Re: Need Suggestion

2009-07-27 Thread alee amin
en wir keine Haftung fuer den Inhalt uebernehmen. > > > > > > > > Date: Mon, 27 Jul 2009 15:02:46 +0600 > > Subject: Need Suggestion > > From: mailing.list.mail...@gmail.com > > To: users@tomcat.apache.org > > > > I have been assigned task to cre

Re: Need Suggestion

2009-07-27 Thread André Warnier
alee amin wrote: I have been assigned task to create a mechanism for multiple url sign up pages against invite codes. the purpose is if user hit on http://www.mydomain.com/invite/circket he should be redirected to http://www.mydomain.com/signup?invite=cricket http://www.mydomain.com/invite/socce

RE: Need Suggestion

2009-07-27 Thread Martin Gainty
. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. > Date: Mon, 27 Jul 2009 15:02:46 +0600 > Subject: Need Suggestion > From: mailing.list.mail...@gmail.com > To: users@tomcat.apache.org > > I have been assigned task to crea

Need Suggestion

2009-07-27 Thread alee amin
I have been assigned task to create a mechanism for multiple url sign up pages against invite codes. the purpose is if user hit on http://www.mydomain.com/invite/circket he should be redirected to http://www.mydomain.com/signup?invite=cricket http://www.mydomain.com/invite/soccer he should be redi

RES: need suggestion about jdk 1.4 logging in Tomcat

2006-02-03 Thread Alan Honczar
any standard or possibility of standard for this behavior of logging in contexts? Thanks again. Alan Honczar -Mensagem original- De: Alan Honczar [mailto:[EMAIL PROTECTED] Enviada em: sexta-feira, 3 de fevereiro de 2006 15:04 Para: Tomcat Users List Assunto: RES: need suggestion about

RES: need suggestion about jdk 1.4 logging in Tomcat

2006-02-03 Thread Alan Honczar
PROTECTED] Enviada em: sexta-feira, 3 de fevereiro de 2006 13:02 Para: Tomcat Users List Assunto: RE: need suggestion about jdk 1.4 logging in Tomcat > From: Alan Honczar [mailto:[EMAIL PROTECTED] > Subject: need suggestion about jdk 1.4 logging in Tomcat > > I need a suggestio

RE: need suggestion about jdk 1.4 logging in Tomcat

2006-02-03 Thread Caldarale, Charles R
> From: Alan Honczar [mailto:[EMAIL PROTECTED] > Subject: need suggestion about jdk 1.4 logging in Tomcat > > I need a suggestion about java logging within a context. > I´d like to have a way to isolate the jdk1.4 log between > Tomcat contexts. You didn't bother to tell

Re: need suggestion about jdk 1.4 logging in Tomcat

2006-02-03 Thread Boris Unckel
> Since they use commons logging, I´ve had to call > LogManager.getLogManager().readConfiguration(InputStream is); in order to make the logging engine > load my configurations and let me log where I wish. > But that affects in a global way. If I have only one context running, > everything is fine,

need suggestion about jdk 1.4 logging in Tomcat

2006-02-03 Thread Alan Honczar
Hi, I need a suggestion about java logging within a context. I´d like to have a way to isolate the jdk1.4 log between Tomcat contexts. In my own lines of code, I create a JDK1.4 logger with an associated name, Handler and Formatter. This way, I have one log file per context. My problem is when