|
Question : Unable to render tomcat home page
|
|
Hi, I installed Tomcat 5.5 on Linux. When i run the startup.sh, the out put says tomcat successfully started on port 8080. However when I do a netstat -a | grep 8080, i do not show anything running. Also when I go to the url http://servername:8080, I do not see the tomcat welcome page. I tried by changing the port to 6080 in the server.conf and repeating the steps, with same results. What am i missing? Thanks.
|
Answer : Unable to render tomcat home page
|
|
Hi,
Your system is Intel based. You can see 'i686' in the above line. Your kernel version is Linux 2.6.9. To check which distribution it is you apply the below command:
#cat /etc/redhat-release
It will show you the distribution name of your NOS.
|
|
|
|