4 Replies Latest reply on Apr 25, 2002 6:07 AM by dmulej

    jboss-3RC1-tomcat-403 problem

    dmulej

      Hi!

      I have problem with running war files on jboss-3RC1-tomcat-403. There is NullPointerException at line
      request.getSession().getAttribute("att");
      I checked and yes, line
      request.getSession().setAttribute("att", <>);
      was called before.
      My solution was radical: I replaced tomcat-403 (named catalina) with tomcat-402 and problem disappered !!?
      Any hints for cleaner solution?

      Thanks