On Wed, Aug 25, 2010 at 9:13 AM, arnaud icard <[email protected]> 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 ------------------------ [email protected] twitter: @hassan --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
