Versions Compared

Key

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

...

  1. Get the sling source as described here http://sling.apache.org/site/getting-and-building-sling.html#GettingandBuildingSling-GettingtheSlingSource here
  2. Build sling as described here
  3. Make sure Tomcat isn't running
  4. Copy the file <sling>/launchpad/builder/target/org.apache.sling.launchpad-6-SNAPSHOT.war to the <tomcat>/webapps/ directory.
  5. Rename org.apache.sling.launchpad-6-SNAPSHOT.war in <tomcat>/webapps/ to sling.war
  6. Start Tomcat
  7. You should now be able to access Sling at http://localhost:8080/sling

...