You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by yo...@apache.org on 2006/02/14 20:36:08 UTC

svn commit: r377810 - in /incubator/solr/trunk/src/webapp/resources: ./ admin/

Author: yonik
Date: Tue Feb 14 11:36:06 2006
New Revision: 377810

URL: http://svn.apache.org/viewcvs?rev=377810&view=rev
Log:
make URLs relative

Added:
    incubator/solr/trunk/src/webapp/resources/admin/favicon.ico   (contents, props changed)
      - copied, changed from r375743, incubator/solr/trunk/src/webapp/resources/favicon.ico
Removed:
    incubator/solr/trunk/src/webapp/resources/favicon.ico
Modified:
    incubator/solr/trunk/src/webapp/resources/admin/action.jsp
    incubator/solr/trunk/src/webapp/resources/admin/analysis.jsp
    incubator/solr/trunk/src/webapp/resources/admin/distributiondump.jsp
    incubator/solr/trunk/src/webapp/resources/admin/form.jsp
    incubator/solr/trunk/src/webapp/resources/admin/index.jsp
    incubator/solr/trunk/src/webapp/resources/admin/logging.jsp
    incubator/solr/trunk/src/webapp/resources/admin/registry.jsp
    incubator/solr/trunk/src/webapp/resources/admin/registry.xsl
    incubator/solr/trunk/src/webapp/resources/admin/solar-status.jsp
    incubator/solr/trunk/src/webapp/resources/admin/stats.jsp
    incubator/solr/trunk/src/webapp/resources/admin/stats.xsl
    incubator/solr/trunk/src/webapp/resources/admin/status.xsl
    incubator/solr/trunk/src/webapp/resources/admin/tabular.xsl
    incubator/solr/trunk/src/webapp/resources/admin/threaddump.jsp

Modified: incubator/solr/trunk/src/webapp/resources/admin/action.jsp
URL: http://svn.apache.org/viewcvs/incubator/solr/trunk/src/webapp/resources/admin/action.jsp?rev=377810&r1=377809&r2=377810&view=diff
==============================================================================
--- incubator/solr/trunk/src/webapp/resources/admin/action.jsp (original)
+++ incubator/solr/trunk/src/webapp/resources/admin/action.jsp Tue Feb 14 11:36:06 2006
@@ -106,12 +106,12 @@
 %>
 <html>
 <head>
-    <link rel="stylesheet" type="text/css" href="/admin/solr-admin.css">
-    <link rel="icon" href="/favicon.ico" type="image/ico">
-    <link rel="shortcut icon" href="/favicon.ico" type="image/ico">
+    <link rel="stylesheet" type="text/css" href="solr-admin.css">
+    <link rel="icon" href="favicon.ico" type="image/ico">
+    <link rel="shortcut icon" href="favicon.ico" type="image/ico">
 </head>
 <body>
-<a href="/admin/"><img border="0" align="right" height="88" width="215" src="solr-head.gif" alt="SOLR"></a>
+<a href=""><img border="0" align="right" height="88" width="215" src="solr-head.gif" alt="SOLR"></a>
 <h1>SOLR Action (<%= collectionName %>) - <%= action %></h1>
 <%= hostname %> : <%= request.getServerPort() %>
 <br clear="all">
@@ -151,6 +151,6 @@
   </tr>
 </table>
 <br><br>
-    <a href="/admin">Return to Admin Page</a>
+    <a href="">Return to Admin Page</a>
 </body>
 </html>

Modified: incubator/solr/trunk/src/webapp/resources/admin/analysis.jsp
URL: http://svn.apache.org/viewcvs/incubator/solr/trunk/src/webapp/resources/admin/analysis.jsp?rev=377810&r1=377809&r2=377810&view=diff
==============================================================================
--- incubator/solr/trunk/src/webapp/resources/admin/analysis.jsp (original)
+++ incubator/solr/trunk/src/webapp/resources/admin/analysis.jsp Tue Feb 14 11:36:06 2006
@@ -92,14 +92,14 @@
 
 <html>
 <head>
-<link rel="stylesheet" type="text/css" href="/admin/solr-admin.css">
-<link rel="icon" href="/favicon.ico" type="image/ico">
-<link rel="shortcut icon" href="/favicon.ico" type="image/ico">
+<link rel="stylesheet" type="text/css" href="solr-admin.css">
+<link rel="icon" href="favicon.ico" type="image/ico">
+<link rel="shortcut icon" href="favicon.ico" type="image/ico">
 <title>SOLR Interface</title>
 </head>
 
 <body>
