tomcat 7.0.29 startup time

2012-07-25 Thread Mark Struberg
Hi Lords and Ladies! I'm currently wrangling with a doubled boot time on tomcat7.0.29 in comparison to 7.0.28 (12 webapps in my tc: 7.0.28 < 45s, 7.0.29 > 90s). I'm aware that 7.0.29 now does the scanning for ServletContainerInitializer even if version=2.5 is specified. But there shall no class

Re: tomcat 7.0.29 startup time

2012-07-29 Thread Mark Struberg
omcat scan a bit too much yet? txs and LieGrue, strub - Original Message - > From: Mark Thomas > To: Tomcat Developers List > Cc: > Sent: Saturday, July 28, 2012 2:36 AM > Subject: Re: tomcat 7.0.29 startup time > > On 28/07/2012 00:25, Mark Thomas wrote: >>

Re: tomcat 7.0.29 startup time

2012-07-29 Thread Mark Struberg
tried the empty absolute ordering again and it doesn't seem to help. I fear that @HandlesTypes again has higher precedence than the web-fragment ordering/disabling. LieGrue, strub - Original Message - > From: Mark Struberg > To: Tomcat Developers List > Cc: > Sent

Re: Jakarta package change

2019-05-07 Thread Mark Struberg
in Tomcat 9 can remain javax.* and users with "old" applications >> will >>> still have an up to date fully compatible container for them. >>> - Have a Tomcat 10 with all API packages renamed to jakarta.*, which >> would >>> provide a container f

Re: Jakarta package change

2019-05-07 Thread Mark Struberg
: > > On Tue, May 7, 2019 at 7:33 PM Mark Struberg > wrote: > >> Hi folks! >> >> Yes, I'm right now playing with it. >> For a little more background and overview I've written up a blog post: >> >> https://struberg.wordpress.com/2019/05/06

Re: CDI support improvements

2019-06-12 Thread Mark Struberg
Hi folks! Really happy to see so much love and interest for all those awesome ASF projects! Rémy's enhancements are great - the better and cleaner the integration, the better for all those projects. But Romain and David are also correct: it's very easy to become a committer on all the involved

Re: CDI support improvements

2019-06-12 Thread Mark Struberg
> Am 12.06.2019 um 15:35 schrieb Rémy Maucherat : > > That did not seem very practical to me so the said code is quite Tomcat-like > right now and most importantly it needs the fixes made in 9.0.21, so it won't > work with any older Tomcat. If you really can take it over > (and un-Tomcatize

Re: javax -> jakarta rename

2019-12-25 Thread Mark Struberg
There are imo 3 ways we can deal with the migration. All of them assume that all of our ASF projects migrate the affected packages from javax.* to jakarta.*. A.) of course have all the customer code and libs migrated to jakarta.*. B.) ClassTransformer + ClassLoader. The ClassTransformer transfor

Re: apis @asf

2014-05-18 Thread Mark Struberg
Well, not sure it has to do with it, but since 7.0.53 I get a MethodNotFound in a project which used to work since years if the EL has a null parameter: java.lang.NoSuchMethodException: de.jaxenter.eesummit.caroline.gui.beans.Menu$$OwbNormalScopeProxy0.activateMenuItem(null) java.lang.Class.ge

request.getUserPrincipal() returns null in a ServletRequestListener#requestInitialized in tc-7.0.54

2014-08-04 Thread Mark Struberg
Hi! I've recently found out that getUserPrincipal() returns null in a Listener [1].  I remember that this used to return the correct Principal in older versions (might be some time already).  Also from reading the spec I assumed it should work. Any infos on this? LieGrue, strub [1]  http://sv

Re: request.getUserPrincipal() returns null in a ServletRequestListener#requestInitialized in tc-7.0.54

2014-08-04 Thread Mark Struberg
-08-04 22:04 GMT+02:00 Jean-Louis MONTEIRO : >> > It should return at least always a non null principal AFAIR, isn't it? >> > >> > >> > 2014-08-04 19:33 GMT+02:00 Mark Struberg : >> > >> >> Hi! >> >> >> >> I've

Re: request.getUserPrincipal() returns null in a ServletRequestListener#requestInitialized in tc-7.0.54

2014-08-05 Thread Mark Struberg
>did you debug in org.apache.catalina.connector.Request#recycle? > > >Romain Manni-Bucau >Twitter: @rmannibucau >Blog: http://rmannibucau.wordpress.com/ >LinkedIn: http://fr.linkedin.com/in/rmannibucau >Github: https://github.com/rmannibucau > > >2014-08-04 22:37 GMT+