Ignore:
Timestamp:
2017-09-12T17:19:04+12:00 (7 years ago)
Author:
rmw36
Message:

Macronizer changes: 1. adding an ethical disclaimer to the main web page (temporarily still in English for the Maori jsp file too, but Te Taka will be translating this.) 2. Adding more logging to the macronizer. This required setting up a log4j.properties file (and adding its jar file copied from GS3), and modifying the existing java code DirectInput and FileUpload to make calls to logger. Modifications to build.xml to copy the new template log4j.properties.in file into web/WEB-INF/classes where the log4j.props needs to live. 3. Corrected the svn mime-type property on build.xml so that it's no longer mistaken for a binary file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/the-macronizer/trunk/web/index.jsp

    r29855 r31962  
    55--%>
    66
    7 <%@page contentType="text/html" pageEncoding="UTF-8"%>
    8 <!DOCTYPE html>
    9 <html>
    10     <head>
    11         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    12         <title>JSP test Page</title>
    13     </head>
    14     <body>
    15         <h1>Hello World!</h1>
    16     </body>
    17 </html>
     7<% response.sendRedirect("jsp/mi/main.jsp"); %>
Note: See TracChangeset for help on using the changeset viewer.