| Author |
easy uri context path req.getRequestURI()
|
Jack Adams
Greenhorn
Joined: Jun 08, 2004
Posts: 24
|
|
Is there easy function to get URI with Context Path NOT included? I am using RequestDispatcher to forward to resource. getRequestURI() includes Context Path. RequestDispatcher getRequestDispatcher resource is relative to Context Path. So /contextPath/contextPath fails...
|
 |
Marilyn de Queiroz
Sheriff
Joined: Jul 22, 2000
Posts: 9033
|
|
|
Have you checked getContextPath() ?
|
JavaBeginnersFaq
"Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt
|
 |
Ilja Preuss
author
Sheriff
Joined: Jul 11, 2001
Posts: 14112
|
|
|
Moving to Servlets forum...
|
The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
Just use '/' then the path (relative to the context) of the resource to which you want to forward. Why would you need to read the path from somewhere if the resource is inside your own webapp?
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
 |
|
|
subject: easy uri context path req.getRequestURI()
|
|
|