Fixing broken link and typo.
This commit is contained in:
parent
6f8baff07d
commit
21aa425cbc
|
@ -133,7 +133,7 @@ You can add extra classpaths to Jetty in several ways.
|
||||||
[[classpaths-using-start-jar]]
|
[[classpaths-using-start-jar]]
|
||||||
===== Using `start.jar`
|
===== Using `start.jar`
|
||||||
|
|
||||||
If you are using xref:advanced-start-features[], at startup the jetty runtime automatically loads option Jars from the top level `$jetty.home/lib` directory. The default settings include:
|
If you are using `start.jar` via the Jetty distribution, at startup the Jetty runtime automatically loads option Jars from the top level `$jetty.home/lib` directory. The default settings include:
|
||||||
|
|
||||||
* Adding Jars under `$jetty.home/lib/ext` to the system classpath.
|
* Adding Jars under `$jetty.home/lib/ext` to the system classpath.
|
||||||
You can place additional Jars here.
|
You can place additional Jars here.
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
[[jetty-xml-config]]
|
[[jetty-xml-config]]
|
||||||
=== `jetty.xml`
|
=== `jetty.xml`
|
||||||
|
|
||||||
`jetty.xml` is the default configuration file for Jetty, typically located at ` $JETTY_HOME/etc/jetty.xml`. Usually the `jetty.xml` configures:
|
`jetty.xml` is the default configuration file for Jetty, typically located at `$JETTY_HOME/etc/jetty.xml`. Usually the `jetty.xml` configures:
|
||||||
|
|
||||||
* The Server class (or subclass if extended) and global options.
|
* The Server class (or subclass if extended) and global options.
|
||||||
* A ThreadPool (min and max thread).
|
* A ThreadPool (min and max thread).
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
Not all Jetty features are configured in `jetty.xml`.
|
Not all Jetty features are configured in `jetty.xml`.
|
||||||
There are several optional configuration files that share the same format as `jetty.xml` and, if specified, concatenate to it.
|
There are several optional configuration files that share the same format as `jetty.xml` and, if specified, concatenate to it.
|
||||||
These configuration files are also stored in `$JETTY_HOME/etc/`, and examples of them are in http://github.com/eclipse/jetty.project/jetty-server/src/main/config/etc/[Github Repository].
|
These configuration files are also stored in `$JETTY_HOME/etc/`, and examples of them are in http://github.com/eclipse/jetty.project/jetty-server/src/main/config/etc/[Github Repository].
|
||||||
The selection of which configuration files to use is controlled by xref:advanced-start-features[] and the process of merging configuration is described in xref:jetty-xml-usage[].
|
The selection of which configuration files to use is controlled by `start.jar` and the process of merging configuration is described in xref:jetty-xml-usage[].
|
||||||
|
|
||||||
[[root-element-jetty-xml]]
|
[[root-element-jetty-xml]]
|
||||||
==== Root Element
|
==== Root Element
|
||||||
|
|
Loading…
Reference in New Issue