Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tomcat 6.x Administration

With the Administration tool was not ported from Tomcat 5.x to Tomcat 6.x, how do people manage Tomcat configuration?

Are there other 3rd party Admin applications available? Or is all configuration done through editing xml files.

Thanks

like image 984
Mark Sailes Avatar asked Mar 12 '09 10:03

Mark Sailes


2 Answers

I prefer editing xml files but you can use:

  1. Lambda Probe for some of the information,
  2. a JMX client (e.g. JConsole) to play with the various MBeans Tomcat has.

For the record, this message from one of the tomcat developers describes the problems with the admin webapp very well:

http://www.nabble.com/Tomcat-Administrator-tf3415576.html#a9519933

like image 156
Pascal Thivent Avatar answered Dec 13 '22 04:12

Pascal Thivent


Please checkout MuleSoft Tcat Server for configuration management across multiple Tomcat servers.

Disclosure: I work for MuleSoft, and would be happy to answer any questions on Tcat Server.

like image 26
Sateesh Avatar answered Dec 13 '22 05:12

Sateesh