Hello,

I'm a beginner to apache tomcat, but I've been tasked with solving a problem
with our tomcat servers.  Our tomcat instance is started up with one URL:

https://www.xxx.com/server/servlet/Controller?Command=ShowDashboard<https://sm2.bonfiremedia.com/ebayserver/servlet/Controller?Command=ShowDashboard&tab=12>

which brings up our dashboard with our server's performance.

A second URL was created to bring up the same dashboard.

https://www.xxx.com/s/s/Controller?Command=ShowDashboard<https://sm2.bonfiremedia.com/ebayserver/servlet/Controller?Command=ShowDashboard&tab=12>

but unfortunately, each url starts up a different instance of the server
with different stats.

Is there anyway to make both URLs point to the same instance?

Thanks

Reply via email to