Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 1 | Running Jetty |
| 2 | |
| 3 | 1. in Arguments Tab add to VM Arguments: |
| 4 | |
| 5 | -Dconfig.home=C:\Git_work\D2-SDnC\catalog-fe\src\test\resources\config |
| 6 | -Dlog.home=C:\Git_work\D2-SDnC\catalog-fe\target\log\ |
| 7 | -Dlogback.configurationFile=C:\Git_work\D2-SDnC\catalog-fe\src\main\resources\config\logback.xml |
| 8 | |
| 9 | 2. In Run Configuration make sure to run jetty version 8.x or newer |
| 10 | |
| 11 | 3. in order to test try: |
| 12 | http://localhost:8080/sdc1/rest/configmgr/get |
| 13 | or |
| 14 | http://localhost:8080/sdc1/proxy |