How can I check the version of a dispatcher installation on linux?
Solved! Go to Solution.
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)
WHen its installed - the version is specified as discussed here -- Installing Dispatcher
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
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)
Thanks gaurav. can find it in dispatcher.log when I do a grep of "Dispatcher initialized"
Views
Replies
Total Likes
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
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies