facebook

[Closed]"Address already in use:JVM_Bind:8080" whe

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #243148 Reply

    rdeguz1
    Member

    “Address already in use: JVM_Bind:8080” I get this message when launching Tomcat5 to deploy a web project.

    I searched the forum database using the above quoted strings..no hits.

    I got this working previously and was able to deploy a web project to my Tomcat server.
    But now Im faced with this issue again.

    I have performed the following checks:
    My local Tomcat server is up, evidenced by the started (green light) icon on the bottom right panel of my screen. I also stopped the www publishing service. Are there any other checks that I missed?

    Appreciate any input to this issue.
    regards,
    rdeguz1

    #243157 Reply

    Scott Anderson
    Participant

    The problem is that you likely still have a prior instance of Tomcat running (which takes up port 8080) so when you relaunch the “new” server can’t bind to the port the “old” server is still using. It sounds like you’re running Tomcat as a service (the green light) reference, and if htat’s the case you shouldn’t be trying to launch it again from MyEclipse. You can either *not* run the service, and use MyEclipse to launch it, or run the service and use our Remote Debugging facilities to connect to and debug it. The remote debugging tutorial is in the documentation section here: http://www.myeclipseide.com/ContentExpress-display-ceid-67.html. There’s also a “Working with Web Projects” tutorial that takes you through the basics of getting a project deployed and debugging on Tomcat that you’ll also likely find useful. However, it assumes that MyEclipse is launching Tomcat, not that it’s being launched externally.

    #243200 Reply

    rdeguz1
    Member

    scott
    myeclipse support is awesome.
    thank you.

    i must have started the server right after installing/verifying tomcat,..
    then continued on to install myeclipse,config,create/deploy…
    it’s ok now…

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: [Closed]"Address already in use:JVM_Bind:8080" whe

You must be logged in to post in the forum log in