To:
SELECT DATEDIFF(s, '19700101', GETDATE())
From:
SELECT DATEADD(s, GETDATE(), '19700101')
SELECT DATEDIFF(s, '19700101', GETDATE())
SELECT DATEADD(s, GETDATE(), '19700101')
The Create URL Document step does not issue the HTTP request. The actual request occurs when the document is used by another step, such as the Send Response step or the HTTP Forward step. (Cisco Unified Contact Center Express Editor Step Reference Guide, Release 7.0(1))
The load-on-startup sub-element indicates the order in which each servlet should be loaded. Lower positive values are loaded first. If the value is negative or unspecified, then the container can load the servlet at anytime during startup.Which is kinda cool, I can give 1 for one servlet which will initialize logging, and a higher number for other servlets which also must be autostarted.