waynebaylor wrote: anonymous wrote : each web context should have its own ENC. so, for a given WAR file you can define "java:comp/env/..." lookups in its web.xml/jboss-web.xml.
That's true. But if each war file is being shared by multiple web contexts then they all share the same ENC. Is there a way to set up each web context with it's own unique ENC? Ideally this would not be inside the war file (like jboss-web.xml is) so that it can be edited easily. Thanks, Steve View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077676#4077676 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077676 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
