You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Raj Saini <ra...@emerging-trade.com> on 2002/09/24 13:14:24 UTC

Web application deployment with .xml files with multiple virtual hosts

 Hi,

I am using Tomcat 4.1.10. I integrated with Apache 1.3.x. I have
multiple virtual hosts configured on tomcat.

Tomcat 4.1.10 have a feature where we can deploy an application 
by
coping a .xml file in with webapps directory. There are examples
of admin and maanger applications.

I want to deploy the applications with the .xml file with 
multiple
virtual hosts and integrate with apache. In the server.xml file
contexts related to a virtual host are created under that
particular virtual host. How this can be achieved with .xml
file.

I feel, by default the applications deployed from .xml files are
assocaited with the defaulthost. Is there a way to associate 
these
applications to a virtual host other then default virtual hosts?

Thanks

Raj Saini