• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Deploying with blazeds and flex

New Here ,
Mar 21, 2011 Mar 21, 2011

Copy link to clipboard

Copied

Hi, I currently have a problem with deploying my flex application connected to java using blazeds.

Have tried placing the release build file into webapps of tomcat and placing the class files in WEB-INF/classes

The following error was thrown when tried running the http file of my program from the tomcat in blazeds

Send failed

Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Status 405: url: 'http://localhost/MOSM/messagebroker/amf'

Not sure if what I am doing is correct or wrong. Unable to find any solutions on the web. Any help pls?

Views

382

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Mar 21, 2011 Mar 21, 2011

Copy link to clipboard

Copied

LATEST

Hi,

This error is thrown because MessageBrokerServlet doesn't accept GET method requests. Are you using RemotObject to invoke Remoting services? Please check the article in the URL below:

http://sujitreddyg.wordpress.com/2009/06/01/building-flex-application-for-blazeds-remoting-service-u...

Hope this helps.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines