Re: New design for the Tomcat website

2019-01-03 Thread Leon Rosenberg
Hi Igal, looks good! Two small things though: Quick tested the mobile (responsive) version on an iphone, latest safari, the text seems too far on the left side (no margin between screenend and text). Can send you screenshots if required. Also I find that youtube and twitter icons look

Re: Slides for ApacheCon EU Roadshow 2018

2018-06-29 Thread Leon Rosenberg
This is not a wiki page, is it? So how do I add stuff there? ;-) Leon On Wed, Jun 27, 2018 at 9:50 AM Rémy Maucherat wrote: > On Wed, Jun 27, 2018 at 9:39 AM Rainer Jung > wrote: > > > Am 27.06.2018 um 01:40 schrieb Huxing Zhang: > > > Hi All, > > > > > > I have check the presentation page[1]

Re: [ANN] New committer: Igal Sapir

2018-05-25 Thread Leon Rosenberg
Congrats! Leon On Thu, May 24, 2018 at 9:09 PM, Mark Thomas wrote: > On behalf of the Tomcat committers I am pleased to announce that > Igal Sapir (isapir) has been voted in as a new Tomcat committer. > > Please join me in welcoming him. > > Regards, > > Mark > >

Re: [Git migration] trunk or master

2018-01-08 Thread Leon Rosenberg
I think the standard name for the main branch where development takes place in git is 'develop'. Master contains the last released version and is used to branch from for patches etc. At least with branch-based development models like gitflow or githubflow. regards Leon On Mon, Jan 8, 2018 at

Re: [ANN] New committer: Michael Osipov

2017-05-08 Thread Leon Rosenberg
Congrats ;-) On Mon, May 8, 2017 at 10:29 AM, Huxing Zhang wrote: > Congratulations! > > -- > From:Mark Thomas > Time:2017 May 8 (Mon) 16:08 > To:Tomcat Users List

Re: Too few fatal log ststements

2014-08-11 Thread Leon Rosenberg
maybe tomcat is just so robust, that nothing is fatal to it ;-) Leon On Mon, Aug 11, 2014 at 11:41 AM, sangeeta lal sangeeta.6...@gmail.com wrote: Hi Mark, Actually I have data for other log levels also. Debug =600 statements, error=400 statements, trace =90 statements etc. I am just

Re: Move to Maven? (WAS: Re: Publishing process for JARs for Maven Central)

2011-12-21 Thread Leon Rosenberg
Two cents from a side On Tue, Dec 20, 2011 at 11:21 PM, Sylvain Laurent sylvain.laur...@m4x.org wrote: On 20 déc. 2011, at 12:22, Mark Thomas wrote: Where I disagree is on whether a switch to Maven lowers that barrier to entry. I agree it lowers it for folks that already know Maven but don't

Re: Overhauling setclasspath.(bat|sh)?

2011-06-20 Thread Leon Rosenberg
On Mon, Jun 20, 2011 at 2:50 PM, Rainer Jung rainer.j...@kippdata.de wrote: 1) Renaming Since quite some time now the setclasspath script doesn't have anything to do with setting a class path. It only searches for JRE / JDK and sets up the path to the Java or JDB binary plus

Re: Overhauling setclasspath.(bat|sh)?

2011-06-20 Thread Leon Rosenberg
now when you say it, it does really make sense ;-) thanx leon On Mon, Jun 20, 2011 at 3:15 PM, Rainer Jung rainer.j...@kippdata.de wrote: On 20.06.2011 14:54, Leon Rosenberg wrote: On Mon, Jun 20, 2011 at 2:50 PM, Rainer Jung rainer.j...@kippdata.de wrote: 1) Renaming Since quite some time

Re: [PROPOSAL] Parallel deployment

