Bernardo, > apache work at 127.0.0.1:80 in webbrowser > > /usr/local//apache-tomcat-5.5.17/bin/startup.sh > Using CATALINA_BASE: /usr/local/apache-tomcat-5.5.17 > Using CATALINA_HOME: /usr/local/apache-tomcat-5.5.17 > Using CATALINA_TMPDIR: /usr/local/apache-tomcat-5.5.17/temp > Using JRE_HOME: /usr/lib/java/jre > > webbrowser can´t connect at 127.0.0.1:8080
Did you configure the HTTP/1.1 Coyote connector in your server.xml file? I believe that the default configuration is to use an AJP13 connector on port 8009, and not an HTTP connector on port 8080. Do you want Apache to handle outside connections to Tomcat? If so, then you should not be trying to connect to your webapp directly on localhost:8080 - you should use mod_jk or mod_proxy_ajp to connect Apache to Tomcat and then hit localhost:80/your-web-app. Hope that helps, -chris
signature.asc
Description: OpenPGP digital signature