> What is the problem you are having, we use mod_proxy in several environments
> with wicket / tomcat.
>
> Jeremy

I have several apps on one hosting and several domains (aliases) that must
be directly connected to corresponding Web App/.

Configuration is this:

ServerAlias wicket.ru
ProxyPass /stats/ !
ProxyPass /webmail/ !
ProxyPass /lxadmin/ !
ProxyPass / ajp://localhost:8858/WicketRu/
ProxyPassReverse / ajp://localhost:8858/WicketRu/
ProxyPassReverseCookiePath /WicketRu /

The problem is with mapping domain alias directly to Web Application so that
context name is invisible. Index page is shown but Links still contain
contex name.
Test: open wicket.ru and click it's title it shows

HTTP Status 404 - /WicketRu/WicketRu/
type Status report
message /WicketRu/WicketRu/
description The requested resource (/WicketRu/WicketRu/) is not available.
Apache Tomcat/6.0.18

Filter mapping is

  <filter-mapping>
    <filter-name>wicket.ru</filter-name>
    <url-pattern>/*</url-pattern>
  </filter-mapping>

Wicket 1.3.5 is used.

Tony.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to