I have installed apache-tomcat 8.0.30 in etc folder. How can I find the tomcat's user directory in ubuntu?
Which one is tomcat's user directory? what is meant by user directory? is it the configuration directory? temp directory?there are so many directories.
I am following an instruction on a tutorial and it say's tomcat's user directory but I am not sure which directory it means.
Also when I install tomcat in etc folder, does it create a directory in /usr/share/tomcat{X} ? because there was none but I created it and I don't think the tutorial means this folder because it was not created during installation.
thanks!
echo ~<username>
to display the user's home directory. In the case of the tomcat8 user, this would beecho ~tomcat8
– PeterToTheThird Jan 02 '23 at 15:32