Problem running Apache-Tomcat on every web browser installed in Windows 7

Posted by Kush on Server Fault See other posts from Server Fault or by Kush
Published on 2011-02-09T06:48:06Z Indexed on 2011/02/09 7:27 UTC
Read the original article Hit count: 827

Hello everyone,

I'm working on a web application in JSP and my web container is Apache Tomcat 7.0.2 (Its portable cross-platform version). As I've made extensive use of HTML5-CSS3 and my target browser is Google Chrome, I'm able to run the the Apache server only in Opera web browser, neither of the remaining installed browser run it.

Here's the steps I have followed to start the server in my Windows 7 machine.

-Placing the 'apache-tomcat-7.0.2' directory on my root partition (i.e. C: Drive)

-Execute 'startup.bat' from 'bin' directory in it. (startup.sh if on Linux/Unix).

-Then, a Console window opens that shows log during the setup of server (separately from Command Prompt), and I need to keep that console running in order to keep the Apache server running, so I minimize it.

-Then, I open 'http://localhost:8080/' in various web browsers, and I could see Apache Server Homepage with same address only in Opera Web Browser (11.01), neither of other browsers installed can open it (Chrome 9, Firefox 4 Beta 10 or IE8).

-I also tried other port numbers, but none of them worked.

What can I do to make Apache run in every browser installed in my computer?

I have my computer dual boot with Windows 7 and Ubuntu 10.10, and in Ubuntu, every web browser installed can run Apache once I start it, but same is not working in Windows.

© Server Fault or respective owner

Related posts about apache

Related posts about windows-7