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

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
lol .. i need the suggestion .. not looking for someone to do it on my behalf :p ..alee http://techboard.wordpress.com On Mon, Jul 27, 2009 at 5:01 PM, Martin Gainty wrote: > > at last count at least 100 folks on the list can easily accomplish this for > you ..myself included > what has your e

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
at last count at least 100 folks on the list can easily accomplish this for you ..myself included what has your employer budgeted for this task? Mit Fruendlichen Gruben Martin Gainty __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vert

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 us what Tomcat version y

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,