Postby ScalixSupport » Tue Jun 28, 2005 4:46 pm
Can you tell me what you have done so far ?
By default, the Apache installation uses port 80 only. Given that you said you have used ports 80 and 8080 and both get you to the Fedora Test Page, this would indicate that you have configured Apache to also listen on port 8080.
Unless you have requirements to use port 8080 with Apache for another application, the simplest approach is to remove your changes and ensure that tomcat is started by running
$TOMCAT_HOME/bin/startup.sh where $TOMCAT_HOME is the tomcat installation directory.
If tomcat was already running, I would have expected to see some errors reported in the Apache logs that port 8080 was already in use.
Cheers
Dave