Christoph Begall wrote: > > That is very interesting although not really what I wanted: The idea > would be to build a server, that would be able to manage some sort of > Servlets. (The protocol is something like VJP (which does not really > exist at the moment), I would like to build VJPDaemon, which would use > this protocol over IP and would launch/start/execute one or more VJPlet. > This one I would develop a sar (What dows this stand for?)
Server ARchive, I think. There's an unreleased part of Phoenix that's called Sevak and it allows you to deploy servlets into an embedded version of Jetty, Catalina or Jo. I'm currently myself fighting with this stuff, because there's no docs yet, but the developers are very helpful. If you need a special protocol (i.e. something other than HTTP), then Sevak won't help you, but you could look at its code and do your own "container-within-container" thing from there. Ulrich -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
