- This topic has 2 replies, 2 voices, and was last updated 18 years, 11 months ago by rdeguz1.
-
AuthorPosts
-
rdeguz1Member“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
Scott AndersonParticipantThe 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.
rdeguz1Memberscott
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… -
AuthorPosts