Versions Compared

Key

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

...

  • using the launch configuration ide/eclipse/launch/prototype_xxx.launch
    • where xxx is html, restful, wicket, scimpi
    • this just runs org.apache.isis.WebServer which boots up Jetty with the web.xml
    • browse to http://localhost:8080
  • using mvn jetty:run
    • will need to run mvn clean install for the parent project first
    • cd into the support/prototype directory and do build
      • cd support/prototype
      • mvn install
    • cd into a viewer directory beneath this, and start the web server, eg:
      • cd viewer_scimpi
      start the web server:
      • mvn jetty:run
    • browse to http://localhost:8080 and click the link for the viewer you chose, eg /prototype-viewer-scimpi. The Wicket viewer needs a username / password of sven / pass
  • as an Eclipse WTP Server project

...