<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Thanks. I’ll give that a try. <div class=""><br class=""></div><div class="">As for multiple webapps, would the following sample help? (Note that the config also allows remote debugging which is very useful)</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><div class=""><font face="Courier New" class=""><configuration></font></div><div class=""><font face="Courier New" class=""> <webApp></font></div><div class=""><font face="Courier New" class=""> <contextPath>/default</contextPath></font></div><div class=""><font face="Courier New" class=""> </webApp></font></div><div class=""><font face="Courier New" class=""> <contextHandlers></font></div><div class=""><font face="Courier New" class=""> <contextHandler implementation="org.eclipse.jetty.webapp.WebAppContext"></font></div><div class=""><font face="Courier New" class=""> <war>${basedir}/the-other-webapp.war</war></font></div><div class=""><font face="Courier New" class=""> <contextPath>/other</contextPath></font></div><div class=""><font face="Courier New" class=""> </contextHandler></font></div><div class=""><font face="Courier New" class=""> </contextHandlers></font></div><div class=""><font face="Courier New" class=""> <webAppConfig></font></div><div class=""><font face="Courier New" class=""> <allowDuplicateFragmentNames>true</allowDuplicateFragmentNames></font></div><div class=""><font face="Courier New" class=""> </webAppConfig></font></div><div class=""><font face="Courier New" class=""> <jvmArgs>-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=4000,server=y,suspend=n</jvmArgs></font></div><div class=""><font face="Courier New" class=""></configuration></font></div><div class=""><font face="Courier New" class=""><br class=""></font></div><div class=""><br class=""></div><div apple-content-edited="true" class="">
- Misagh
</div>
<br class=""><div><blockquote type="cite" class=""><div class="">On Jun 19, 2015, at 4:10 PM, Tom Zeller <<a href="mailto:tzeller@dragonacea.biz" class="">tzeller@dragonacea.biz</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="gmail_extra"><div class="gmail_quote">On Fri, Jun 19, 2015 at 5:29 PM, Misagh Moayyed <span dir="ltr" class=""><<a href="mailto:mmoayyed@unicon.net" target="_blank" class="">mmoayyed@unicon.net</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div lang="EN-US" link="#0563C1" vlink="#954F72" class=""><div class=""><p class="MsoNormal">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. <u class=""></u><u class=""></u></p><p class="MsoNormal"><u class=""></u> <u class=""></u></p><p class="MsoNormal">Is that something I should create first?</p></div></div></blockquote><div class=""><br class=""></div><div class="">There was a thread about this recently, the configuration for the jetty-maven-plugin is out-of-date, and I don't know how to configure it to load multiple webapps anyway. We run the testbed from Eclipse via Main.java, we know that works.</div></div></div></div>
-- <br class="">To unsubscribe from this list send an email to <a href="mailto:dev-unsubscribe@shibboleth.net" class="">dev-unsubscribe@shibboleth.net</a></div></blockquote></div><br class=""></div></body></html>