Missing jetty.xml while setting up idp testbed

Misagh Moayyed mmoayyed at unicon.net
Fri Jun 19 18:29:33 EDT 2015


I am trying to set up a dev environment, and have the idp cloned from git,
installed, and have the testbed cloned and built. (the idp and the testbed
are cloned next to each other in the same directory) Problem I am seeing
is, when I execute "mvn jetty:run" on the testbed, it complains that it
cant find the jetty.xml file under ${idp.home}/system/conf/jetty.xml. I
checked, and there is no such file at the path that is reported to me. 

 

Is that something I should create first? 

 

Also, assuming I could get that to work later on, could the following
block be added to the jetty plugin? Scan timeouts will cause the context
load failures.

 

<configuration>

       <systemProperties>

           <systemProperty>

               <name>org.eclipse.jetty.annotations.maxWait</name>

               <value>240</value>

           </systemProperty>

       </systemProperties>

</configuration>

 

Misagh

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/dev/attachments/20150619/0d1d4c56/attachment.html>


More information about the dev mailing list