--000e0cd70744c835910481fda305
Content-Type: text/plain; charset=ISO-8859-1
Greetings to all,
I am trying to configure my apache server
to serve pages from an underlying jetty application server.
This jetty servers hosts two applications in following paths
http://localhost:7070/bw/
and
http://localhost:7070/feedbrn/
my configuration is like this
RewriteEngine On
RewriteRule ^/$ http://localhost:7070/bw/ [P,L]
RewriteRule ^/bw$ http://localhost:7070/bw/ [P,L]
RewriteRule ^/bw/admin/(.*) http://localhost:7070/bw/ [P,L]
RewriteRule ^/bw/feedbrn/(.*) http://localhost:7070/feedbrn/ [P,L]
RewriteRule ^/bw/alfrescoUser/(.*) http://localhost:7070/bw/ [P,L]
RewriteRule ^/bw/(.*) http://localhost:7070/bw/$1 [P,L]
ProxyPassReverse / http://localhost:7070/bw
This does not seem to detech the feedbrn part.
How can I fix this problem?
Thanks in advance.
--000e0cd70744c835910481fda305
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Greetings to all,<br>I am trying to configure my apache server <br>to serve=
pages from an underlying jetty application server.<br><br>This jetty serve=
rs hosts two applications in following paths<br><br><a href=3D"http://local=
host:7070/bw/">http://localhost:7070/bw/</a><br>
<br>and<br><br><a href=3D"http://localhost:7070/feedbrn/">http://localhost:=
7070/feedbrn/</a><br><br>my configuration is like this<br><br><br><br>=A0=
=A0=A0=A0=A0=A0=A0 RewriteEngine On<br>=A0=A0=A0=A0=A0=A0=A0 RewriteRule ^/=
$ <a href=3D"http://localhost:7070/bw/">http://localhost:7070/bw/</a> [P,L]=
<br>
<br>=A0=A0=A0=A0=A0=A0=A0 RewriteRule ^/bw$ <a href=3D"http://localhost:707=
0/bw/">http://localhost:7070/bw/</a> [P,L]<br>=A0=A0=A0=A0=A0=A0=A0 Rewrite=
Rule ^/bw/admin/(.*)=A0 <a href=3D"http://localhost:7070/bw/">http://localh=
ost:7070/bw/</a> [P,L]<br>=A0=A0=A0=A0=A0=A0=A0 RewriteRule ^/bw/feedbrn/(.=
*)=A0 <a href=3D"http://localhost:7070/feedbrn/">http://localhost:7070/feed=
brn/</a> [P,L] <br>
=A0=A0=A0=A0=A0=A0=A0 RewriteRule ^/bw/alfrescoUser/(.*)=A0 <a href=3D"http=
://localhost:7070/bw/">http://localhost:7070/bw/</a> [P,L]<br>=A0=A0=A0=A0=
=A0=A0=A0 RewriteRule ^/bw/(.*) <a href=3D"http://localhost:7070/bw/$1">htt=
p://localhost:7070/bw/$1</a> [P,L]<br>
=A0=A0=A0=A0=A0=A0=A0 ProxyPassReverse / <a href=3D"http://localhost:7070/b=
w">http://localhost:7070/bw</a><br><br><br>This does not seem to detech the=
feedbrn part.<br>How can I fix this problem?<br>Thanks in advance.<br><br>=
<br><br><br>
<br>
--000e0cd70744c835910481fda305--
