This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes BEA/Weblogic and the fly likes two application deployed having same context root Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "two application deployed having same context root" Watch "two application deployed having same context root" New topic
Author

two application deployed having same context root

senthil sen
Ranch Hand

Joined: Oct 10, 2002
Posts: 182
Recently I deployed 2 applications in weblogic7 and weblogic8

/usr2/applns_one --> dev
/usr3/applns_one --> staging

Here "applns_one" are the same in "/usr2 and /usr3" where "/usr2" is for dev and "/usr3" is for staging.

I deployed both on the same instance or managed server of weblogic.

first deployed app (/usr2) had a context root "/applns_one-1"
Second deplyed app (/usr3) had a context root "/applns_one"

After deployment I see 404 error for the URL which is accessing "/usr2" appln since its context root is "/applns_one-1".


My issue is how can I deploy "/usr2/applns_one" and /usr3/applns_two" on the same managed server.
Is there any workaround for this in weblogic.

Thanks,
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: two application deployed having same context root
 
Similar Threads
I am getting this message : "Error 404--Not Found" while starting an app by Weblogic
Context path stripped from deployed app
problem on web app using root context (/) in weblogic 7.0.2
problem on web app using root context (/) in weblogic 7.0.2
find cause of slow performance in remote server