On Sat, Jun 27, 2009 at 7:39 AM, Dimitrios Christodoulakis<dimi....@gmail.com> wrote:
> I went ahead with your instructions running the Tomcat app under the > ROOT context. Disabled the http web server (Apache) and edited the > server.xml and server-minimal.xml files under Tomcat. server-minimal.xml is just an example, and has no effect on anything. > This time www.mydomain.com gives a "Page Load Error", I believe > because there is no web server listening to port 80. I am not sure if > by switching the web server component of Apache 2, I totally shut down > all web server capability. But Tomcat is indicated as up and running. "indicated" by what? First, look at your Tomcat logs to make sure 1) it did really start, and that 2) your app initialized successfully as the default context. Second, don't use a browser; access the port directly to see what responds -- `telnet www.mydomain.com 80`. If something accepts the connection, enter GET / HTTP/1.0 followed by 2 returns, and see what's returned. -- Hassan Schroeder ------------------------ hassan.schroe...@gmail.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org