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 misplaced

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] b

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 9:33

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 > Cc:Tomcat Developers List > Subject:[ANN] New committer: Michae

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 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 curious, what could be

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 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 >> know Ant but

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 wrote: > On 20.06.2011 14:54, Leon Rosenberg wrote: >> On Mon, Jun 20, 2011 at 2:50 PM, Rainer Jung wrote: >>> 1) Renaming >>> >>> Since quite some time

Re: Overhauling setclasspath.(bat|sh)?

2011-06-20 Thread Leon Rosenberg
On Mon, Jun 20, 2011 at 2:50 PM, Rainer Jung 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 JAVA_ENDORSED_DIRS. > > So it would

Re: [PROPOSAL] Parallel deployment

2010-10-22 Thread Leon Rosenberg
On Fri, Oct 22, 2010 at 3:04 PM, Mark Thomas 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 wh

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 d

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 wrote: > On 23/09/2010 17:30, Mark Thomas wrote: >> On 23/09/2010 05:52, Pid wrote: >>> - Periodic snaphots of

Re: Coding Guidelines, encodings, keywords

2009-05-22 Thread Leon Rosenberg
On Fri, May 22, 2009 at 4:12 PM, Filip Hanik - Dev Lists wrote: > Leon Rosenberg wrote: >> >> 2009/5/22 Filip Hanik - Dev Lists : >> >>> >>> Konstantin Kolinko wrote: >>> >>>> >>>> Hi, all! >>>> >>>>

Re: Coding Guidelines, encodings, keywords

2009-05-22 Thread Leon Rosenberg
2009/5/22 Filip Hanik - Dev Lists : > 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 of

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 so

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

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 o

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'

Re: Challenges for Java hosting

2006-04-06 Thread Leon Rosenberg
king "vi"). Don't know if this made it's way into Linux. I'm > pretty sure copy-on-write in fork() was in SunOS, but I don't know about > Solaris. > > > On 4/6/06, Leon Rosenberg <[EMAIL PROTECTED]> wrote: > > > > isn't it easie

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: > >

Re: Tomcat 5.0 with JDK 1.4!

2006-03-10 Thread Leon Rosenberg
ops sorry, my client doesn't separate mails from different lists, this mail belongs to the user list (Tomcat Users List ) and I shouldn't answer to this. sorry. leon On 3/10/06, Leon Rosenberg <[EMAIL PROTECTED]> wrote: > actually nothing is required, just download the tomcat,

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, > > > > Re

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

2006-03-07 Thread Leon Rosenberg
largest JSP representing one physical page has ~360kB (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

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

2006-03-07 Thread Leon Rosenberg
es. Don't get me wrong, I think the > best solution for production 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 200

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

2006-03-07 Thread Leon Rosenberg
oblem. I mean a typical 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 > >

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

2006-03-07 Thread Leon Rosenberg
Yaroslav, you've made great work with the patch, but honestly, which real-world application uses hunderds of megabytes of jsps? that just doesn't make sense... regards Leon P.S. don't want to be offending, but i just can't find a single use-case... On 3/7/06, Yaroslav Sokolov <[EMAIL PROTECTED

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: [feedback request] session replication

2006-03-03 Thread Leon Rosenberg
comments inside On 3/4/06, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: > Leon Rosenberg wrote: > > Hello Filip, > > > > very interesting proporsal indeed. May I point you to some importand > > use-cases and ask whether your proporsal has solutions for it. &

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) configuring

Re: Change process (Was: Persistent storage of sessions, why no Principal?)

2006-02-26 Thread Leon Rosenberg
Opening a bugzilla ticket (http://issues.apache.org/bugzilla/) and attaching a patch there is surely the first step to take :-) regards Leon On 2/26/06, Roland Turner (Apache) <[EMAIL PROTECTED]> wrote: > Hi all. > > Last week I posted the question below. It appears from the (near) > complete sil

Re: never say never...

2006-02-25 Thread Leon Rosenberg
On 2/25/06, Wade Chandler <[EMAIL PROTECTED]> wrote: > I thought about not even writing this. Then I thought > about not even submitting it. Don't take it > personally how ever it hits anyone. I think it's > fair. > > I think it runs both ways. I think most of the Tomcat > developers are really

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 additiona

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, thi

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 pla

Re: tomcat source / eclipse project

2005-11-02 Thread Leon Rosenberg
> Setting up the projects in eclipse still seems like a big, time consuming > task. Could you please point me to some .project / .classpath files as well? > > Why don't you just add these files to the 'Building with Eclipse' section of > the doc? I think that would help a lot of people getting star

Re: Tomcat fails to service requests after period of time

2005-10-19 Thread Leon Rosenberg
ops sorry, this shouldn't be posted (or replied) here -> my fault, Steve, please repost to [EMAIL PROTECTED] On 10/20/05, Leon Rosenberg <[EMAIL PROTECTED]> wrote: > 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

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]> wr