java - Path of folder in webapps in apache tomcat -


how find path of folder,for example: image present in webapps folder of apache tomcat in java project.

to find path of folder

right click on folder name --> select properties --> select resource on left side --> third option location.

that indicate file location in disk.


Comments

Popular posts from this blog

android - Hide only the Action bar on Scroll not action bar tabs -

Scala and implicit class instantiation -