• 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 rewrite in JBoss 7

 
Sheriff
Posts: 3063
12
Mac IntelliJ IDE Python VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm having trouble porting our single rewrite rule from JBoss 4.2.3 to 7.0.2. The documentation page I found at http://docs.jboss.org/jbossweb/7.0.x/rewrite.html talks of server.xml and the rewrite valve, so it appears to have been cut-and-pasted from an older version of JBoss and isn't relevant. The only other piece of information I can find is in the issue tracker at https://issues.jboss.org/browse/AS7-1762, which says there are problems with URL rewriting, but doesn't seem to suggest that it doesn't work at all. Here's sample from that page:



That looks like a new way of doing rewriting, but I can't find it documented anywhere. If anyone could help out with a link, I'd really appreciate it. Thanks!

 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
See "rewrite" section in the JBoss Web documentation here http://docs.jboss.org/jbossweb/7.0.x/config/host.html
 
reply
    Bookmark Topic Watch Topic
  • New Topic