Context path refers to the portion of the web request URI that indicates the context of the request. The context path always comes first in a request URI.

learn more… | top users | synonyms

0
votes
0answers
37 views

context-path issues in tomcat 6.0.20

I want to change the context-path of my web-application. In C:\software\jboss\EWS\1.0\conf\Catalina\localhost I created my#path.xml such that I can access my web-application using ...
0
votes
0answers
37 views

Multiple Context path for single war deployment

Can anyone help me on this. We have existing wep application (WAR) in production. Now we are doing some enhancements or new feature adding. Currently it called by localhost:8080/MyApp . Server : ...
0
votes
0answers
37 views

Set a context path of web application in Tomcat 6

I am trying to configure a context path in Tomcat 6 but not able to do. When i am entering the URL like http://:8080/myPortal/loginMgmt/login.htm , i am able to access the application. But i want to ...
0
votes
1answer
363 views

Tomcat 6 to Tomcat 7 causes context path to stop cooperating

I have a webapp that is working swimmingly in Tomcat 6. Let's say it's running on server:8282/MyApplication. I have a context xml that looks like this: <Context crossContext="true" ...
0
votes
1answer
91 views

c:url tag includes jsession id query string

What is the best way of obtaining context-root on a jsp page. If I hardcode my css/image to "/myapp/images/foo.gif" then it will be a broken link if the context root / app name is changed. Using ...
0
votes
0answers
74 views

Context Path included when using https port - Glassfish

I made deploy of my aplication and when I access by http, everything works perfectly, but when I access the https page, the context root is included to the url. For example: my page is: ...
0
votes
1answer
566 views

How to get the root directory name in a Java web application where context and root names are different?

I have a web application where the context name is different from my root name. For example my root Dir name is myapp and the context path is app. Then how to get the root name (myapp) from the Java ...
0
votes
0answers
85 views

jetty HttpServlet with contextpath cannot find scripts/css in the resourcebase directory

I want to define http://{site}/xyz to access my application not just use the root. The HttpServlet servers up HTML with <script src="jqplot/{file}"> and <link href="jqplot/{css}"> tags. ...
0
votes
4answers
771 views

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 server start, so I don't have any Request object that could call getContextPath() and ...
0
votes
1answer
203 views

Tomcat context root

It might be a silly question. When I run the code from eclipse the URL I hit is http://localhost:8080/Test. There are some images and css and javascript in this project. I am giving the path for them ...
0
votes
1answer
208 views

How to access remote folder using http in java through cross context?

Below is the snippet : File folder = new File("http://10.155.6.108:9292/downloads/EA0005632_000000000/"); File file[] = folder.listFiles(); And Context is defined in server.xml file of ...
3
votes
3answers
1k views

Retrieving the servlet context path from a Spring web application

