Any documents for how to build the shib idp from the source code and how to run and debug the idp?
Kevin P. Foote
kpfoote at iup.edu
Mon Oct 15 15:53:07 EDT 2012
On Mon, 15 Oct 2012, Yaowen Tu wrote:
-> I have synced all the related code from SVN.
Apparently you have found this page..
https://wiki.shibboleth.net/confluence/display/SHIB2/SourceAccess
Keep reading and it explains the rest of your questions and here is
another page that might help.
https://wiki.shibboleth.net/confluence/display/SHIB2/DevelopmentDocs
Also might find the high level doc useful... ??
https://wiki.shibboleth.net/confluence/display/SHIB2/UnderstandingShibboleth
-> Can anybody tell me what should I do in order to deploy the source code on
-> Tomcat so that I can debug the code? or in other words what do you usually
-> do?
Turn up logging..
-> Another question is, in case I changed any source code, how should I run
-> the maven to rebuild the whole Shibboleth IdP project?
If you're just adding to / changing the IdP you can use the normal mvn build
command set.
mvn -DskipTests -P release install
Your questions semi sound like they could be directed to the users list at
users at shibboleth.net You might find that that would be a better place to
query.
------
thanks
kevin.foote
More information about the dev
mailing list