Russ Bateman
Russ Bateman

Reputation: 18643

Apache Tomcat context.xml files

In all the Apache documentation, I can't find a very lucid explanation of, especially the distinctions between, the two context.xml files in the installation (of Tomcat 9):

particularly since the last two come identical before we modify them.

Upvotes: 0

Views: 616

Answers (1)

Ken Chan
Ken Chan

Reputation: 90447

"manager" and "host-manager" are just two default web applications shipped with Tomcat.

And each of them has the their own configuration (context.xml)

Upvotes: 1

Related Questions