The moose likes Web Services and the fly likes context root problem on WAS 6.1 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "context root problem on WAS 6.1" Watch "context root problem on WAS 6.1" New topic
Author

context root problem on WAS 6.1

cnivas redy
Greenhorn

Joined: Apr 19, 2008
Posts: 17
Hi, I deployed a EAR in web sphere 6.1 and lately I found that in the application.xml the context root is mis spelled. I forgot to mention " / "
<context-root>EIService</context-root> instead of <context-root>/EIService</context-root> . what is the Impact of this mistake. does any body know?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: context root problem on WAS 6.1
 
Similar Threads
Tomcat Root Context
different contex-root for same war in application.xml
Multiple war in an ear file
Can we define same war with two different context-root?
context root problem for ear