-<a href="/admin/"><img border="0" align="right" height="88" width="215" src="solr-head.gif" alt="SOLR"></a>
+<a href=""><img border="0" align="right" height="88" width="215" src="solr-head.gif" alt="SOLR"></a>
 <h1>SOLR Interface (<%= collectionName %>) - <%= enabledStatus %></h1>
 <%= hostname %> : <%= request.getServerPort() %>
 <br clear="all">
@@ -107,7 +107,7 @@
 
 <h2>Field Analysis</h2>
 
-<form method="GET" action="/admin/analysis.jsp">
+<form method="GET" action="analysis.jsp">
 <table>
 <tr>
   <td>

Modified: incubator/solr/trunk/src/webapp/resources/admin/distributiondump.jsp
URL: http://svn.apache.org/viewcvs/incubator/solr/trunk/src/webapp/resources/admin/distributiondump.jsp?rev=377810&r1=377809&r2=377810&view=diff
==============================================================================
--- incubator/solr/trunk/src/webapp/resources/admin/distributiondump.jsp (original)
+++ incubator/solr/trunk/src/webapp/resources/admin/distributiondump.jsp Tue Feb 14 11:36:06 2006
@@ -105,12 +105,12 @@
 %>
 <html>
 <head>
-    <link rel="stylesheet" type="text/css" href="/admin/solr-admin.css">
-    <link rel="icon" href="/favicon.ico" type="image/ico">
-    <link rel="shortcut icon" href="/favicon.ico" type="image/ico">
+    <link rel="stylesheet" type="text/css" href="solr-admin.css">
+    <link rel="icon" href="favicon.ico" type="image/ico">
+    <link rel="shortcut icon" href="favicon.ico" type="image/ico">
 </head>
 <body>
-<a href="/admin/"><img border="0" align="right" height="88" width="215" src="solr-head.gif" alt="SOLR"></a>
+<a href=""><img border="0" align="right" height="88" width="215" src="solr-head.gif" alt="SOLR"></a>
 <h1>SOLR Distribution Info (<%= collectionName %>)</h1>
 <%= hostname %> : <%= port.toString() %>
 <br clear="all">
@@ -136,6 +136,6 @@
 <%= buffer %>
 </table>
 <br><br>
-    <a href="/admin">Return to Admin Page</a>
+    <a href="">Return to Admin Page</a>
 </body>
 </html>

Copied: incubator/solr/trunk/src/webapp/resources/admin/favicon.ico (from r375743, incubator/solr/trunk/src/webapp/resources/favicon.ico)
URL: http://svn.apache.org/viewcvs/incubator/solr/trunk/src/webapp/resources/admin/favicon.ico?p2=incubator/solr/trunk/src/webapp/resources/admin/favicon.ico&p1=incubator/solr/trunk/src/webapp/resources/favicon.ico&r1=375743&r2=377810&rev=377810&view=diff
==============================================================================
Binary files - no diff available.

Propchange: incubator/solr/trunk/src/webapp/resources/admin/favicon.ico
------------------------------------------------------------------------------
    svn:executable = *

Propchange: incubator/solr/trunk/src/webapp/resources/admin/favicon.ico
------------------------------------------------------------------------------
    svn:mime-type = image/x-icon

Modified: incubator/solr/trunk/src/webapp/resources/admin/form.jsp
URL: http://svn.apache.org/viewcvs/incubator/solr/trunk/src/webapp/resources/admin/form.jsp?rev=377810&r1=377809&r2=377810&view=diff
==============================================================================
--- incubator/solr/trunk/src/webapp/resources/admin/form.jsp (original)
+++ incubator/solr/trunk/src/webapp/resources/admin/form.jsp Tue Feb 14 11:36:06 2006
@@ -85,14 +85,14 @@
 
 <html>
 <head>
-<link rel="stylesheet" type="text/css" href="/admin/solr-admin.css">
-<link rel="icon" href="/favicon.ico" type="image/ico">
-<link rel="shortcut icon" href="/favicon.ico" type="image/ico">
+<link rel="stylesheet" type="text/css" href="solr-admin.css">
+<link rel="icon" href="favicon.ico" type="image/ico">
+<link rel="shortcut icon" href="favicon.ico" type="image/ico">
 <title>SOLR Interface</title>
 </head>
 
 <body>
