Jboss Server Error:Server already running on localhost

后端 未结 6 1743
说谎
说谎 2020-12-13 16:27

I am working on web project where jboss application server is required. After configured the jboss server, I was running my application. It is showing error like:Server alre

6条回答
  •  失恋的感觉
    2020-12-13 16:39

    Generally this issue happen because of proxy setting. If none of the process running on 8080 port and still you find this error then reason is proxy server is not bypass for local address.

    Bypass Proxy Server for Local Address by below Setting on IE.

    Open IE, Tools -> Internet Options -> Connections -> LAN Setting -> Check mark on checkbox "Bypass proxy server for local address"

    Now restart your jboss server.

提交回复
热议问题