GW Monitor 703HP2 and 3 apache2 port bug
When upgrading GroupWise Monitor 703HP2 to 703HP3, I could not start apache2 and gwmonitor.I then
edit /etc/apache2/conf.d/gw.conf
Remove the line:
"JkMount /gw/* ajp13"
And insert the line
ProxyPass /gwmon/ ajp://localhost:9009/gwmon/ ( not the default port 8009 - When you upgrade GW monitor it adds the default port 8009 )
I also checked if the change to the gwmonitor.cfg was made as mentioned by clausw on your Novell forums post title “gwmon error after gw7.03 HP1” on 30 Jun 2008
the gwmonitor.cfg the line
Provider.GWMP.class=com.novell.gwmonitor.providers .GWMP
should be
Provider.GWMP.class=com.novell.gwmonitor.providers .gwmp.GWMP
I then restarted apache2, tomcat5 and grpwise-ma, and then it was working again.
Is this bug fixed in GW8 ?
|