On Wed, Aug 25, 2010 at 9:13 AM, arnaud icard
<arnaud.ic...@univ-avignon.fr> wrote:

> The purpose of this server is to host multiple webapps (this one for
> instance : http://www.jasig.org/cas)
> For each of these webapps, we will contact the server with different urls :
>
> cas.domain.fr for the CAS webapp
> ent.domain.fr for the ENT webapp
> appli1.domain.fr for the appli1 webapp
>
> How can I do such a thing ?

Configure a Host element in server.xml for each of the above with
its own unique appBase, and make your app (e.g. CAS) the ROOT
webapp for that host.

Done.

If you really need Apache httpd for something else, then adjust your
forwarding appropriately. Otherwise you can remove it.

HTH,
-- 
Hassan Schroeder ------------------------ hassan.schroe...@gmail.com
twitter: @hassan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to