| 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,
|
 |
 |
|
|
subject: two application deployed having same context root
|
|
|