Hi All,

I have a requirement to disable one default functionality in tomcat which is
mentioned as below,

URL: http://tomcat.apache.org/tomcat-6.0-doc/config/host.html
Section: "Automatic Application Deployment"
Description snippet: "If you are using the standard Host implementation, the
following actions take place automatically when Catalina is first started,
if the deployOnStartup property is set to true (which is the default value):
........................
........................
Any subdirectory within the application base directory will receive an
automatically generated Context element, even if this directory is not
mentioned in the conf/server.xml file."

I want to keep default setting "deployOnStartup = true", but disable
"automatically generating Context element for any subdirectory within the
application base directory"

Simply setting "autoDeploy = false" did not help me.

Also I did not find any workaround till now for this. Can anybody help?

Thanks.
-- 
View this message in context: 
http://www.nabble.com/Want-to-disable-%22automatically-generated-Context-element%22-tp21009387p21009387.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to