1 Reply Latest reply on Feb 22, 2002 8:13 PM by pcarion

    Different behaviour between Jetty and Tomcat

    pcarion

      I've got a .war file which runs under jboss(2.4.4) Tomcat(4.0.1) but not with jboss (2.4.4) Jetty (3.1.3-1).

      The problem is that jetty issue a MissingResourceException for a ResourceBundle.getBundle("poker.conf.conf");

      This conf.properties file is in the war file in :
      WEB-INF/classes/poker/conf/conf.properties

      It works fine with Jboss/Tomcat

      Can someone help me ?

      Thank's