How to know the version of dispatcher installed | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Gaurav-Behl

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)

6 replies

sharanyav744014
New Participant
September 2, 2020
I have checked dispatcher.any and httpd.conf files but couldnt find the version of dispatche. Is there any other way we could know the dispatcher version from linux
New Participant
August 26, 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

New Participant
January 15, 2019

Thanks gaurav. can find it in dispatcher.log when I do a grep of "Dispatcher initialized"

Gaurav-Behl
Gaurav-BehlAccepted solution
New Participant
January 15, 2019

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)

New Participant
January 15, 2019

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
New Participant
January 15, 2019

WHen its installed - the version is specified as discussed here -- Installing Dispatcher