Hi
I'm trying to develop a web application using servlets and JSP.
Let's say that the original URL to the servlet is
The servlets processes the request and sends it to the jsp. When the request reaches the jsp, it's something like
I want to include a link on the page, using JSP, that points to the original url, but with secure protocol, that is and my problem is that I can't access the servlet name from the jsp.
Now my question is: does anyone know a way to access the servlet name from the jps?
Thanks in advance.
Dian
I'm trying to develop a web application using servlets and JSP.
Let's say that the original URL to the servlet is
The servlets processes the request and sends it to the jsp. When the request reaches the jsp, it's something like
I want to include a link on the page, using JSP, that points to the original url, but with secure protocol, that is and my problem is that I can't access the servlet name from the jsp.
Now my question is: does anyone know a way to access the servlet name from the jps?
Thanks in advance.
Dian