1 Reply Latest reply on Nov 15, 2002 9:24 PM by genman

    Resourcebundles in war/ear archives

    michael.baedorf

      Hello,

      I want to create an ear archive containg jar and war archive. The web application part (war) needs resourcebundles. I placed them under WEB-INF\classes. This runs using Jboss2.4.x and Tomcat 3.2.3 if I "deploy" the web part uncompressed under tomcat\webapps\MyApp. Now I try the same using the ear package, but I always get a missing resourcebundle exception!
      What could be my mistake?