I'm new to JASIG CAS and am creating some new pages that will link to the CAS login page (such as password reset , Create a new account). I'm not sure where to start it out of a new JSP file for new page content in After searching for the right keywords, it seems that I want to make the page accessible to < According to the new page inserted outside the code> / WEB-INF , the web server can not contain any content under the WEB-INF / view / jsp / default / ui / . I have tried to link a new JSP file directly without the file extension and without the casLoginView.jsp file. I web.xml to and to and / WEB-INF so I changed my new page to / Webapp to / web-INF , so now I can link to a new JSP file, which includes the file extension (e.g. , https: // localhost: 8443 / newpage.asp ).
Comments
Post a Comment