I even created a spring-boot-blazeds-integration module that integrates BLazeDS in Spring-Boot. I recently discovered that the repo was missing a property file (it was excluded by the gitignore), but after adding it to the repo now things should work nicely. So if you are using Spring, I would suggest to go down that path.
I wrote down the documentation here: https://cwiki.apache.org/confluence/display/FLEX/BlazeDS+Spring-Boot+Starter Hope that helps, Chris ________________________________ Von: Christofer Dutz Gesendet: Mittwoch, 24. August 2016 09:38:48 An: [email protected] Betreff: AW: will BlazeDS run on Apache 8 and newer Hi Jean, Well these modules are simple adapters to run BlazeDS in TOMCAT 7 or earlier versions. They don't really contain much magic. I prefer to use Spring-Flex Integration anyway so I never use these "flex-messaging-opt-tomcatX" modules anyway. And yes, I can confirm that BlazeDS works nicely with Tomcat 8 as I'm currently using it :-) Chris ________________________________ Von: Dannemann <[email protected]> Gesendet: Dienstag, 23. August 2016 19:42:00 An: [email protected] Betreff: will BlazeDS run on Apache 8 and newer hi I am using apache 8 and I would like to know if my flex application will work correctly asking because when I am downloading the packages via Maven, I can only find the OPT lib for tomcat 7 <dependency> <groupId>org.apache.flex.blazeds</groupId> <artifactId>flex-messaging-opt-tomcat7</artifactId> <version>4.7.2</version> </dependency> and I would like to know if I really need this opt library.. what is its role in the framework? thanks in advance -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/will-BlazeDS-run-on-Apache-8-and-newer-tp13376.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