2010-10-22 Thread Leon Rosenberg
Hello, I was playing around with zero downtime releases since 2003 and I think there are some pitfalls in your approach I dont see yet solved. I'm taking as premise that you are targeting 'larger' sites, meaning loadbalancers, 4++ servers etc. Small sites don't really need this feature imho (the

Re: [PROPOSAL] Parallel deployment

2010-10-22 Thread Leon Rosenberg
On Fri, Oct 22, 2010 at 3:04 PM, Mark Thomas ma...@apache.org wrote: On 22/10/2010 13:28, Leon Rosenberg wrote: Hello, I was playing around with zero downtime releases since 2003 and I This isn't zero downtime. Tomcat already does that and has done for quite a while. This handles the case

Re: Tomcat diagnostics

2010-09-23 Thread Leon Rosenberg
what about all the existing solutions that are there already? Doesn't it make more sense to embed in one of these instead of creating the n+1 ? leon On Thu, Sep 23, 2010 at 8:17 PM, Pid p...@pidster.com wrote: On 23/09/2010 17:30, Mark Thomas wrote: On 23/09/2010 05:52, Pid wrote: - Periodic

Re: Coding Guidelines, encodings, keywords

2009-05-22 Thread Leon Rosenberg
2009/5/22 Filip Hanik - Dev Lists devli...@hanik.com: Konstantin Kolinko wrote: Hi, all! Are there any Coding Guidelines that we ought to follow, or is our project on our own there? spaces instead of tabs :) Wow, Are there really people out there who still use spaces? seems so. Without

Re: Coding Guidelines, encodings, keywords

2009-05-22 Thread Leon Rosenberg
On Fri, May 22, 2009 at 4:12 PM, Filip Hanik - Dev Lists devli...@hanik.com wrote: Leon Rosenberg wrote: 2009/5/22 Filip Hanik - Dev Lists devli...@hanik.com: Konstantin Kolinko wrote: Hi, all! Are there any Coding Guidelines that we ought to follow, or is our project on our own

Re: [ANN] New committer: Konstantin Kolinko

2009-05-06 Thread Leon Rosenberg
Congrats Kostia :-) regards Leon - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: Tomcat 5.5.25.0 - 100% CPU Utilization

2008-11-27 Thread Leon Rosenberg
Hello, next time it happens (if it does) make a thread dump (kill -QUIT pid) and sent it to us. Usually it helps to find an infinite loop or at least point to the problem source. Code review won't help you to find an infinite loop if it for example results from an unsynchronized hashmap. regards

Re: Tomcat connection pool contribution

2008-10-21 Thread Leon Rosenberg
On Tue, Oct 21, 2008 at 5:15 PM, Filip Hanik - Dev Lists [EMAIL PROTECTED] wrote: Remy and Yoav, I totally understand where you are coming from, and I have thought about it for while before I suggested adding it here 4. Going with the little piece of code (8classes) elsewhere is a bit moot,

Re: Findbugs results when run against Tomcat6

2008-09-27 Thread Leon Rosenberg
Hello sebb, just out of curiosity, could you setup a webpage with your results or make them available via email or download ? Leon On Sat, Sep 27, 2008 at 12:00 AM, sebb [EMAIL PROTECTED] wrote: Just out of curiosity, I ran Findbugs 1.3.5 on Tomcat 6.0.18. The default settings generated some

Re: JRuby sucked up the bath water but left the baby behind.

2008-06-17 Thread Leon Rosenberg
On Tue, Jun 17, 2008 at 9:22 AM, Clifton Brooks [EMAIL PROTECTED] wrote: If, instead of interpreting JRuby, PHP, and Jython, Tomcat, or some extensions for it, could compile programs in these languages into java servlets, then all of the advantages of the Java world will instantly become

A bit late, but a GREAT THANKS

2008-05-15 Thread Leon Rosenberg
Hello, Who ever managed to add this wonderful .project and .classpath files for eclipse to svn trunk THANK YOU SO MUCH! Leon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: POJO Application Server for Tomcat

2007-08-20 Thread Leon Rosenberg
On 8/19/07, Johnny Kewl [EMAIL PROTECTED] wrote: I call it a POJO Application server, I've mentioned before that we actually popping full java applications out of browsers, but then it was very much something only I could use, messy libraries etc. What I've done now is (try) make a more

Re: do i need to build form source if i want install tomcat on 64-bit linux machine

2007-01-08 Thread Leon Rosenberg
First: this question should be directed to the user-list - users@tomcat.apache.org Second: Since tomcat is 99% java there is no difference between 32bit and 64bit versions. Just get yourself a 64bit VM and you are fine. For the 1% native code in tcpnative libs you probably have to recompile it

Re: How to get request count of Tomcat server?

2006-04-28 Thread Leon Rosenberg
On 4/28/06, Yoav Shapira [EMAIL PROTECTED] wrote: If there isn't, it'd be pretty easy to write. Not sure I'd do it as a JMX bean versus a simple servlet filter that logs a counter for each request, or even simpler, just enable the AccessLogValve and use 'wc -l [logfile]', ... This wasn't

