0

I have a tomcat embedded server to test my web applications and I would like to be able to start and stop applications that are already deployed, how can I do that?

Belgacem
  • 183
  • 9

1 Answers1

0

You deploy the Manager App too, and use it to:

Alternatively, to just Start and Stop an Application, you can use JMX, and invoke the start and stop methods on e.g. Catalina:type=Manager,context=/servlets-examples,host=localhost.

Andreas
  • 154,647
  • 11
  • 152
  • 247