From: "Simon Tardell" <[EMAIL PROTECTED]> > I want to deploy multiple instances of the same webapp, with different > authorization rules. However, declarative security is done in the > web.xml of which there will only be one copy (referred by multiple > contexts).
I'm confused by why you say there's only one copy of web.xml. In addition to the global web.xml, I also have one for each context. Is there a reason why you can't do whatever you're trying to do in the web.xml that lives in .../webapps/yourContext/WEB-INF/ ? -- Wendy Smoak --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
