Hola ranchers.
I just want to ask questions about the real world (novice questions).
1. in our machines we use the following:
http://localhost:8080/mycontext/store/addtosc (/store/addtosc is url mapping for a
servlet).
what approach that is used in the real sites:
<a href="/mycontext/store/addtosc">
<a href="http://localhost:8080/mycontext/store/addtosc">
2. in real sites, we write:
http://www.mydomain.com/index.jsp where is the context?
(I mean why we don't write
www.mydomain.com/context/index.jsp