0 Replies Latest reply on Sep 28, 2005 3:38 AM by nonprofitbean

    how to solve java.net.BindException:Address already in use

    nonprofitbean

      I am running a service over the JBoss application server.
      When i try to deploy my service i get the following error

      337 ERROR [EmbeddedTomcatService] Starting failed
      LifecycleException: Protocol handler initialization failed: java.net.BindException: Address already in use:80
      
      

      So far, I could understand that theres another service already using the port 80 (http). How can i solve this problem. I am running JBoss on a Linux machine...
      and the only service i want to run on the JBoss is the one im trying to deploy but showing error.

      Any help will be highly appreciated. Thanx in advance

      nonprofitbean