Click to See Complete Forum and Search --> : Question about tomcat setup


Marcel2008
06-11-2001, 05:26 PM
I downloaded the tomcat 3.2.2 version.
When i run the startup.sh, i get this error:

FATAL: Java Bind Exception: address already in use.

Any ideas how to resolve this?

Thanks

PLBlaze
06-12-2001, 12:50 AM
Hm...you have something running on port 8080? if you don't then you need to either modify the service to listen on other port than 8080 or change tomcat's port that it will bind to...on a side note if your appended tomcat's config file to your apache.conf then you don't need to start it up as apache already has.Of course i could be wrong...but there's always jakarta.apache.org with great amount of docs and faqu's.Hope this helps.