Merge branch 'jetty-9.4.x' into jetty-10.0.x
This commit is contained in:
commit
42c49cd503
|
@ -38,6 +38,8 @@ $ java -jar start.jar
|
||||||
|
|
||||||
You can point a browser at this server at link:http://localhost:8080[].
|
You can point a browser at this server at link:http://localhost:8080[].
|
||||||
However, as there are no webapps deployed in the `$JETTY_HOME` directory, you will see a 404 error page served by Jetty.
|
However, as there are no webapps deployed in the `$JETTY_HOME` directory, you will see a 404 error page served by Jetty.
|
||||||
|
To stop the server, press `CTRL` + `c` or `CTRL` + `z` in your terminal.
|
||||||
|
|
||||||
*Note* the `HomeBaseWarning` - it is *not* recommended to run Jetty from the `$JETTY_HOME` directory.
|
*Note* the `HomeBaseWarning` - it is *not* recommended to run Jetty from the `$JETTY_HOME` directory.
|
||||||
Instead, see how to link:#creating-jetty-base[create a Jetty Base] below.
|
Instead, see how to link:#creating-jetty-base[create a Jetty Base] below.
|
||||||
|
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -516,7 +516,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-plugin-plugin</artifactId>
|
<artifactId>maven-plugin-plugin</artifactId>
|
||||||
<version>3.6.0-SNAPSHOT</version>
|
<version>3.6.0</version>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
|
Loading…
Reference in New Issue