To options:
1. Use:
ProxyPass / http://wahlfreiheit.ch:8082/ ProxyPassReverse / http://wahlfreiheit.ch:8082/
and move XWiki from tomcat/webapps/xwiki to tomcat/webapps/ROOT This means that you won't have the Tomcat manager app, but you will also remove /xwiki/ from the path.
2. Add a redirect from http://wahlfreiheit.ch/ to http://wahlfreiheit.ch/xwiki/
-- Sergiu Dumitriu <http://purl.org/net/sergiu/>
Thanks for trying to help me, but those to proposals are not solving the problem IMHO. 1. I don't want to move XWIKI from tomcat/webapps/xwiki to tomcat/ because then I couldn't use anything else with Tomcat 2. A redirect does somehow not work Even if I put the working link ( http://wahlfreiheit.ch:8082/xwiki/bin/view/Main/WebHome/) into the "ProxyPass" argument it does not work. The ProxyPass is actually working but somehow not. Do I may have to configure something in Tomcat, too? But then again, why is http://wahlfreiheit.ch:8082/xwiki/bin/view/Main/WebHome/working when addressed directly but not with ProxyPass...? All I want is if I enter http://wahlreiheit.ch in my browser it should go to http://wahlreiheit:8082/xwiki/ and show the xwiki installation...I don't get it.. :-(