Field | Action |
Home URL | Enter the URL command to perform when users access the Web site without specifying a resource -- for example, the user just requests
Usually the home URL points to the Web site's home page -- for example
/welcome.nsf/hello?OpenPage
|
HTML directory | Specify the directory that will be used to find HTML files if a URL does not specify a path -- for example, http://www.acme.com/welcome.html. Default is domino\html. The path can be relative to the Domino data directory, such as domino\myhtml, or it can be fully qualified, such as c:\websites\html.
Service providers: This directory is relative to the main Domino data directory, not to the hosted organization's data directory. |
Icon directory | Enter the directory where icon files are located. You can specify the path for the icon directory using either the fully qualified path or a relative path. Default is domino\icons.
Service providers: This directory is relative to the main Domino data directory, not to the hosted organization's data directory. |
Icon URL path | Enter the URL path that is used to map to the icon directory. The default is /icons.
For example, the URL
http://<servername>/icons/abook.gif
returns the file c:\lotus\domino\data\domino\icons\abook.gif. |
CGI directory | Enter the default directory where CGI programs are located. The default is domino\cgi-bin.
Service providers: This directory is relative to the main Domino data directory, not to the hosted organization's data directory. |
CGI URL path | Enter the URL path that is used to map to the default CGI directory. The default is cgi-bin.
For example, the URL
http://<servername>/cgi-bin/test.pl
runs the CGI program c:\lotus\domino\data\domino\cgi-bin\test.pl. |
Java applet directory | Enter the directory where the Domino Java applets are located. The default is domino\java. |
Java URL path | Enter the URL path that is used to access files in the default Java directory. The default is /domjava. |