-<a href="/admin/"><img border="0" align="right" height="88" width="215" src="solr-head.gif" alt="SOLR"></a>
+<a href=""><img border="0" align="right" height="88" width="215" src="solr-head.gif" alt="SOLR"></a>
 <h1>SOLR Interface (<%= collectionName %>) - <%= enabledStatus %></h1>
 <%= hostname %> : <%= port.toString() %>
 <br clear="all">
@@ -100,7 +100,7 @@
 
 <h2>/select mode</h2>
 
-<form method="GET" action="/select/">
+<form method="GET" action="../select">
 <table>
 <tr>
   <td>

Modified: incubator/solr/trunk/src/webapp/resources/admin/index.jsp
URL: http://svn.apache.org/viewcvs/incubator/solr/trunk/src/webapp/resources/admin/index.jsp?rev=377810&r1=377809&r2=377810&view=diff
==============================================================================
--- incubator/solr/trunk/src/webapp/resources/admin/index.jsp (original)
+++ incubator/solr/trunk/src/webapp/resources/admin/index.jsp Tue Feb 14 11:36:06 2006
@@ -87,14 +87,14 @@
 
 <html>
 <head>
-<link rel="stylesheet" type="text/css" href="/admin/solr-admin.css">
-<link rel="icon" href="/favicon.ico" type="image/ico"></link>
-  <link rel="shortcut icon" href="/favicon.ico" type="image/ico"></link>
+<link rel="stylesheet" type="text/css" href="solr-admin.css">
+<link rel="icon" href="favicon.ico" type="image/ico"></link>
+  <link rel="shortcut icon" href="favicon.ico" type="image/ico"></link>
 <title>SOLR admin page</title>
 </head>
 
 <body>
-<a href="/admin/"><img border="0" align="right" height="88" width="215" src="solr-head.gif" alt="SOLR"></a>
+<a href=""><img border="0" align="right" height="88" width="215" src="solr-head.gif" alt="SOLR"></a>
 <h1>SOLR Admin (<%= collectionName %>) - <%= enabledStatus %></h1>
 <%= hostname %> : <%= port.toString() %>
 <br clear="all">
@@ -105,18 +105,18 @@
 	<h3>SOLR</h3>
   </td>
   <td>
-    [<a href="/admin/solar-status">Status</a>]
-    [<a href="/admin/get-file.jsp?file=solrconfig.xml">Config</a>]
-    [<a href="/admin/get-file.jsp?file=conf/solar/WEB-INF/web.external.xml">web.external.xml</a>]
-    [<a href="/admin/get-properties.jsp">Properties</a>]
-    [<a href="/admin/raw-schema.jsp">Schema</a>]
-    [<a href="/admin/analysis.jsp?highlight=on">Analysis</a>]
+    [<a href="solar-status">Status</a>]
+    [<a href="get-file.jsp?file=solrconfig.xml">Config</a>]
+    [<a href="get-file.jsp?file=conf/solar/WEB-INF/web.external.xml">web.external.xml</a>]
+    [<a href="get-properties.jsp">Properties</a>]
+    [<a href="raw-schema.jsp">Schema</a>]
+    [<a href="analysis.jsp?highlight=on">Analysis</a>]
     <br>
-    [<a href="/admin/registry.jsp">Info</a>]
-    [<a href="/admin/stats.jsp">Statistics</a>]
-    [<a href="/admin/distributiondump.jsp">Distribution</a>]
-    [<a href="/admin/ping">Ping</a>]
-    [<a href="/admin/logging.jsp">Logging</a>]
+    [<a href="registry.jsp">Info</a>]
+    [<a href="stats.jsp">Statistics</a>]
+    [<a href="distributiondump.jsp">Distribution</a>]
+    [<a href="ping">Ping</a>]
+    [<a href="logging.jsp">Logging</a>]
   </td>
 </tr>
 
@@ -126,16 +126,16 @@
   </td>
   <td>
     [<a href="/server-status">Status</a>]
-    [<a href="/admin/get-file.jsp?file=conf/resin.conf">Config</a>]
-    [<a href="/admin/threaddump.jsp">Thread Dump</a>]
+    [<a href="get-file.jsp?file=conf/resin.conf">Config</a>]
+    [<a href="threaddump.jsp">Thread Dump</a>]
   <%
     if (isEnabled) {
   %>
-  [<a href="/admin/action.jsp?action=Disable">Disable</a>]
+  [<a href="action.jsp?action=Disable">Disable</a>]
   <%
     } else {
   %>
-  [<a href="/admin/action.jsp?action=Enable">Enable</a>]
+  [<a href="action.jsp?action=Enable">Enable</a>]
   <%
     }
   %>
