Skip to content

Commit

Permalink
Adding dashboard page
Browse files Browse the repository at this point in the history
  • Loading branch information
awead committed Dec 5, 2014
1 parent 2b4022d commit 2044d1c
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ fedora/test/server/fedora-internal-use/has-started.txt
logs/*
derby.log
jettywrapper.log
*.log
6 changes: 6 additions & 0 deletions contexts/dashboard.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure.dtd">
<Configure class="org.eclipse.jetty.webapp.WebAppContext">
<Set name="contextPath">/</Set>
<Set name="war"><SystemProperty name="jetty.home" default="."/>/webapps/dashboard</Set>
</Configure>
Binary file added webapps/dashboard/hydra-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions webapps/dashboard/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<html>
<head>
<title>hydra-jetty</title>
</head>
<body>
<img src="hydra-logo.png"/>
<p>Applications installed under hydra-jetty</p>
<ul>
<li><a href="/fedora/describe">Feora 3.8</a></li>
<li><a href="/solr">Solr 4.10.2</a></li>
</ul>
</body>
</html>

0 comments on commit 2044d1c

Please sign in to comment.