Thanks all. I trying to changing some code and redeploying the project.<br><br>What I have done:<br>1. Added a logging in UsernamePasswordLoginHandler.java<br>2. cd to &quot;java-shib-idp2&quot;(not the java-shib-idp2-main folder<code class="java plain"></code>)<br>

3. Ran: <font size="4"><code class="java plain">mvn -P release -DskipTests install</code></font><br><br>The wiki says all the generated file is under &quot;target&quot; folder. I do see the jar files and bunch of other folders. <br>

<br>What I am looking for is the &quot;war&quot; file which I can directly deploy to the Tomcat environment.<br><br>Can you tell me where can I get this war file, or what else I need to do to re-generate the war file?<br>

<br>It looks like I need to copy some jars to the original IDP install location, and re-run the install script. Is that correct? Is the new shibboleth-identityprovider-2.3.8.jar(I only changed UsernamePasswordLoginHandler.java file) the only jar I need to copy? or anything else? I don&#39;t want to get messed up, so I am asking here first.<br>

<br><br>Thanks,<br clear="all">Yaowen<br>
<br><br><div class="gmail_quote">On Tue, Oct 16, 2012 at 8:45 AM, Christopher Bongaarts <span dir="ltr">&lt;<a href="mailto:cab@umn.edu" target="_blank">cab@umn.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im">On 10/15/2012 4:54 PM, Paul Hethmon wrote:<br>
&gt; I follow what I learned from Kernighan and Ritchie long ago, use printf.<br>
&gt; Or in this case, make use of the extensive and easily controlled logging<br>
&gt; using logback.<br>
&gt;<br>
&gt; The code is complex, you could spend hours stepping through a debugger.<br>
&gt; Instead, turn up the debug level to TRACE and see how many gigabytes of<br>
&gt; data one request can create. If you don&#39;t see something, then add some<br>
&gt; debugging statements and recompile.<br>
<br>
</div>This is what we have done as well (though using DEBUG not TRACE ;)<br>
<br>
Also, I found it helpful to use an editor like Eclipse that will let you<br>
easily jump from the invocation of a  function/method/etc. to its<br>
definition.  This is helpful when, for example, learning the flow of the<br>
AuthnEngine.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
%%  Christopher A. Bongaarts   %%  <a href="mailto:cab@umn.edu">cab@umn.edu</a>          %%<br>
%%  OIT - Identity Management  %%  <a href="http://umn.edu/~cab" target="_blank">http://umn.edu/~cab</a>  %%<br>
%%  University of Minnesota    %%  <a href="tel:%2B1%20%28612%29%20625-1809" value="+16126251809">+1 (612) 625-1809</a>    %%<br>
</font></span><div class="HOEnZb"><div class="h5">--<br>
To unsubscribe from this list send an email to <a href="mailto:dev-unsubscribe@shibboleth.net">dev-unsubscribe@shibboleth.net</a><br>
</div></div></blockquote></div><br>