can I install apache tomcat 6 and apache http web server on the same machine (Ubuntu 11.10) without problems ?
tomcat to serve GeoServer
apache web serve to serve static files
can I install apache tomcat 6 and apache http web server on the same machine (Ubuntu 11.10) without problems ?
tomcat to serve GeoServer
apache web serve to serve static files
Install (bind) each either on separate IPs, or same IPs but different ports.
In the last case, you can have Apache running on port 80 and ProxyPass URLs to Tomcat running on port 8080. That way Apache becomes the front-end.