On 29/10/2021 11:56, Jochen Wiedmann wrote:

Hi, Mark,

yes, I *did* try to read the documentation. Problem is, if you don't know exactly, what 
you are looking for, things are hard to found. (The word "path" is used 
frequently, so Google won't help.)

If you are looking for an explanation of a Tomcat configuration attribute then:

http://tomcat.apache.org/

Pick the correct documentation link for your version from the LHS menu. e.g.:

http://tomcat.apache.org/tomcat-9.0-doc/index.html

Then under reference select configuration:

http://tomcat.apache.org/tomcat-9.0-doc/config/index.html

Then select the appropriate component - Context in this case:

http://tomcat.apache.org/tomcat-9.0-doc/config/context.html

Jump to the attributes section:

http://tomcat.apache.org/tomcat-9.0-doc/config/context.html#Attributes

And the attributes will be listed in alphabetical order.

Depending on the component, there will be some combination of:
- Common Attributes (all implementations of the component support these
- Standard Implementation (additional attributes supported by the
  default configuration)
- Additional implementations (additional attributes supported by those
  implementations)


Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to