> A second launch means a second set of servlet instances, second set of > resources, overall a higher memory footprint and they won't share data. > > Placing this stuff in server.xml does work, but if you want to change > the config you are required to bounce the tomcat service for changes to > take effect. With the Context definitions in separate files, you can > use the manager webapp to stop/start/restart individual webapps without > taking down the whole server and all the other webapps tomcat is serving.
That's a very helpful answer. Thank you very very much :-) As newbie it is confusing, why it is possible to configurate a context in different files. But with this answer I know why. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]