Hi Folks, A couple of startup questions if I may-
When I launch the quickstart-html .launch from eclipse, what URI do I then need to browse? I tried browsing to just localhost:8080 but it gave 403 Forbidden localhost:8080 worked fine when I did: cd viewer-html ; mvn jetty:run From the quick-start.html page I'm having problems with: java -jar webapp/target/myapp-webapp-1.0.0-SNAPSHOT-jetty-console.war I've corrected the command to: java -jar viewer-html/target/myapp-viewer-html-1.0-SNAPSHOT.war (and changed 'myapp' to my app's name) - I'll update the site too at some stage. Even so, I get: failed to load 'isis.properties' The "equivalent" command: cd viewer-html ; mvn jetty:run works fine, gets its props from <myapp>/viewer-html/src/main/webapp/WEB-INF/isis.properties I'm guessing I need to add some args but which? Like in order to run the quickrun jar I needed to add: --type exploration --viewer dnd Best Regards Mike Burton
