I am new to Java EE concepts and the JBoss server. I have developed a simple Enterprise application. I started the server using a command prompt but the moment I tried to deploy it from Netbeans the JBoss Application Server start failed:
HTTP Connector port 8080 is already in use
is displayed on the output.
So how can I deploy it?