Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added note about JDK 1.8 not requring MaxPermSize

...

Pre

-XX:MaxPermSize=256M

-Xmx600m

-Dtapestry.execution-mode=development

(If you're using JDK 1.8 then you should omit the MaxPermSize argument.)

Here's how it looks:

Finally, click Run.

Again, the first time, there's a dizzying number of downloads, but before you know it, the Jetty servlet container is up and running.

...