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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...