Results 1 to 1 of 1

Thread: Deployment issue in Spring +Blazeds

Threaded View

  1. #1

    Default Deployment issue in Spring +Blazeds

    Hi

    When i try to hit the deployed appliation, iam getting following error in my tomcat 7.0.23 console. Though my application deployed properly. i didnt see any error during the deployment

    [BlazeDS]HttpFlexSession has not been registered as a listener in web.xml for this application so no events will be dispatched to FlexSessionAttributeListeners or FlexSessionBindingListeners. To correct this, register flex.messaging.HttpFle
    xSession as a listener in web.xml.


    However i have the following tag in my web.xml. Also iam not getting my index.html when i hit the application, what iam getting is 404 error

    <listener>
    <listener-class>flex.messaging.HttpFlexSession</listener-class>
    </listener>
    Last edited by vijayalexander; Jan 27th, 2012 at 12:56 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •