As I understand it, BlazeDS doesn't have its own .war file. I don't think it would make much sense, since BlazeDS isn't an application on its own. It's a library that you can use as part of building an application. In other words, you need to build your own .war that contains your custom Java application logic, with the BlazeDS .jar files included as a dependency.
I'm actually working on restoring the BlazeDS samples project that was included with the old Adobe version. It was donated to Apache with the rest of BlazeDS, but no one seems to have kept it up to date. I happened to find it in the repository history recently, and I've been working on adding new Royale frontends to replace the original Flex/Flash frontends, and making sure everything can be built with Maven. This samples project will show how to build a .war file that you can deploy to Tomcat. -- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev> On Wed, Jul 12, 2023 at 4:23 AM Abhay Singh <ideatoe...@gmail.com> wrote: > Hello Team, > > While doing a POC for replacement of Coldfusion came across BlazeDS. > > Reason for change being newer version of coldfusion don't support AMF > anymore. > > BlazeDS would be a good choice as it supports push messages, hibernate etc. > > However , we are stuck with setting up BlazeDS with Tomcat as he is unable > to build war and set it up on tomcat. > > Referred Link: > > https://flex.apache.org/download-blazeds.html > > Furthe , also tried looking for the war files or turnkey version as > mentioned in below URL: > > https://lists.apache.org/list.html?dev@%3Cusers.flex%2eapache%2eorg%3E > > However, i am not able to find the older versions as well. > > > > Please suggest. >