Hi,
  I have to use cocoon (with tomcat) and squirrelmail in the same server.
  I wanted to use vitual hosts but cocoon must be used with SSL and named
  virtual hosts are not possible. Thus, I'd like to use
  https://www.myaddress.com for cocoon and https://www.myaddress.com/mail
  for squirrelmail, and possibly also http://www.myaddress.com/mail.

  I've tried something like this in the httpd.conf

Alias /usuaris /var/lib/tomcat/webapps/usuaris

<Directory "/var/lib/tomcat/webapps/usuaris">
       Options Indexes FollowSymLinks
</Directory>

<Location /var/lib/tomcat/webapps/WEB-INF/>
       AllowOverride None
       deny from all
</Location>

<LocationMatch /*>
       SetHandler jk-servlet
</LocationMatch>

Because I saw something similar with jserv but it seems jk-servlet doesn't
exist. Am I in the correct way? Does somebody have a smart solution for
the this?
  Thanks in advance!



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

Reply via email to