Top "Contextpath" questions

Context path refers to the portion of the web request URI that indicates the context of the request.

pageContext.request.contextPath not working

I'm using Tomcat 6.0.32 and I'm trying to include a JSP file into another, but somehow the file cannot be found (…

java jsp tomcat contextpath
Context Path in Jboss

There is a war deployed in JBOSS currently. If I want to figure out the context path for the WAR …

jboss contextpath
symlinking tomcat 8 directory resources

I would like to symlink JSP directories under Tomcat 8. It worked as well in Tomcat 7 on this way: <Context …

resources tomcat8 contextpath
Get host and contextroot in class without HttpServletRequest

I´m currently creating a class for handling sending of mails. For some of these mails I need to construct …

java servlets spring-mvc contextpath
How to set Spring root context path

I am a Spring newbie and am putting together a Spring web-app (not Spring-boot - how much difference does this …

spring web-applications contextpath
Is there a built-in Spring environment variable for the web context root?

I'm using Spring Web Services to expose a service as a web service. In my spring configuration xml file, I …

java spring spring-ws contextpath
How to get ContextPath in init() method of Servlet version 2.4

I'm using version 2.4 of Servlet and I need to get the ContextPath through the init() method which is called on …

java servlets contextpath
Java servlet context root

Is it permissible to have multiple entries as the context root of a servlet? For instance, all Sun examples use …

java jakarta-ee contextpath
How to Use ProxyMatch or ProxyPassMatch with Regex for mapping multiple Context paths

I am using IBM's IHS Webserver built on top of Apache Web server Version 2.2.4. My requirement is to proxy pass …

regex apache contextpath
EL context path evaluation difference between outputLink and graphicImage

I'm using the following to get a help document in our app. My problem is that while the <h:…

jsf el contextpath