Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8171487
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T21:28:36+00:00 2026-06-06T21:28:36+00:00

When using blazeds with apache tomcat, the rpc calls and push messaging system work.

  • 0

When using blazeds with apache tomcat, the rpc calls and push messaging system work. But when apache server is placed in front of apache tomcat, only the rpc calls work, the blazeds push messaging does not work. Hope someone has a fix to this and i would be glad if such person is willing to share his/her configuration set-up that worked.

Thanks in advance

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T21:28:40+00:00Added an answer on June 6, 2026 at 9:28 pm

    Had exactly the same problem too and here is the gist. You are probably using the SteamingAmf. The Apache Server doesnt want you leaving a perpetual open connection to the underlying server and as such buffers your data.

    To make everything work you will have to use the polling version. here is a smaple of the configuration you need to do in your services-config.xml

    <channel-definition id="my-polling-amf" class="mx.messaging.channels.SecureAMFChannel">
      <endpoint url="https://{server.name}:{server.port}/{context.root}/messagebroker/amfpolling" class="flex.messaging.endpoints.SecureAMFEndpoint"/>
    <properties>
        <polling-enabled>true</polling-enabled>
        <polling-interval-millis>0</polling-interval-millis>
        <wait-interval-millis>60000</wait-interval-millis>
        <client-wait-interval-millis>3000</client-wait-interval-millis>
        <max-waiting-poll-requests>100</max-waiting-poll-requests>
    </properties>
    </channel-definition>
    

    For the above configuration I am using https.

    Configure your messaging-config.xml as follows

      <destination id="DestinationID">
        <channels>
        <channel ref="my-polling-amf"/>
        </channels>
        <adapter ref="DestinationAdapter"/>        
      </destination>
    

    This should work assuming that your original setup was working. Good luck.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have a Flex client and a server that is using the Spring/Blazeds project.
I have a very large problem. I've written a large app using Flex3/Tomcat/BlazeDS/Spring that
I have a Java-based server side and a flex client side using Spring BlazeDS
I using messaging in Flex-BlazeDS. When the AIR client starts it connects to a
I have a flex UI which communicates with server using spring blazeds. I have
I am using BlazeDS for data-push feature in my Flex application project. From the
I'm trying to configure BlazeDS to work over HTTPS. We've got Apache in the
I am about to develop my masters project using Flex as front end, BlazeDs,
Is BlazeDS 4 work with Google App Engine. I'm using BlazeDS 3.2.0 and getting
I am building a Flex application which communicates with a Java server using BlazeDS.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.