You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Pratap Parne <pa...@yahoo.com> on 2006/07/21 18:22:11 UTC

different server.xmls

can we configure tomcat in such a way that we have
only 
one tomcat in the memory and have different
server.xmls.one server.xml doent conflict with the other.

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: different server.xmls

Posted by Mark Thomas <ma...@apache.org>.
Pratap Parne wrote:
> can we configure tomcat in such a way that we have
> only 
> one tomcat in the memory and have different
> server.xmls.one server.xml doent conflict with the other.

No.

One instance in memory = one configuration.

Two configurations = two instances.

You can, of course, have a single configuration with multiple
services, hosts etc as per the docs.

Mark

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org