Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

These instructions tell how to create a cloned copy of the RSF Simple Tool to create a hello world type development application called sakai.rsf.testbase.

  1. Copy MjnHelloWorld to RsfTestBase.
  2. Edit the project.xml file:
    1. Change artifactId to rsf-testbase
    2. Name to RsfTestBase
  3. Change the tool registration
    1. Rename file to sakai.rsf.testbase
    2. Edit id internally to sakai.rsf.testbase
  4. Update the web.xml file:
    1. Change the resourceurlbase to sakai-ref.
    2. Update the filter mapping: servlet-name to sakai.rsf.testbase.
    3. Update the servlet definition: servlet-name to sakai.rsf.testbase.
    4. Update the servlet mapping: servlet-name to sakai.rsf.testbase.
  5. Change the content template
    1. Refer to RSF Test Base.
  • No labels