<div dir="ltr">Thanks Rod. That sounds good, but while I'm modifying the .jsp file, I'd like to view the changes without having to install shibboleth idp over and over again to see minor changes. Is there a way to do this?</div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, May 22, 2015 at 9:41 AM, Rod Widdowson <span dir="ltr"><<a href="mailto:rdw@steadingsoftware.com" target="_blank">rdw@steadingsoftware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">> You should be able to find a war file called idp.war which, if expanded (jar xvf idp.war) will contain the login.jsp file you are looking for<br>
<br>
</span>That’s tends to be a really bad idea because any change you make will be overwritten by an upgrade. The login.jsp in the war file is the output of the build, what you want is the input file.<br>
<span class=""><br>
> I'm not sure where to find " src/main/webapp/login.jsp within your IdP distribution package" in order to modify it.<br>
<br>
</span>You will find this in the directory that you unpacked the tarball into. Edit that, run the build command to rebuild the war file. Redploy it and test.<br>
<span class="HOEnZb"><font color="#888888"><br>
/Rod<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
<br>
--<br>
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net">users-unsubscribe@shibboleth.net</a></div></div></blockquote></div><br></div>