1 2 Previous Next 17 Replies Latest reply on Jan 31, 2006 3:04 PM by busitech Go to original post
      • 15. Re: Flex + JBoss
        jwisetech

        I'm curious if anyone has tried flex+JBoss (w/ tomcat login classes, valve, etc.) with the latest release 4.0.2. Same configuration from 4.0.1sp1 works, but I am now getting the following exceptions during startup of my 4.0.2 instance...

        2005-06-08 14:56:32,991 DEBUG [org.jboss.web.tomcat.tc5.Tomcat5] Starting jboss.web:service=WebServer
        2005-06-08 14:56:33,261 INFO [org.apache.catalina.startup.Embedded] Catalina naming disabled
        2005-06-08 14:56:33,522 ERROR [org.apache.commons.digester.Digester] Begin event threw error
        java.lang.NoClassDefFoundError: org/apache/catalina/Request
        at java.lang.Class.getDeclaredConstructors0(Native Method)
        at java.lang.Class.privateGetDeclaredConstructors(Class.java:2328)
        ....

        • 16. Re: Flex + JBoss
          jwisetech

          I'm recompiling MM's Tomcat Valve against the new catalina libraries...apparently the valve contract has changed with TC55...will advise on results.

          • 17. Re: Flex + JBoss
            busitech

            Did recompiling work for you?

            1 2 Previous Next