I would like to be able to dynamically retrieve the "servlet context path" (e.g. http://localhost/myapp or http://www.mysite.com) for my spring web application from a Service spring bean. The reason ...
1
vote
2answers
194 views

How do i link to my Image-Folder inside my Apache Wicket Application?

My Package-Structure looks like: src/main/java src/main/resources src/test/java src/test/resources src/main/webapp/css src/main/webapp/images src/main/js src/main/WEB-INF My images are stored ...
3
votes
1answer
637 views

How can I map multiple contexts to the same war file in Tomcat?

I'm using tomcat to deploy my applications, I would like to deploy as one single war to should server multiple context paths. Currently I have app1.war and app2.war, but both has same contents only ...
0
votes
1answer
338 views

GlassFish, set context-path of webservice

I have EAR with my web-service. No war module in my application. I mean http://[host]:[port]/[context-path]/MyWebService?wsdl For JBoss I am using jboss.xml For WebLogic I am using ...
0
votes
1answer
179 views

How to avoid broken links in common header file

I have a common header.php to include in virtually every page of the website. I have relative links to different resources in the header.php file. As soon as I include it in other pages which are ...
0
votes
2answers
195 views

StringBuffer going to append path for every method call

i am setting contextPath dynamically by using StringBuffer in java file. Here for every call the path is appending to StringBuffer Object based on number of calls. How can i run below code properly. ...
1
vote
0answers
329 views

How to change context path in java file

i have signature.java file . It is having an init method. Here i need to change static context path to dynamic contextpath. Here myweb is the contextpath. private void init() { ...
2
votes
1answer
3k views

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 links (account activation, reset password, confirmations etc). I don´t want to hardcode the ...
2
votes
1answer
755 views

specify variable context path in spring security (3.0.x)

We are developing "box" web-product, so I cannot foreseen the environment where application is deployed. This application uses spring-security. But it is appeared that if Tomcat placed application not ...
0
votes
1answer
132 views

Giving ../ in context path is this Good practice.?

Is this good practice to put../in context path. But this is working fine. <pg:pager maxPageItems="20" maxSetPages="1" url="../cases/handleCaseSearchResults.do" ...
0
votes
1answer
323 views

Getting error while setting context path to url

I am setting the context path in jsp page but it is showing error while running the jsp page. as shown below. <c:set var="path" value="${pageContext.request.contextPath}"/> <% ...
0
votes
1answer
442 views

Looking for image in HDD rather in context

I have multimodule project Project |--src |-JavaFile.java Web-Project |-Web-Content |-images | |-logo.PNG |-pages |-WEB-INF regular java module - contains src with all ...
1
vote
0answers
368 views

How to: specify a context path for links in a JSF application? [duplicate]

Possible Duplicate: How get the base URL? How do i specify a context path for JSF application so that I dont need to provide full urls to links in my code ? Using Facelets 2.0
1
vote
1answer
546 views

Application path in Weblogic server

In Struts action class how do I get the application path? I want to read an XML file from webcontent\applicationName\Config\myxml.xml Thanks.
5
votes
4answers
5k views

Spring MVC Request URLs in JSP

I am writing a web application using Spring MVC. I am using annotations for the controllers, etc. Everything is working fine, except when it comes to actual links in the application (form actions, ...
5
votes
3answers
2k views

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 have a bean which is an instance of DefaultWsdl11Definition. One of the properties that ...
1
vote
2answers
781 views

Configuring Virtual Hosts Apache

I have been trying to configure my apache server to support virtual hosts, these hosts, would then redirect any request made at port 80 to different applications hosted in a Jboss AS, so for example ...
0
votes
2answers
4k views

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 (yes, the file exists). Here is the file structure and code: <jsp:include ...
0
votes
1answer
545 views

Need to find the web application path

I created a web application using netbeans and glassfish server. I created a new java file inside that application. I want to find the current application path in that java file.
1
vote
2answers
3k views

tomcat unable to get ServletContext.getContextPath()

hi all i am trying to get the contextPath but i get this exception ServletContextHandler.contextInitialized()HERE MY PRINT 2011-02-22 02:45:38,614 ERROR main tomcat.localhost./photo.Context - ...
1
vote
2answers
3k views

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:graphicImage> evaluates the context path correctly, the h:outputLink evalutates it to nothing. I have ...
2
votes
2answers
3k views

Struts2 anchor tag doesn't include contextPath

%{#request.contextPath} doesn't work inside an s:a tag in Struts2. (Struts 2.2.1 to be specific.) Is there a way to make it work? It works in other Struts2 tags. Here are two lines in a JSP file in ...
0
votes
1answer
507 views

how to specify the contextPath

Hi I am using jetty servlets. I have the following structure. war/web-inf/web.xml war/classes/servlet.class (servlet I want to call) war/*.html Problem: ServletContextHandler context = new ...
0
votes
1answer
907 views

Deploying Struts2 Application without ContextPath

I've got a struts2 application running under a contextpath "/path" on my local tomcat without problems. When I deploy it on a webserver (using a proxy to redirect from "http://www.domain.com" to ...
0
votes
1answer
161 views

Can't get jsps to isntantiate java classes in glassfish

I'm trying to a simple thing: instantiate a normal Java Object from a JSP deployed in the default domain on GlassFish. GlassFish can never seem to find the class so I keep getting ...
1
vote
2answers
591 views

contextpath is appended

dear all, i have created one hyperlink, and by clicking on that i am redirecting the page to another JSP, but i am not getting the correct URL that i am passing, URL is appended with another string ...
2
votes
1answer
213 views

Specifying Locations relative to the context XML in Spring

Is there a way to reference a properties file on a file system (not on a classpath) relative to the Spring's context file itself? What I want to do is the below: <bean ...
2
votes
4answers
3k views

Java servlet context root

Is it permissible to have multiple entries as the context root of a servlet? For instance, all Sun examples use a single /catalog or something similar as the context root, but could it be ...
0
votes
4answers
633 views

How can I run servlet without user interacting

I want to excute a servlet to get server name,server port and ContextPath from request. But I don't want to invoke servlet by user interacting. I want excute this servlet by Java code. I'm not sure ...
1
vote
5answers
2k views

Tomcat does not recognize my context

I have a web application and use tomcat-5.5.27, eclipse 3.4 on open SUSE. I use it from eclipse (deploy, run, debug, etc...) I have to set some JNDI resources (datasources) that Tomcat will expose ...