Versions Compared

Key

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

...

5. Restart Tomcat: test that when you hit login (you shouldn't be localhost, use your IP so that the domain cookie is set correctly and can be seen), that the form that has the "DistAuth log in" button is there. When you click this button, you should be taken to DistAuth. Check error logs for the debugging code that I have in Cookies/Filters, etc.

<!--

Sakai 2.0

1. Setup any Sakai usernames you would like to have login to the site.
(this step will be replaced by automated provisioning)

...

<listener>
<listener-class>org.sakaiproject.util.ToolListener</listener-class>
</listener>
..
</webapp>
-->
7. Rebuild Sakai and deploy to Tomcat
cd $SAKAI_DEV
maven bld dpl (or maven sakai)

...