Deploying java-idp-testbed

Cantor, Scott cantor.2 at osu.edu
Tue Jun 9 11:37:52 EDT 2015


On 6/9/15, 9:07 AM, "Philip Brusten" <philip.brusten at kuleuven.be> wrote:


>
>1. Jetty.xml is pointing to the wrong location in de pom.xml of 
>java-idp-testbed:
><jettyXml>
>                         ${idp.home}/system/conf/jetty.xml
></jettyXml>

That's not wrong. It's supposed to be idp.home because if idp.home isn't 
in place, nothing's going to work anyway.

The testbed POM sets that here:

<idp.home>${project.basedir}/../java-identity-provider/idp-conf/src/main/re
sources</idp.home>


But that is likely Eclipse specific. I think that's the fundamental 
problem here.

>I'm using IntelliJ as IDE, but I think that shouldn't matter since it's 
>a maven project.

I don't run it via maven either, only Eclipse.

-- Scott



More information about the dev mailing list