Hi I have subclassed the ActionServlet multiple times to provide slightly different initialisations. These multiple instances have been mapped in web.xml and each assigned it's own extension mapping (*.xxx, *.yyy ...)
Are there any major issues with doing this with regards to resources stored in ServletContext etc, aside from the fact that things may get initialised twice on startup etc basically are there any real dangers in doing this Thanks Jin -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

