I am having a problem reaching the index.jsp file in a java web application.
The folder screenshot:
I can only reach the index.jsp file below /webapp/ folder. I have another index.jsp into WEB-INF folder but I can´t reach it.
The app is a Java one with Spring, Hibernate, ... Spring is configured using java classes instead xml files.
Into WEB-INF/vista folder there is another index.jsp and I can´t reach it. Do you know what´s wrong with the configuration files?
Thanks.