Hi all
I'm trying to develop a web application that will run in WAS, and I've found a little problem that cannot solve.
Let the starting point of the application be an http request like bla bla
It's supposed to load a JSP page (and it does). I want to include a link in the JSP exactly equal as the above one, but with https.
My problem is that WAS "translates" the request, so when the JSP runs, it gets and I can't access the name of the servlet from this point.
So my question is: does anyone know a way to access the servlet name from the jsp code?
Any hint would be highly appreciated.
Thanks in advance.
Dian
I'm trying to develop a web application that will run in WAS, and I've found a little problem that cannot solve.
Let the starting point of the application be an http request like bla bla
It's supposed to load a JSP page (and it does). I want to include a link in the JSP exactly equal as the above one, but with https.
My problem is that WAS "translates" the request, so when the JSP runs, it gets and I can't access the name of the servlet from this point.
So my question is: does anyone know a way to access the servlet name from the jsp code?
Any hint would be highly appreciated.
Thanks in advance.
Dian