Expand my Community achievements bar.

Adobe Summit is live! Tune in to take part in the premier digital experience event.
SOLVED

How to know the version of dispatcher installed

Avatar

Level 3

How can I check the version of a dispatcher installation on linux?

1 Accepted Solution

Avatar

Correct answer by
Level 10

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)

View solution in original post

6 Replies

Avatar

Level 10

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

Avatar

Level 3

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.

Avatar

Correct answer by
Level 10

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)

Avatar

Level 3

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

Avatar

Level 2

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

Avatar

Level 1
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