Changes between Version 5 and Version 6 of Internal/OMF-Note


Ignore:
Timestamp:
Mar 24, 2010, 2:49:05 PM (14 years ago)
Author:
Olivera Tosic
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OMF-Note

    v5 v6  
    1717  }
    1818}}}
     194. 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{{{
     21path = DEF_VAR_PATH + "/public_html/favicon.ico"
     22  @@server.mount("/favicon.ico", HTTPServlet::FileHandler, path ) {
     23    raise HTTPStatus::NotFound, "#{path} not found."
     24  }
     25}}}
     265. 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.
    1927