Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Feb. 21, 2007

From Jim Martino:

Note

This may be a matter of taste, but I set this in sakai.properties:

  1. Indicates whether or not we allow web-service logins
    webservices.allowlogin=true

One less file to change when upgrading.

...

Notice the first two URIs. I had some trouble with our dev-box that was
worked around by binding to something like
'http://sakai.plu.edu:8080/...'. Notice this isn't SSL, and goes
directly to Tomcat (no Apache). Another little check is to browse to
something like https://sakai.plu.edu/sakai-axis/SakaiScript.jws and see
what Axis gives you. Upon clicking the link at that page you should get
some WSDL-style XML. If not, you might check out Apache or permissions
of the jws files. Here you might also get a sort of syntax error if
SakaiScript.jws is in bad shape.

Mar. 12,2007

For users creation first you need to be authenticated.

...