Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 9e25031b416629f7e6de672e3f03863ff0513e6c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<html>
<body>
<h1>Welcome to the p2 test server</h1>
<p>You can access all files under the "webfiles" folder in this bundle via either a "public" or "private"
pseudoroot. Try the public link <a href="http://localhost:8080/public/index.html">here</a></p>
<p>To access using a login, password, you simply use the pseudoroot "/private", and you will be asked to
log in. The credentials are: user: <b>Aladdin</b>, password: <b>open sesame</b>. Try it
<a href="http://localhost:8080/private/index.html">here</a></p>
</body>
</html>

Back to the top