Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

6) Download logging and testbed dependencies and add to the Jetty server classpath :

Code Block
languagebash
cd java-idp-jetty-base/src/main/resources/jetty-base
java -jar $jetty.home/start.jar --create-files

7) Run the testbed in Eclipse as a Java Application :

In the idp-testbed project, right-click on idp-testbed-jetty-10.launch > Run As > Java Application 

8) Go to the testbed webapp : 

https://localhost:8443/index.html

Issues

Logging

You will probably want to change the root logging level from DEBUG  to INFO  in idp-conf/src/test/resources/logback-test.xml 

...