From: Marc P. <ma...@an...> - 2003-03-24 19:32:25
|
On Mon, 24 Mar 2003 11:32:32 -0500, <kea...@na...> wrote: > I think Lane's approach is probably the simplest solution for you -- > just > use two servlets and map one to *.wmt and the other to Ignition/* or > whatever. The *.wmt servlet should probably just extend the Ignition/* > servlet adding some logic to deal with the template name. Yeah I see this, but I don't like it. There's a lot of data and structures loaded to support the application, and these should not be duplicated - which would require using a singleton for that data, which I also don't really like - for example it might be desirable to set up several instances of the main WM servlet while keeping -separate-data i.e. different configs - within the same web app. I don't like to restrict myself unless I really have to. I'll see how it goes :-) -- Marc Palmer |