1 Reply Latest reply on Mar 20, 2002 7:18 PM by jules_gosnell

    jboss 2.4.4 web.xml changes?

    eccolafilosofiadelpedale

      i've just returned to the world of jboss after an unwelcome detour into datawarehouse design and have downloaded jboss 2.4.4 (i was using 2.2.2 previously).

      when i try to redeploy the ears that previously worked with 2.2.2, jboss tells me that <web-app> in web.xml shouldn't contain the <session-timeout> tag. it doesn't let me put tags in there either.

      i can't find any documentation that refers to changes between versions, can anyone tell me where i should be putting these tags?

      thanks, simon

        • 1. Re: jboss 2.4.4 web.xml changes?
          jules_gosnell

          You have probably switched servlet containers by mistake.

          is definitely a 2.3-ism and would generate an error in a 2.2 container :

          Tomcat3/Jetty3 - servlet 2.2/jsp 1.1
          Catalina/Jetty4 - servlet 2.3/jsp 1.2

          You must have been running with a 2.3 container and move to a 2.2 one.

          Hope that helps,

          Jules

          P.S.

          The only currently available package with jetty4 is the JBoss3beta which contains Jetty implicitly.