by admin | Jan 7, 2016 | Admin Tips |
I have been looking at options to automate the monitoring of our servers. If you are looking for lots of Domino functionality there is a great system called Vital Signs but I was also interested in something based on the Open Source Nagios platform I opted to try the...
by admin | Jan 4, 2016 | Admin Tips, Dev Tips |
For some time I have been interested in setting up a development VMWare ESXi server on a laptop to help with testing etc. The problem in the past has been that the ESXi install only comes with drivers for high end network cards and the process of adding the required...
by admin | Nov 12, 2015 | Dev Tips, Admin Tips |
Moral of the story – read the logs This one had us stumped for a while so I though I would post it. We had an inconsistent error on an XPage application where it threw a save error even though the Author fields were correct. The error was Exception occurred...
by admin | Oct 29, 2015 | Admin Tips |
Jesper Kiær has posted a very compelling video showing how the HTTPEnableConnectorHeaders = 1 notes.ini parameter can be used to gain access to Domino servers. We no longer use the Apache proxy scheme as the SSL support in Domino has improved but I tested this on one...
by admin | Oct 20, 2015 | Dev Tips, Admin Tips |
We used scheduled code in our XPage apps to do things like pre-building dashboards and storing the data in the application scope. There is no simple way to schedule Java code that has been written for use with XPages. The best solution I have found has been to use...