Re: Challenges for Java hosting

2006-04-06 Thread Leon Rosenberg
isn't it easier to give each user a pre-configured lightweight but own tomcat? leon On 4/6/06, Preston L. Bannister [EMAIL PROTECTED] wrote: Well, that is one definition of real applications. There are other definitions. :) On 4/6/06, Tino Schwarze [EMAIL PROTECTED] wrote: On Thu,

Re: Challenges for Java hosting

2006-04-06 Thread Leon Rosenberg
. On 4/6/06, Leon Rosenberg [EMAIL PROTECTED] wrote: isn't it easier to give each user a pre-configured lightweight but own tomcat? leon On 4/6/06, Preston L. Bannister [EMAIL PROTECTED] wrote: Well, that is one definition of real applications. There are other definitions

Re: Tomcat 5.0 with JDK 1.4!

2006-03-10 Thread Leon Rosenberg
actually nothing is required, just download the tomcat, and you are done (for 5.0.x branch) On 3/10/06, Singh_bibek [EMAIL PROTECTED] wrote: Hi, Can you please guide me to the patches, eclipse plug-ins jars which are required to run Tomcat 5.0 with JDK 1.4! Thanks, Regards, Bibek

Re: What's about unloading policy of jsp-servlets ?

2006-03-07 Thread Leon Rosenberg
webapp contains approx. 100 classes and 50 jsps? Most of the classes are always in use and therefore in memory as well as the jsps. I don't really see the problem here. I mean before I run out of memory for JSPs, I will run out of memory for classes Leon --- Leon Rosenberg [EMAIL PROTECTED

Re: What's about unloading policy of jsp-servlets ?

2006-03-07 Thread Leon Rosenberg
is still more RAM, but at least for testing it would be nice to have less needs for RAM. -Ursprüngliche Nachricht- Von: Leon Rosenberg [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 7. März 2006 16:20 An: Tomcat Developers List Betreff: Re: What's about unloading policy of jsp-servlets

Re: What's about unloading policy of jsp-servlets ?

2006-03-07 Thread Leon Rosenberg
(w/o debug information) containing ~150 page objects (50 rendering to fields(input, textarea)) from Layout-program. -Ursprüngliche Nachricht- Von: Leon Rosenberg [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 7. März 2006 23:15 An: Tomcat Developers List Betreff: Re: What's about

Re: [feedback request] session replication

2006-03-03 Thread Leon Rosenberg
Hello Filip, very interesting proporsal indeed. May I point you to some importand use-cases and ask whether your proporsal has solutions for it. 1. Poviding an easy way to customize diffs. As far as I understand customizable diffs are possible by a) patching the StandardSession or b)

Re: [feedback request] session replication

2006-03-03 Thread Leon Rosenberg
ups: If we would store the result-set (list of already created beans) in the session, read: If we would _NOT_ store the result-set (list of already created beans) in the session, Sorry. Leon - To unsubscribe, e-mail: [EMAIL

Re: never say never...

2006-02-21 Thread Leon Rosenberg
On 2/21/06, Mladen Turk [EMAIL PROTECTED] wrote: Actually, I've got two other submissions that are not in critical portions of the code: http://issues.apache.org/bugzilla/show_bug.cgi?id=38352 From your bz report: ... I think to be compliant with the spec, this must be allowed.

Re: never say never...

2006-02-21 Thread Leon Rosenberg
http://issues.apache.org/bugzilla/show_bug.cgi?id=38716 Yet another perfect example. This time its a WONTFIX, instead of INVALID, there is some progress to be observed :-) - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: 2 clear reasons

2006-01-22 Thread Leon Rosenberg
Yeah Jack, it would be great if you would reply to the existing threads instead of starting new ones with each message. tia leon On 1/22/06, Mark Thomas [EMAIL PROTECTED] wrote: Two clear reasons for what? Mark Jack wrote: 1. The Users of a web-app might be defined in several places such

Re: Tomcat fails to service requests after period of time

2005-10-19 Thread Leon Rosenberg
1) Can you reproduce it with a test? 2) If you can, or as soon as you can, can you also reproduce it on a standalone tomcat? 3) You tried a stacktrace? 4) How do you know it's AJP? 5) Have you looked at the manager? /manager/status.html regards Leon On 10/19/05, Steve Gaunt [EMAIL PROTECTED]