Santhi_Swaroop
15-01-2019
How can I check the version of a dispatcher installation on linux?
Gaurav-Behl
MVP
Bounce it and check dispatcher.any or error.log file configured in httpd.conf
You would see something similar --
Dispatcher initialized (build 4.2.3/apache2.2-windows-x86)
ArobMFS
26-08-2019
Rather than do a start of the dispatcher, try inspecting the file itself.
For instance, on Windows:
Get-ChildItem .\disp_iis.dll | Select-Object -ExpandProperty versioninfo | select-object FileVersion | Select-Object -ExpandProperty FileVersion
Thanks gaurav. can find it in dispatcher.log when I do a grep of "Dispatcher initialized"
Thanks for the reply.
Can I know the version of dispatcher that is already installed. Its installed on our production (not by me) 2 years back and I want to know the version.
smacdonald2008
WHen its installed - the version is specified as discussed here -- Installing Dispatcher