• 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

url redirection in Jboss 5.0.1

 
Greenhorn
Posts: 2
Open BSD Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello

I need to configure Jboss.5.0.1 GA is such a way that all the incoming request lands in default profile and it check for url pattern, based on which it internally
redirect to 8085 profile.

It would be grateful if someone can provide a explanation for this or any link regarding for this issue.
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What do you mean by "default profile" and "8085 profile"? (I though I knew what you meant by "default profile" until I saw "8085 profile", and now I am just confused as to what you are asking)
 
sanmesh Suril
Greenhorn
Posts: 2
Open BSD Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Jboss server having profile name as default(running under http 80 port) and MyProfile (running on http 8085 port). I need to redirect all request coming to default profile having ABC in url contect path to be redirected to MyProfile.
 
Peter Johnson
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Now I understand what you want to do, but JBoss AS does not provide URL redirection. You might want to front-end with Apache HTTPD which can do this for you.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic