https://bz.apache.org/bugzilla/show_bug.cgi?id=65779
--- Comment #2 from Gael Lalire <gael.lal...@gaellalire.fr> --- In Vestige each application instance got 3 directories (I put default location on a Linux below, but is is OS dependent) : - conf : $HOME/.config/vestige/app/<app-instance-name> - data : $HOME/.local/share/vestige/app/<app-instance-name> - cache : $HOME/.cache/vestige/app/<app-instance-name> To install tomcat, I removed : - bin (a Runnable or Callable Java class is used to launch it, no need to keep a bat or sh script) - RUNNING.txt (not relevant since the launching is from the Vestige console) - lib (the .m2/repository is used) - logs (using system log [mac or systemd service] or put them in cache directory) - temp (using system temporary directory) So in conf dir it remains - conf (correct location) - logs (only non static logs localhost_access_log.txt, I would prefer it to be in CATALINA_BASE_CACHE by default) - pre-resources (a new directory to emulate classpath hack, whose conf is in conf/context.xml) - webapps (correct location for .war, but unzipped war is not a conf it should be in CATALINA_BASE_DATA by default) - work (I would like it to be in data by default, if you introduce CATALINA_BASE_DATA, I will set it in the Java class launcher) I know you can change the directories with some conf but I would like the default location to be modifiable. I hope I'm clear. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org