Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

bfd02886
bfd02886
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
7

Discussions

Discussions
0

Questions

Questions
7

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by bfd02886
Customize the badges you want to showcase on your profile
Re: What are BlazeDS features and over plain ActionScript? - Adobe LiveCycle 24-09-2009
You are really talking about two different technologies when comparing ActionScript with BlazeDS.ActionScript is the scripting language used within Flex to perform processing within the UI layer of your application.BlazeDS is a set of jar files that you can add to any J2EE application to facilitate access of java objects directly from Flex using Flex's RemoteObject.Check the docs online here and you will see what I mean.

Views

70

Likes

0

Replies

0
Re: Servlet MessageBrokerServlet is not available - Adobe LiveCycle 24-09-2009
This usually means that you do not have access to the servlet. I would check with whoever is managing the server to see if you have access via port 8400.I had the exact same problem myself.Good Luck.

Views

102

Likes

0

Replies

0
Re: Deploy Flex Blazeds Application to Remote Server - Adobe LiveCycle 14-09-2009
Turns out that the issue running on port 80 was a server configuration issue. The hosting folks took care of the issue yesterday and everything seems to be running fine.I have a note asking exactly WHAT was changed, but the application is working so I'm happy with that right now.

Views

196

Likes

0

Replies

0
Re: Deploy Flex Blazeds Application to Remote Server - Adobe LiveCycle 11-09-2009
I'm not using Tomcat. I'm using a J2EE server called Resin which is what my hosting provider uses.I can run my application on port 80 or 8080 locally, but port 8080 is blocked by the provider because its a shared server and they probably want to lock things down pretty tightly, which I totally understand.I tried running blazeDS off port 80 but got a 503 error when I tried to connect. Is there any reason why I shouldn't be able to run off port 80? It works locally just fine, maybe its another res...

Views

198

Likes

0

Replies

0
Re: Deploy Flex Blazeds Application to Remote Server - Adobe LiveCycle 08-09-2009
Well it looks like I have any port in the 30000 - 35000 range available.So now it looks like I just need to pick a port and configure blazeDS to listen on that port.Is this just a change to the services-config.xml file or is there more to it?

Views

197

Likes

0

Replies

0
Re: Deploy Flex Blazeds Application to Remote Server - Adobe LiveCycle 08-09-2009
I posted a support ticket to my hosting company and they apparently block port 8080.So I have 2 options:1. Figure out what ports are available (and I'm going to guess not many other than 80) and use it.2. Upgrade my hosting package so that I can open up that port.If 80 is the only port available, can I use that if I use an HTTPEndpoint?

Views

197

Likes

0

Replies

0
Re: Deploy Flex Blazeds Application to Remote Server - Adobe LiveCycle 04-09-2009
Did you figure this out? I'm having the exact same issue and can't figure out what the solution is.

Views

198

Likes

0

Replies

0