[jboss-user] [Installation, Configuration & Deployment] - Re: using apache as jboss frontend and fine tuning url conte

zdaler do-not-reply at jboss.com
Tue Mar 13 04:56:44 EDT 2007


actually, using mod_rewrite I've been able to almost achieve what I'm trying to do : 

  | RewriteCond %{REQUEST_URI} !^/application2 [NC]
  | RewriteRule ^/(.*) /application1/$1 [L,P]
  | 
  | JkMount /* ajp13
  | 

The only problem is that all the links in application1 point to /application1/mypage.jsp ... so after only one navigation my url becomes :
http://mysite.com/application1/mypage.jsp

Any hints ?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027444#4027444

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4027444



More information about the jboss-user mailing list