View Single Post
  #4 (permalink)  
Old 01-04-2006, 07:51 AM
marcmac marcmac is offline
Zimbra Employee
 
Posts: 2,103
Default port conflicts

You're running apache on port 80, which means that tomcat can't bind to the port, so it won't come up. You need to shut down apache, or move it to another port.
Reply With Quote