java - Tomcat page is not coming up when run from eclipse -
I am using Tomcat 7 and when I am also using it via eclipse.
When I run a tomatoes from the terminal (using ./startup.sh), it runs the '' Localhost: 8080 '' with the Tomcat page, but when I try to do it via eclipse So this page does not start. Any point which I am missing
thanks
try Http: // localhost: 8080 /
instead of localhost: 8080 /
Comments
Post a Comment