Questions tagged [contextroot]
61 questions
0
votes
1 answer
Context-root with JSF 2.3 Web Application on GlassFish 5
I have a hard time trying to configure the context-root for my web application consisting of two artifacts, a Web Archive and an EJB.jar (XYZ_war.war and XYZ_ejb.jar)
I can reach the application without any problems using
localhost/XYZ
(or on the…

Ingi from INGiSOFT
- 21
- 5
0
votes
1 answer
Add Another Context Root Simulate webseal - Websphere 8.5
I need to simulate the presence of a Load Balancer (WebSeal) in my local installation of WebSphere 8.5. In detail, when an application is exposed through webseal is added into the URL, before the Application Context Root, the webseal Junction name.…

blkid
- 21
- 6
0
votes
0 answers
Redirect context root in Weblogic
I have Spring Boot application which I deploy to Weblogic container.
After it is deployed, I can access it using http://localhost:7001/my-application/
When I use http://localhost:7001/my-application - without trailing slash at the end, I'd like to…

Patrik Mihalčin
- 3,341
- 7
- 33
- 68
0
votes
0 answers
0
votes
1 answer
Context-root on JBOSS EAP-7
We are using JBOSS EAP-7 for deploying our legacy applications. We were able to create a virtual host and re able to access the application. We wanted to have our context mentioned in jboss-web.xml file applicable.
Right now we can access the…

pranav
- 421
- 1
- 11
- 27
0
votes
0 answers
WebSphere 8.5 with Grails 3.x
I'm trying to deploy an app developed in Grails 3.0.x at WebSphere 8.5.5
I've generated .war file and installed successfully but, when I'm trying to access through link http://localhost:9080/myContext/ following error appears:
Error 404: SRVE0190E:…

ArturoArreola
- 59
- 1
- 5
0
votes
1 answer
Grails app - set context-root for weblogic hosted app
I have an app that I am looking to deploy to a weblogic server. Without adjsuting the context root it is accessible via http://{IP}:{port}/{war fileName}. I am looking to adjust the context root so that I can keep the version number in the name of…

Sam Taylor
- 275
- 3
- 13
0
votes
1 answer
RAP application with entrypoint path defined to "/" is not working on Tomcat7
My RAP application has entrypoint defined following

To Kra
- 3,344
- 3
- 38
- 45
0
votes
1 answer
How can I get the context root of an application using a wsadmin jython script with -conntype NONE in WAS
I am trying to create a script that prints out the web URLs of certain commonly used applications, but am having difficulty finding a wsadmin command that will get the web context root for an application.
I am aware that AdminApp.view(app,…

Dazzlin Dave
- 1
- 1
0
votes
1 answer
customize web application root context in apache
I have web application abc.war and I want to deploy it on Apache Tomcat.
The problem is that, by default, the path to this application is http:///abc
but I want to access it as http:///xyz.
I put into WAR's META-INF folder…

kostya
- 133
- 1
- 3
- 9
0
votes
1 answer
tomcat: deploying a webapp which is accessed via browser without context root name
(Sorry for my english, please correct if somethings are wrong).
I have a webapp (spring mvc 4 application) which code is placed in tomcat-7/webapp/mywebapp/ folder. Webapp is accessed via browser with url http://my-web-app.loc:8080 (i.e. without…

Eugeny
- 53
- 6
0
votes
2 answers
Flex: How can I use the @ContextRoot in a Button or LinkButton
I'm trying to create a button that will simply link back to the context root. I noticed flex has a @ContextRoot attribute that appears to work only in certain cases. For example, if I try to use it in the following mxml:

Dave Meurer
- 33
- 1
- 7
0
votes
1 answer
Websphere Application Server 404 JSPG0036E "failed to find resource" error
I'm trying to deploy an application war in my local WAS (v8.5) and it looked like it went okay and the enterprise application starts up fine. The jsp pages are present inside the new war folders.
When I try to access it using the url…

dozer
- 861
- 1
- 11
- 22
0
votes
1 answer
Setting fixed context root of a Tapestry app deployed on Glassfish
I was wondering if there is a way to make Tapestry application to always have the exact same context root when deployed on Glassfish server?
For example, I'd like to always access my app as localhost:8080/myApp instead of…

ioreskovic
- 5,531
- 5
- 39
- 70
0
votes
1 answer
404 Error in running worklight hybrid application on Enterprise Worklight server
I have created a sample project with an SQL adapter and a hybrid worklight application. The application is a simple login form that accept userid and password and validate them against the value stored in database using the SQL adapter.
Now when I…

Anupam Yadav
- 11
- 3