1) for the apache config you say i have to use
ServerName site.com
ServerAlias www.site.com
JkUnMount /ws2 worker1
JkUnMount /wss2 worker1
SSLProxyEngine On
ProxyPreserveHost On
#ProxyRequests Off
ProxyPass /wss/ wss://localhost:8090/linkage
ProxyPass /ws/ ws://localhost:8090/linkage
ProxyPassReverse /ws/ ws://localhost:8090/linkage
ProxyPassReverse /wss/ wss://localhost:8090/linkage
JkMount /site* worker3
only worker1 is defined in workers.properties. what is worker3, just a typo?
when i change worker3 and use worker1 i can load mailarchiva. but
2) i can't search in mails and i get the error "Connect to websocket not possible". in firefox console i see that wss://myserver/... was called with an error
3) i have configured apache with SSL, so mailarchiva runs under ssl. i have mod_proxy_wstunnel and mod_jk enabled.
thanxs
Markus
Markus