@@ -164,7 +164,7 @@
   <td>
 
   <td>
-	[<a href="/admin/form.jsp">Full Interface</a>]
+	[<a href="form.jsp">Full Interface</a>]
   </td>
 </tr>
 <tr>
@@ -172,7 +172,7 @@
   StyleSheet:<br>Query:
   </td>
   <td colspan=2>
-	<form method="GET" action="/select/">
+	<form method="GET" action="../select/">
         <input name="stylesheet" type="text" value=""><br>
         <textarea rows="4" cols="40" name="q"><%= defaultSearch %></textarea>
         <input name="version" type="hidden" value="2.0">

Modified: incubator/solr/trunk/src/webapp/resources/admin/logging.jsp
URL: http://svn.apache.org/viewcvs/incubator/solr/trunk/src/webapp/resources/admin/logging.jsp?rev=377810&r1=377809&r2=377810&view=diff
==============================================================================
--- incubator/solr/trunk/src/webapp/resources/admin/logging.jsp (original)
+++ incubator/solr/trunk/src/webapp/resources/admin/logging.jsp Tue Feb 14 11:36:06 2006
@@ -48,12 +48,12 @@
 %>
 <html>
 <head>
-    <link rel="stylesheet" type="text/css" href="/admin/solr-admin.css">
-    <link rel="icon" href="/favicon.ico" type="image/ico">
-    <link rel="shortcut icon" href="/favicon.ico" type="image/ico">
+    <link rel="stylesheet" type="text/css" href="solr-admin.css">
+    <link rel="icon" href="favicon.ico" type="image/ico">
+    <link rel="shortcut icon" href="favicon.ico" type="image/ico">
 </head>
 <body>
-<a href="/admin/"><img border="0" align="right" height="88" width="215" src="solr-head.gif" alt="SOLR"></a>
+<a href=""><img border="0" align="right" height="88" width="215" src="solr-head.gif" alt="SOLR"></a>
 <h1>SOLR Logging (<%= collectionName %>)</h1>
 <%= hostname %> : <%= port.toString() %>
 <br clear="all">
@@ -101,6 +101,6 @@
   </tr>
 </table>
 <br><br>
-    <a href="/admin">Return to Admin Page</a>
+    <a href="">Return to Admin Page</a>
 </body>
 </html>

Modified: incubator/solr/trunk/src/webapp/resources/admin/registry.jsp
URL: http://svn.apache.org/viewcvs/incubator/solr/trunk/src/webapp/resources/admin/registry.jsp?rev=377810&r1=377809&r2=377810&view=diff
==============================================================================
--- incubator/solr/trunk/src/webapp/resources/admin/registry.jsp (original)
+++ incubator/solr/trunk/src/webapp/resources/admin/registry.jsp Tue Feb 14 11:36:06 2006
@@ -10,7 +10,7 @@
 <%@ page import="java.util.Map"%>
 
 <%@ page contentType="text/xml;charset=UTF-8" language="java" %>
-<?xml-stylesheet type="text/xsl" href="/admin/registry.xsl"?>
+<?xml-stylesheet type="text/xsl" href="registry.xsl"?>
 
 <%
   SolrCore core = SolrCore.getSolrCore();

Modified: incubator/solr/trunk/src/webapp/resources/admin/registry.xsl
URL: http://svn.apache.org/viewcvs/incubator/solr/trunk/src/webapp/resources/admin/registry.xsl?rev=377810&r1=377809&r2=377810&view=diff
==============================================================================
--- incubator/solr/trunk/src/webapp/resources/admin/registry.xsl (original)
+++ incubator/solr/trunk/src/webapp/resources/admin/registry.xsl Tue Feb 14 11:36:06 2006
@@ -19,14 +19,14 @@
   <xsl:template match="/">
     <html>
       <head>
-        <link rel="stylesheet" type="text/css" href="/admin/solr-admin.css"></link>
+        <link rel="stylesheet" type="text/css" href="solr-admin.css"></link>
 	<link rel="icon" href="/favicon.ico" type="image/ico"></link>
 	<link rel="shortcut icon" href="/favicon.ico" type="image/ico"></link>
         <title>SOLR Info</title>
       </head>
       <body>
-        <a href="/admin/">
-	   <img border="0" align="right" height="88" width="215" src="/admin/solr-head.gif" alt="SOLR">
+        <a href="">
+	   <img border="0" align="right" height="88" width="215" src="solr-head.gif" alt="SOLR">
 	   </img>
 	</a>
         <h1>SOLR Info (<xsl:value-of select="solr/schema" />)</h1>
