Missing jetty.xml while setting up idp testbed
Misagh Moayyed
mmoayyed at unicon.net
Fri Jun 19 21:55:29 EDT 2015
Thanks. I’ll give that a try.
As for multiple webapps, would the following sample help? (Note that the config also allows remote debugging which is very useful)
<configuration>
<webApp>
<contextPath>/default</contextPath>
</webApp>
<contextHandlers>
<contextHandler implementation="org.eclipse.jetty.webapp.WebAppContext">
<war>${basedir}/the-other-webapp.war</war>
<contextPath>/other</contextPath>
</contextHandler>
</contextHandlers>
<webAppConfig>
<allowDuplicateFragmentNames>true</allowDuplicateFragmentNames>
</webAppConfig>
<jvmArgs>-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=4000,server=y,suspend=n</jvmArgs>
</configuration>
- Misagh
> On Jun 19, 2015, at 4:10 PM, Tom Zeller <tzeller at dragonacea.biz> wrote:
>
> On Fri, Jun 19, 2015 at 5:29 PM, Misagh Moayyed <mmoayyed at unicon.net <mailto:mmoayyed at unicon.net>> wrote:
> 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?
>
>
> 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.
> --
> To unsubscribe from this list send an email to dev-unsubscribe at shibboleth.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/dev/attachments/20150619/79db40ce/attachment-0001.html>
More information about the dev
mailing list