rewrite « JBoss « Java Enterprise Q&A





1. How to rewrite an URL on a JBoss server?    stackoverflow.com

I would like to redirect/rewrite this two kinds of URLs:

  • mydomain.com -> newdomain.com
  • mydomain.com/specificPage -> newdomain.com/newSpecificPage
  • mydomain.com/anyOtherPage -> mydomain.com/anyOtherPage (no redirect here)
So I just want to redirect the root domain to a new domain, ...

2. How to rewrite URLs on jboss    stackoverflow.com

I am developing a JEE project (used EJB3, JSF and maven) run on jboss 4.2GA app. server. My problem is I want to rewrite my URLs while passing param values between pages. ...

3. jboss valve encoding problem while url rewriting    stackoverflow.com

I have an app., coded with ejb3, jsf and maven, which runs on jboss 4.2.2GA The problem I have been facing for 2 days is I cannot convert non-english characters that are ...

4. Encode query string parameters in url with URL Rewriting using rewrite.properties file    stackoverflow.com

I just stucked with this problem. I am having 2 parameters in query string and i want to encode them using URL rewriting using RewriteRule and RewriteCond in rewrite.properties file. I wrote ...

5. WSRP URL rewriting in JBoss Portal 2.7.2    stackoverflow.com

Does anyone know if WSRP URL rewriting is supported in Jboss Portal 2.7.2 when acting as a producer? Currently, the URL rewriting is done on the consumer, which has to parse the ...