Skip to content

Commit

Permalink
Dashboard page
Browse files Browse the repository at this point in the history
  • Loading branch information
awead committed Sep 1, 2014
1 parent 5b30abf commit ed4ecb2
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ fcrepo4-data
logs/*
derby.log
jettywrapper.log
velocity.log
velocity.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/rest">Feora 4</a></li>
<li><a href="/solr">Solr 4.9</a></li>
</ul>
</body>
</html>

0 comments on commit ed4ecb2

Please sign in to comment.