vote up 6 vote down star
3

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

flag

1 Answer

vote up 2 vote down check

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.