fritzdimmel wrote:
> Hi,
> Thanks a lot! This was the solution to my problem.
> 
> I've another questions regarding WAR-specific configuration:
> Is it possible to:
> -) configure CLASSPATH extensions to single WAR files (maybe directly in
> this config file (cont/Catalina/<hostname>/<myApp>.xml))
Not without custom code. Why not just package the jars with the war?

> -) do configuration settings to override configs defined in the WAR without
> modifying content in the extracted WAR?
Just edit CATALINA_BASE/conf/<enginename>/<hostname>/<contextpath>.xml

That file only gets removed if the app is undeployed. If the app is
updated that file gets left alone.

Mark



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

Reply via email to