ParanoidCocoonServer / EJB's

2005-06-13 Thread Patrick Hess
Hi, I have a problem with an existing and deployed Cocoon application based on 2.1.2 which is using EJB's in a Weblogic 7 server. When we deployed the application for the first time speed was fine. Now after 1.5 year users complained about the speed of the application. I checked with "ab" and

Re: ParanoidCocoonServer / EJB's

2005-06-13 Thread Geert Josten
Hi, I'm afraid you will have to copy all relevant jar's into the cocoon's web-inf/lib when using Paranoid block. Cheers, Geert Patrick Hess wrote: Hi, I have a problem with an existing and deployed Cocoon application based on 2.1.2 which is using EJB's in a Weblogic 7 server. When we depl

Re: ParanoidCocoonServer / EJB's

2005-06-20 Thread Patrick Hess
I solved my own problem now and to document this for the archive here is what I found out for the combination of Cocoon/Weblogic7/EJB: - Cocoon needs the use the ParanoidCocoonServlet (web.xml) - Cocoon and EJB needs to be packed as .ear archive, I've haven't found another way when using the

Re: ParanoidCocoonServer / EJB's

2005-06-20 Thread Geert Josten
- as Cocoon doesn't like to be in a .war file create a directory with .ear structure, e.g. I used I expect that Cocoon by itself doesn't mind, but a lot of (default) settings of caching and logging modules point to files and directories of which Java then expects to find them on the file syst