Servlet: /daris/main.mfjp
- Path: /daris/main.mfjp
The servlet can be used to
- display the logon page
- user log on
- user log off
1. Arguments
- Argument module: It is the action to execute. There are there moudles can be chosen from: “logon” and “logoff”.
2. Module: logon
2.1. Arguments for “logon” module
- Argument source.url: The source url to redirect to after successfully logged on. If it is not given, defaults to /daris/object.mfjp?module=list which will list all the projects in the browser.
2.2. Examples
Log on:
https://daris.yourdomain.org:port/daris/main.mfjp?module=logon&source.url=%22/daris/object.mfjp?module=describe&cid=1.5.1%22
3. Module: logoff
3.1. Arguments for “logoff” module
3.2. Examples
Log off:
https://daris.yourdomain.org:port/daris/main.mfjp?module=logoff
- see other servlets