Tagged Questions
1
vote
2answers
569 views
JSP for setting the BASE HTML Tag
I am running an application using jsp (gsp actually) under Tomcat.
All URLs are absolute. That is, every href begins with a "/".
For example:
<a href="/mytool/role/index" ...