On Wed, 2002-07-24 at 20:18, Stephen McConnell wrote: > > Could anyone provide some thoughts about the configuration approach for > Sevak - as things stand at the moment the implementation is basically > setting up an embeded tomcat service, a host, connector, etc as part of > the initialize method. It would seem to make more sense to suck in a > configuration basically equivalent to the <service/> element in the > Tomcat server.xml file and build up the hosts, connectors, ... from there. > > Am I on the right track here ?
You could ask the tomcat crew to make easily available their configuration mechanism so you can use the same tool (Digester) to parse the catalina configuration files. For turbine this would be useful: people could easily flip from using servlet container stand-alone to using an avalon container as _the_ container. > Cheers, Steve. > > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org In short, man creates for himself a new religion of a rational and technical order to justify his work and to be justified in it. -- Jacques Ellul, The Technological Society -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
