Incorrect classloading

2004-08-17 Thread Dennis Thrysøe
Hi, I recently tried to use the newest version of jgroups within a webapp running in tomcat. JGroups comes with a commons-logging.jar for it's own logging. I discovered that Jgroups couldn't use commons logging, because commons logging coulnd't load a log4j class, even though log4j.jar was in

Re: Incorrect classloading

2004-08-17 Thread Dennis Thrysøe
Shapira, Yoav wrote: Hi, A webapp can use its own commons-logging library, but it must then move the one supplied with Tomcat out of the common and into the server lib directory. I see. That makes sense. Thanks. -dennis - To

Embedding Jasper / JSP compiling

2004-05-14 Thread Dennis Thrysøe
Hi, I'm currently working on embedding a jasper engine within a servlet container that I'm writing. During this work I have run into the following questions: 1) Is the only advantage to using fork=true, that the javac memory leak issue is avoided? 2) Has the javac memory leak issue been

Re: Embedding Jasper / JSP compiling

2004-05-14 Thread Dennis Thrysøe
Rick Knowles wrote: Dennis, I'm not a tomcat dev, but hopefully I can help anyway - having done what I think it is you're trying to do. I did mine for the Winstone servlet container (http://winstone.sourceforge.net) For Nos 1 and 2, I can't help. But for No 3 it involves setting context

Embedding part of Tomcat within a J2EE webapp?

2004-02-18 Thread Dennis Thrysøe
Hi, I am currently researching a way to implement web-container-like functionality within a J2EE compliant webapp, that can run on theoretically any servlet container. One way to do this, would be to embed parts of tomcat such that a number of self-managed web applications could be served