Update remote.html text for jetty-9
This commit is contained in:
parent
3ea03e7094
commit
5f69945b33
|
@ -6,12 +6,12 @@
|
|||
</HEAD>
|
||||
<BODY>
|
||||
<A HREF="http://jetty.eclipse.org"><IMG SRC="jetty_banner.gif"></A>
|
||||
<h1>Welcome to Jetty 7 - REMOTE ACCESS!!</h1>
|
||||
<h1>Welcome to Jetty 9 - REMOTE ACCESS!!</h1>
|
||||
<p>
|
||||
This is the Test webapp for the Jetty 7 HTTP Server and Servlet Container.
|
||||
This is the Test webapp for the Jetty 9 HTTP Server and Servlet Container.
|
||||
For more information about Jetty, please visit our
|
||||
<a href="http://jetty.eclipse.org">website</a>
|
||||
or <a href="http://docs.codehaus.org/display/JETTY/Jetty+Wiki">wiki</a>.
|
||||
or <a href="http://www.eclipse.org/jetty/documentation/current/">documentation</a>.
|
||||
Commercial support for Jetty is available via <a href="http://www.webtide.com">webtide</a>.
|
||||
</p>
|
||||
<p>
|
||||
|
@ -21,12 +21,12 @@ cross domain scripting vulnerabilities and reveal private information. This pag
|
|||
is displayed because you have accessed this context from a non local IP address.
|
||||
</p>
|
||||
<p>
|
||||
You can disable the remote address checking by editing contexts/test.d/override-web.xml and changing the
|
||||
You can disable the remote address checking by editing webapps/test.d/override-web.xml and changing the
|
||||
"remote" init parameter to true for the TestFilter.
|
||||
</p>
|
||||
<p>
|
||||
This webapp is deployed in $JETTY_HOME/webapp/test and configured by $JETTY_HOME/contexts/test.xml
|
||||
and $JETTY_HOME/contexts/test.d/override-web.xml
|
||||
This webapp is deployed in $JETTY_HOME/webapps/test and configured by $JETTY_HOME/webapps/test.xml
|
||||
and $JETTY_HOME/webapps/test.d/override-web.xml
|
||||
</p>
|
||||
|
||||
</BODY>
|
||||
|
|
Loading…
Reference in New Issue