...
Then the http.user element is inserted into the ./config/scheduler.xml; see also http://www.sos-berlin.com/doc/en/scheduler.doc/xml/http.authentication.xml
Code Block | ||
---|---|---|
| ||
... <http_server> <http_directory path="$\{SCHEDULER_DATA\}/" url_path="/scheduler_data/"/> <http_directory path="$\{SCHEDULER_HOME\}/" url_path="/scheduler_home/"/> <http.authentication> <http.users> <http.user name="admin" password_md5="21232F297A57A5A743894A0E4A801FC3"/> </http.users> </http.authentication> </http_server> ... |
...