Correct file names in Jetty documentation
The `start.d` files are called `*.ini` (not `*.mod`, as was stated in the previous documentation)
This commit is contained in:
parent
11fa490309
commit
84eed3082f
|
|
@ -58,7 +58,7 @@ FROM %%IMAGE%%
|
||||||
RUN java -jar "$JETTY_HOME/start.jar" --add-to-startd=jmx,stats
|
RUN java -jar "$JETTY_HOME/start.jar" --add-to-startd=jmx,stats
|
||||||
```
|
```
|
||||||
|
|
||||||
Modules may be configured in a `Dockerfile` by editing the properties in the corresponding `/var/lib/jetty/start.d/*.mod` file or the module can be deactivated by removing that file.
|
Modules may be configured in a `Dockerfile` by editing the properties in the corresponding `/var/lib/jetty/start.d/*.ini` file or the module can be deactivated by removing that file.
|
||||||
|
|
||||||
### JVM Configuration
|
### JVM Configuration
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue