Hallo, i have a few web aplikations (wars) which contains the same files and classes in same packages, with only diference in web.xml config file. And I have problem with unwanted sharing object between this applications. For example, I have
some.ear -first.war -WEB-INF/classes/testpackage.Config -WEB-INF/web.xml with some servlet property named "database_schema" with value "first", which is red and returned by Config class -second.war -WEB-INF/classes/testpackage.Config -WEB-INF/web.xml with some servlet property named "database_schema" with value "second" But both objects, Config from first.war and second.war, returns the same value - "second" Why? where is some configuration property which causes it? I have JBoss 3.2.2 with Tomcat, I tried to use 3.2.3 version with the same effect. Thanks for help, Jiri ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user