@@ -34,7 +34,7 @@
           <br clear="all" />
         <xsl:apply-templates/>
         <br /><br />
-        <a href="/admin">Return to Admin Page</a>
+        <a href="">Return to Admin Page</a>
       </body>
     </html>
   </xsl:template>

Modified: incubator/solr/trunk/src/webapp/resources/admin/solar-status.jsp
URL: http://svn.apache.org/viewcvs/incubator/solr/trunk/src/webapp/resources/admin/solar-status.jsp?rev=377810&r1=377809&r2=377810&view=diff
==============================================================================
--- incubator/solr/trunk/src/webapp/resources/admin/solar-status.jsp (original)
+++ incubator/solr/trunk/src/webapp/resources/admin/solar-status.jsp Tue Feb 14 11:36:06 2006
@@ -13,7 +13,7 @@
 --%>
 <%@ page contentType="text/xml;charset=UTF-8" language="java" %>
 
-<?xml-stylesheet type="text/xsl" href="/admin/status.xsl"?>
+<?xml-stylesheet type="text/xsl" href="status.xsl"?>
 
 <%
   SolrCore core = SolrCore.getSolrCore();

Modified: incubator/solr/trunk/src/webapp/resources/admin/stats.jsp
URL: http://svn.apache.org/viewcvs/incubator/solr/trunk/src/webapp/resources/admin/stats.jsp?rev=377810&r1=377809&r2=377810&view=diff
==============================================================================
--- incubator/solr/trunk/src/webapp/resources/admin/stats.jsp (original)
+++ incubator/solr/trunk/src/webapp/resources/admin/stats.jsp Tue Feb 14 11:36:06 2006
@@ -10,7 +10,7 @@
 <%@ page import="java.util.Map"%>
 
 <%@ page contentType="text/xml;charset=UTF-8" language="java" %>
-<?xml-stylesheet type="text/xsl" href="/admin/stats.xsl"?>
+<?xml-stylesheet type="text/xsl" href="stats.xsl"?>
 
 <%
   SolrCore core = SolrCore.getSolrCore();

Modified: incubator/solr/trunk/src/webapp/resources/admin/stats.xsl
URL: http://svn.apache.org/viewcvs/incubator/solr/trunk/src/webapp/resources/admin/stats.xsl?rev=377810&r1=377809&r2=377810&view=diff
==============================================================================
--- incubator/solr/trunk/src/webapp/resources/admin/stats.xsl (original)
+++ incubator/solr/trunk/src/webapp/resources/admin/stats.xsl Tue Feb 14 11:36:06 2006
@@ -19,14 +19,14 @@
   <xsl:template match="/">
     <html>
       <head>
-        <link rel="stylesheet" type="text/css" href="/admin/solr-admin.css"></link>
+        <link rel="stylesheet" type="text/css" href="solr-admin.css"></link>
 	<link rel="icon" href="/favicon.ico" type="image/ico"></link>
 	<link rel="shortcut icon" href="/favicon.ico" type="image/ico"></link>
         <title>SOLR Statistics</title>
       </head>
       <body>
-        <a href="/admin/">
-	   <img border="0" align="right" height="88" width="215" src="/admin/solr-head.gif" alt="SOLR">
+        <a href="">
+	   <img border="0" align="right" height="88" width="215" src="solr-head.gif" alt="SOLR">
 	   </img>
 	</a>
         <h1>SOLR Statistics (<xsl:value-of select="solr/schema" />)</h1>
@@ -34,7 +34,7 @@
           <br clear="all" />
         <xsl:apply-templates/>
         <br /><br />
-        <a href="/admin">Return to Admin Page</a>
+        <a href="">Return to Admin Page</a>
       </body>
     </html>
   </xsl:template>

Modified: incubator/solr/trunk/src/webapp/resources/admin/status.xsl
URL: http://svn.apache.org/viewcvs/incubator/solr/trunk/src/webapp/resources/admin/status.xsl?rev=377810&r1=377809&r2=377810&view=diff
==============================================================================
--- incubator/solr/trunk/src/webapp/resources/admin/status.xsl (original)
+++ incubator/solr/trunk/src/webapp/resources/admin/status.xsl Tue Feb 14 11:36:06 2006
@@ -18,14 +18,14 @@
   <xsl:template match="/">
     <html>
       <head>
