Relative paths in JSP

Richard Levenberg richardl at ufp.com
Mon Apr 29 16:54:52 EDT 2019


I am trying to utilize an existing JSP for customizing the login page.

I have placed the .jsp in the correct place and renamed the
views/login.vm as documented here:

https://wiki.shibboleth.net/confluence/display/IDP30/PasswordAuthnConfiguration

i.e. edit-webapp/WEB-INF/jsp/login.jsp

The issue is the .jsp has relative paths like assets/js/Login.js. e.g.

        <script type="text/javascript" src="assets/js/Login.js"></script>

Where can I place the assets directory so that it will be read properly.

r




More information about the users mailing list