Versions Compared

Key

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

...

  • using the launch configuration ide/eclipse/launch/prototype_html.launch
    • this just runs org.apache.isis.WebServer which boots up Jetty with the web.xml
    • browse to http://localhost:8080
  • using mvn jetty:run
  • as an Eclipse WTP Server project

...

  • using the launch configuration ide/eclipse/launch/prototype_restful.launch
    • this just runs org.apache.isis.WebServer which boots up Jetty with the web.xml
    • browse to http://localhost:8080
  • using mvn jetty:run
  • as an Eclipse WTP Server project

...

  • using the launch configuration ide/eclipse/launch/prototype_wicket.launch
    • this just runs org.apache.isis.WebServer which boots up Jetty with the web.xml
    • browse to http://localhost:8080
  • using mvn jetty:run
  • as an Eclipse WTP Server project