Versions Compared

Key

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

SoloWeb is a CMS framework that you can use to build Web sites.

For basic usage, you need to create a new WebObjects application and your Application class must extends from SWApplication, your DirectAction class must extends from SWDirectAction and Session must extends from SWSession. You also need to add the following property in your Properties file:

Code Block
is.karlmenn.soloweb.settingsFileLocation

The value have to be a path to a file (SoloWeb will create the file).

To login in the admin section of the site, go to YourApp.woa/wa/login, user and password is "admin". After, you need to create a new user that will have "unlimited access" (will become an admin user) and log back with that new user. In Site Tree, you will be able to create a new site and new pages.