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...