shared libs, but non shared static object instances between multiple webapps?

2008-05-07 Thread Laurent
e); Seems the tomcat (java?) classloader is reacting specially in that case, like shortcutting it's ressource search?! Thanks, Laurent JVM : 1.6.0 update2 OS : Windows Server 2003 Tomcat : 6.0.13

ServletException hard to understand

2005-12-05 Thread Laurent FALLET
:799) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection (Http11Protocol.java:705) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java :577) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run( ThreadPool.java:683) at java.lang.Thread.run(Unknown Source) Thanks if you can give me a hand on that. Laurent

mod_jk troubles under heavy load

2005-12-13 Thread Laurent Perez
Is it a known performance problem and are there tips to avoid this ? Thanks for any input Laurent -- http://in-pocket.blogspot.com";>http://in-pocket.blogspot.com - Mobile world, technology and more - To unsubscri

Re: mod_jk troubles under heavy load

2005-12-13 Thread Laurent Perez
so I'll add this property and check the load afterwards. Thanks again Laurent - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

mod_jk versus mod_proxy under load ?

2005-12-26 Thread Laurent Perez
I googled quite a bit and results are just random, someone will tell jk is faster, someone else will tell proxy is faster, so I'm looking for some advice on this TC list. Thanks for any input Laurent -- http://in-pocket.blogspot.com";>http://in-pocket.blogspot.com - Mobile wor

Re: Tomcat 5.5 installation problem

2005-12-27 Thread Laurent FALLET
Hello, Normally you shouldn't have any problem, I've achieved this (3 tomcat 5 on the same physical machine and OS, linked through load balancing with Apache. Try again but it should work with the usual install. Regards, Laurent 2005/12/27, [EMAIL PROTECTED] <[EMAIL PROTECTED]>

Session not released after session.invalidate()

2006-07-28 Thread Laurent Duperval
Hello, I am using JBoss 3.2.5 with Tomcat 5.0.26. We are doing performance testing and we have found some issue which may be related to the way Tomcat handles sessions. Specifically, when we do a login/logout then look at the active sessions using the JBoss console, it says that there is one acti

Instantiating jsp custom tags outside the tag scope itself ?

2007-04-20 Thread Laurent Perez
a chain of renderers. It works, but is there something very, very wrong with this approach ? My tag usage within my renderer class follows the Tag lifecycle, i.e I always call tag.recycle(); at the end. Thanks for any input ! laurent -- http://in-pocket.blogspot.com";>http://in-pocket

getContext(uri) returns null

2006-06-14 Thread Laurent SAUVAGE
rrect ServletContext ? Regards, Laurent.

enable HTTP PUT on only one webapp

2006-06-30 Thread Laurent SAUVAGE
Hi, I would like to enable HTTP PUT method on only one webapp, not to all webapps. I prefer to not modify system wide web.xml, because if I do it this way I have to secure other webapps. How can I do it easily ? Regards, Laurent.

Tomcat5.5.17 not releasing custom JSP tags ?

2006-12-06 Thread Laurent Perez
Hi A webapp I'm working on uses custom JSP tags (1.2) under tomcat 5.5.17. I ran into the following problem : custom tag is supposed to have custom tags as children : has a addChild(Tag tag) method, doing children.add(tag); doStartTag() inits its children container : children = new ArrayLi

Deployment order strategy

2006-02-03 Thread LE CALVE, Laurent
> I have 3 different .war files to deploy under Tomcat 5.5 > I deploy under Tomcat (under webapps) these 3 files with Eclipse 3.2 and the > order they start under Tomcat is very important for me because they > communicate between them with WebServices. > > When Tomcat starts, I want that Tomc