cancel
Showing results for 
Search instead for 
Did you mean: 

mod_proxy url_rewrite jk_mod or proxypass ??

tschaefer
Champ in-the-making
Champ in-the-making
Hi!

I have the following probelem

I use apache httpd before alfresco tomcat.

the Host internal URL is http://localhost:8080/share/*

I want to reach Share from the internet over

http://mydomain.de:80/somewhat/share/*

What can I do?

The problem is that not only the port is change 80 <-> 8080 but also the "outer selector" /somewhat/ is inserted.

Please help!!!
Please provide me with delais or complete solution, because I have tried is myself with google many many ours…

Best Regards

Thorsten
2 REPLIES 2

tschaefer
Champ in-the-making
Champ in-the-making

tschaefer
Champ in-the-making
Champ in-the-making
I use now Tomcat URL rewrite to come nearer to the solution.

Therefore, I have downloaded and installed the tuckey.org URL rewrite Filter in /tomcat/webapps/share/WEB-INF

In urlrewrite.xml if have configured the Outbound Rule
<outbound-rule>
<from>/</from>
<to>localhost:8080/docs/</to>
</outbound-rule>

since I want a URL rewrite form /share to /docs WITHOUT redirect.

But it seemgly doesn't work

Can anybody say what is wrong and in which way I can apply a correct configuration?

Thank!

Thorsten
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.