Jason van Zyl wrote:

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.


Actually I was thinking about dragging this in via an Avalon configuration instance. That will enable management of default configurations and generally a massive simplification of the deployment process for the end-user (via cascading configs and packaged profiles).


Steve.

--

Stephen J. McConnell

OSM SARL
digital products for a global economy
mailto:[EMAIL PROTECTED]
http://www.osm.net




-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>



Reply via email to