I am not sure what exactly are you trying to achieve, but the standard way to find the base folders seems to be by using `System.getProperty("catalina.base")` or `System.getProperty("catalina.home")`.
AFAIU, neither of them will help in accessing compiled JSP files.
If you want to compile the JSP in advance or tweak the compilation process, you may find useful the documentation for JspC maven plugin
Hello,
I am not sure what exactly are you trying to achieve, but the standard way to find the base folders seems to be by using `System.getProperty("catalina.base")` or `System.getProperty("catalina.home")`.
AFAIU, neither of them will help in accessing compiled JSP files.
If you want to compile the JSP in advance or tweak the compilation process, you may find useful the documentation for JspC maven plugin
Hope it helps,
Regards,
Michael