Re: Error while application deployment in NetBeans5.5
Posted By:
Anonymous
Posted On:
Monday, September 17, 2007 09:20 PM
This usually implies that the server port (java application server, Tomcat .etc.) is currently using port 8080.
In the Netbeans IDE click "Runtime" to access Server and see If any other server is currently running using port 8080.
Hope this helps