On Fri, 12 Oct 2001 05:04, Peter Royal wrote: > I'm not quite sure how to hook together all the phoenix pieces to get it to > do what I want here. > > We have an application that is 2 pieces, a piece built with Cocoon that > currently runs in Tomcat 3.x which communicates with the 2nd piece via RMI. > This is slow. I want to bring them into the same JVM (when both pieces are > on the same machine), and I believe phoenix is the tool I need to do that. > I can package up my RMI server as a block no problem, I'm just not sure of > how to make that available to the avalon structure that lives inside the > Cocoon webapp.
I would actually suggest that you embed Phoenix into Cocoon. The easiest way to do this is to look at SingleAppEmbeddor. It will embed a single .sar file and allows it all to use ContextClassLoader and stuff. I don't use it myself ... someone want to give an example of it's use? -- Cheers, Pete *------------------------------------------------------* | Despite your efforts to be a romantic hero, you will | | gradually evolve into a postmodern plot device. | *------------------------------------------------------* --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
