• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Context Redirect in weblogic 10 MP 1?

 
Ranch Hand
Posts: 977
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have an webapp witch has a context configured in weblogic.xml to respond to /contextname so the url http://www.someurl/contextname works fine and the application responds correctly. What I need is to have the url:
www.someurl automatically redirected to use contextname so a url from browser: www.someurl Instead of 404 error code shold be redirected to www.someurl/contextname automatically. Does any one has suggestions on better way of doing this?

P.S - I have solved this problem already deploying a new package with default context wich redirects on index.jsp for the correct application context but I really feel like weblogic problably has some configuration that would intercept a call to www.someurl and redirect it to www.someurl/contextname. Any ideas?
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic