Hello,
I am using Weblogin to access mail externally and internally through a browser.
i have been coming across http (404) errors in the domino log referring to urls that do not exist.
Its looking for html\includes\parser.js
I do not see this on any of my servers nor can find any information on it.
Does anyone know why it is calling this.
Does directory assistance have anythign to do with this.
Thanks
Subject: web interface errors
html\includes isn’t a native subdirectory of a Domino installation. Could it be possible that the pages you looking at have been ported from another system? The browser is looking for most likely a javascript library stored in that location and it’s not being found, so reporting an error.
So…
-
Does the subdirectory exist?
-
If the subdirectory exists, does the file parser.js?
If not, I’d look at why it’s being called in the first place and if it is needed, either create the structure it’s expecting or include the javascript library as a resource within that database within Domino. This latter would be my preferred option because of portability but I know people have different views on this…
HTH, George…