[thredds] Change main catalog html page

Hello all,

I am trying to add a simple link at the bottom of the main page pointing to a 
ASCII file where I keep track of the changes in the server (new datatasets, new 
variables, etc) so the user can know easily when something changes without 
having to search the whole catalog.
For that I tried editing the file
webapps/thredds/WEB-INF/jsp/thredds/server/catalog/catalog.jsp
so that
  <h3>
    ${webappName} [Version ${webappVersion}]
    <a href="${docsPath}">Documentation</a>
  </h3>
becomes
  <h3>
    ${webappName} [Version ${webappVersion}]
    <a href="${docsPath}">Documentation</a>
    <a href="http://myserver:8080/extras/changes.txt";>Changes in the server</a>
  </h3>
but it didn't work. 

The new link doesn't appear even restarting everything. Do I need to change 
anywhere else?

Thank you!

Greetings

-- 
Marcelo Andrioni
 
"O emitente desta mensagem é responsável por seu conteúdo e endereçamento. Cabe 
ao destinatário cuidar quanto ao tratamento adequado. Sem a devida autorização, 
a divulgação, a reprodução, a distribuição ou qualquer outra ação em 
desconformidade com as normas internas do Sistema Petrobras são proibidas e 
passíveis de sanção disciplinar, cível e criminal."
 
"The sender of this message is responsible for its content and addressing. The 
receiver shall take proper care of it. Without due authorization, the 
publication, reproduction, distribution or the performance of  any other action 
not conforming to Petrobras System internal policies and procedures is 
forbidden and liable to disciplinary, civil or criminal sanctions."
 
"El emisor de este mensaje es responsable por su contenido y direccionamiento. 
Cabe al destinatario darle el tratamiento adecuado. Sin la debida autorización, 
su divulgación, reproducción, distribución o cualquier otra acción no conforme 
a las normas internas del Sistema Petrobras están prohibidas y serán pasibles 
de sanción disciplinaria, civil y penal."



  • 2015 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the thredds archives: