2 Replies Latest reply on Mar 26, 2002 6:10 AM by adrian.brock

    port conflict (8082) with HtmlAdapterServer

    lsanders

      It appears that the HTML admin server (localhost:8082) does not report an error if that port is already bound to another application. I use netbeans for my java development, and it happens to set up a web server by default on port 8082 (Forte for java does the same thing).

      Unfortunately, if you browse to the netbeans server, you get an empty directory listing with no indication that it is a netbeans hosted server. I thought I was looking at the JBoss MBean admin page, but I obviously couldn't find any of the information that was supposed to be there.

      The solution is simple: configure one app or the other to use an alternate port. It took me several hours to discover the issue, and I thought this post might help someone in the future.

      -Larry