Hi Everybody,
I have installed
tomcat 6 in my laptop. I have added tomcat 6 with eclipse
IDE.
My tomact works fine inside eclipse, i am able to run the application with both internal (IDE - browser) and external browser(Internet Explorer).
When i start tomcat externally from tomcat_home\bin folder - i get server started message
but when i try to run admin console in browser i get 404 error - requested resource is not available
I have configured tomcat admin console with port number 5000
http:\\localhost:5000\
I have also have
jboss in my laptop (jboss is in stop status)
i tried using netstat command in command prompt
i find
TCP 5000 connection is established
please help out.