0 Replies Latest reply on Feb 10, 2008 6:01 PM by vsa

    Problems with running JBoss in Amazon EC2 environment

    vsa

      Hi,
      I am deploying my jboss application server behind amazon ec2. It is essentially like deploying behind a firewall.
      1. I do : run.sh -b 0.0.0.0 to bind the jboss deployment to the physical local interface
      2. When a http request arrives on ec2, it is supposed to be NAT'ed to the physical host where the jboss instance is bound (on port 8080)

      It works just fine when I run Apache httpd, but when I run JBoss there is no traffic.

      Any ideas ?
      thanks,
      vsa