-        <link rel="stylesheet" type="text/css" href="/admin/solr-admin.css"></link>
+        <link rel="stylesheet" type="text/css" href="solr-admin.css"></link>
         <link rel="icon" href="/favicon.ico" type="image/ico"></link>
         <link rel="shortcut icon" href="/favicon.ico" type="image/ico"></link>
         <title>SOLR Status</title>
       </head>
       <body>
-        <a href="/admin/">
-           <img border="0" align="right" height="88" width="215" src="/admin/solr-head.gif" alt="SOLR">
+        <a href="">
+           <img border="0" align="right" height="88" width="215" src="solr-head.gif" alt="SOLR">
            </img>
         </a>
         <h1>SOLR Status (<xsl:value-of select="solr/schema" />)</h1>
@@ -33,7 +33,7 @@
           <br clear="all" />
         <xsl:apply-templates/>
         <br /><br />
-        <a href="/admin">Return to Admin Page</a>
+        <a href="">Return to Admin Page</a>
       </body>
     </html>
   </xsl:template>

Modified: incubator/solr/trunk/src/webapp/resources/admin/tabular.xsl
URL: http://svn.apache.org/viewcvs/incubator/solr/trunk/src/webapp/resources/admin/tabular.xsl?rev=377810&r1=377809&r2=377810&view=diff
==============================================================================
--- incubator/solr/trunk/src/webapp/resources/admin/tabular.xsl (original)
+++ incubator/solr/trunk/src/webapp/resources/admin/tabular.xsl Tue Feb 14 11:36:06 2006
@@ -20,21 +20,21 @@
   <xsl:template match="/">
     <html>
       <head>
-        <link rel="stylesheet" type="text/css" href="/admin/solr-admin.css"></link>
+        <link rel="stylesheet" type="text/css" href="solr-admin.css"></link>
         <link rel="icon" href="/favicon.ico" type="image/ico"></link>
         <link rel="shortcut icon" href="/favicon.ico" type="image/ico"></link>
         <title>SOLR Search Results</title>
       </head>
       <body>
-        <a href="/admin/">
-           <img border="0" align="right" height="88" width="215" src="/admin/solr-head.gif" alt="SOLR">
+        <a href="">
+           <img border="0" align="right" height="88" width="215" src="solr-head.gif" alt="SOLR">
            </img>
         </a>
         <h1>SOLR Search Results</h1>
           <br clear="all" />
         <xsl:apply-templates/>
         <br /><br />
-        <a href="/admin">Return to Admin Page</a>
+        <a href="">Return to Admin Page</a>
       </body>
     </html>
   </xsl:template>

Modified: incubator/solr/trunk/src/webapp/resources/admin/threaddump.jsp
URL: http://svn.apache.org/viewcvs/incubator/solr/trunk/src/webapp/resources/admin/threaddump.jsp?rev=377810&r1=377809&r2=377810&view=diff
==============================================================================
--- incubator/solr/trunk/src/webapp/resources/admin/threaddump.jsp (original)
+++ incubator/solr/trunk/src/webapp/resources/admin/threaddump.jsp Tue Feb 14 11:36:06 2006
@@ -40,12 +40,12 @@
 %>
 <html>
 <head>
-    <link rel="stylesheet" type="text/css" href="/admin/solr-admin.css">
-    <link rel="icon" href="/favicon.ico" type="image/ico">
-    <link rel="shortcut icon" href="/favicon.ico" type="image/ico">
+    <link rel="stylesheet" type="text/css" href="solr-admin.css">
+    <link rel="icon" href="favicon.ico" type="image/ico">
+    <link rel="shortcut icon" href="favicon.ico" type="image/ico">
 </head>
 <body>
-<a href="/admin/"><img border="0" align="right" height="88" width="215" src="solr-head.gif" alt="SOLR"></a>
+<a href=""><img border="0" align="right" height="88" width="215" src="solr-head.gif" alt="SOLR"></a>
 <h1>SOLR Thread Dump (<%= collectionName %>)</h1>
 <%= hostname %> : <%= port.toString() %>
 <br clear="all">
@@ -100,7 +100,7 @@
     <td>
     </td>
     <td>
-      [<a href=/admin/get-file.jsp?file=logs/jvm.log>All Entries</a>]
+      [<a href=get-file.jsp?file=logs/jvm.log>All Entries</a>]
     </td>
   </tr>
   <tr>
@@ -113,6 +113,6 @@
   </tr>
 </table>
 <br><br>
-    <a href="/admin">Return to Admin Page</a>
+    <a href="">Return to Admin Page</a>
 </body>
 </html>