How to override the default clustername in Tomcat in Foglight 5.6.3,JavaEE 5.8.x,5.9.x
It comes up as unclustered host in the application monitoring dashboard.
Default name in Tomcat appears as unclustered host.
Overriding the Clustername was a bug(Bugid JEE-6505) in previous releases and fixed in JavaEE 5.8.0
http://edocs.quest.com/foglight/563/files/CartridgeForJavaEE_580_ReleaseNotes_Revision1.html
Make a copy of catalina.bat or catalina.sh and add the following script segment
PERFORMASURE_OPTIONS="-Dquest.agent.appserverinfo=TomcatLocalhost:Tomcat:Version:Clustername"
OR
export QUEST_AGENT_CONFIG_OPT="-Dquest.agent.appserverinfo=TomcatLocalhost:Tomcat:Version:Clustername"
If it is running as Windows Service,
In FMS Console for 5.8.x version
Go to Administration | Agents | Agent Status | click DeploymentManager where Tomcat Agent Runs
Click Edit Properties | Modify the private properties for this agent | Integrate Tomcat Servers
Click Edit and Add the following to AGENT_OPTS
-Dquest.agent.appserverinfo=TomcatLocalhost:Tomcat:Version:Clustername