K. Chi Bui wrote: > I have two different folders for appBase and docBase. I have my .wae > files in the docbase and of course this is set in the Context tag.
So, to be clear: - your host has an appBase directory - you have placed appname.xml files in the appBase, one per WAR file - you have a second directory, called abc for this example - all of your WAR files are in the abc directory - each appname.xml has docBase="/some/path/abc/appname.war" If this is the case, this should work. If this is not the case please provide more detail on your configuration. > But having the war in the docBase, how can I tell Tomcat to redeploy > them because they are not in 'appBase'? This is my main question. You don't want to reploy them, you want to reload them. You can use the manager to do this. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]