This is actually not related to jsp....
Its related to the Apache tomcat server..... :icon_rolleyes:
I run the startup.bat file where is located in bin folder..
than tomcat was started...it use 8080 port
(http://localhost:8080):icon_lol:
after that
I created the jsp page using netbeans & rut it.tomcat was started & run.....
it use port 8084 (http://localhost:8084):?:
If i want to go to tomcat manager I had to use
[B]http://localhost:8080/manager/html[/B]
If I run jsp/servlet page using netbeans it use
[B]http://localhost:8084/Project_Test/[/B]
:-/
Is it can happen....:icon_question:
What is happen in there :icon_question:
what is the mechanism in there :icon_question:
how many ports it can used ? (unlimited ? ) (Where is defined ? )
:icon_question: