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