Skip to content
Snippets Groups Projects
Commit ff5eb7b1 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

webapp directory fixed

parent d5c387eb
No related branches found
No related tags found
1 merge request!263Mi rna cache problem
......@@ -68,7 +68,7 @@ public class StartupBean {
logger.debug("Application startup script starts");
ServletContext servletContext = (ServletContext) FacesContext.getCurrentInstance().getExternalContext()
.getContext();
Configuration.setWebAppDir(servletContext.getRealPath(".") + "../");
Configuration.setWebAppDir(servletContext.getRealPath(".") + "/../");
setInterruptedProjectsStatuses();
modifyXFrameDomain();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment