| 19 | 4. Check location of favicon.ico file and put correct path in file handler to /favicon.ico. Currently, on internal1 favicon.ico is located under /public_html directory and path is changed to point to that location. |
| 20 | {{{ |
| 21 | path = DEF_VAR_PATH + "/public_html/favicon.ico" |
| 22 | @@server.mount("/favicon.ico", HTTPServlet::FileHandler, path ) { |
| 23 | raise HTTPStatus::NotFound, "#{path} not found." |
| 24 | } |
| 25 | }}} |
| 26 | 5. Content of public_html directory currently is not part of omg-aggmgr. It contains grid status front-end application and developing ajax files for new scheduler. In a case of moving, re-installing omg-aggmgr this directory should be saved. |