Tomcat index page not showing on Chrome
Tomcat's (7.0.12) index page isn't showing up on Chrome when typing localhost:8080(it just says: "It works!"), if I remember it right, this is the Axis2 test page. It's showing up normal on Firefox though. I like Chrome!! Also, I managed to get into it by typing http://127.0.0.1:8080/开发者_JS百科 (!). What's going on?
I easily resolved this problem by going to:
Windows->show servers
Then one window will open in down of eclipse go to Servers tab there you will see Tomcat 6.0 or 7.0 at localhost(Stopped,Unsynchronized)
Double click this one and window will open on top screen
Two tabs will be there Overview and Modules
Click modules and remove modules deployed there
Then close it, it will ask you to save yes or no. Click yes.
Double click again
This time stay at Overview and
Select Use tomcat installation take control of tomcat installation.
Close again
Select yes to save
Run the server go to chrome or mozilla type URL of home page to see home page.
精彩评论