Ignore:
Timestamp:
2018-11-22T16:30:29+13:00 (5 years ago)
Author:
ak19
Message:
  1. Now the Macronizer will work easily with a GS3, first 'run/source gs3-setup' in your GS3 installation before running the 'ant' command in your macronizer svn checkout (in the same terminal). 2. This will now copy the new context (template) macronizer.xml.in file into the GS3's tomcat. So you can then, in a new terminal, run/source gs3-setup.sh in y our GS3 followed by 'ant restart' in the same GS3 installation folder to start up tomcat. Then visit localhost:8383/macronizer to see the running macronizer. 3. Western's log4j.properties fix of hh to HH again.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/the-macronizer/trunk/web/log4j.properties.in

    r31962 r32622  
    55
    66# define some reusable properties
    7 macronizer.home=/greenstone/macron-restoration
     7macronizer.home=@macronizer.home@
    88macronizer.logplace=${macronizer.home}/web/logs
    99
     
    2424
    2525log4j.appender.macronlog.layout=org.apache.log4j.PatternLayout
    26 log4j.appender.macronlog.layout.ConversionPattern=%-5p: [%d{yyyy-MM-dd hh:mm:ss}] %C{1}.%M()%n %m%n
     26log4j.appender.macronlog.layout.ConversionPattern=%-5p: [%d{yyyy-MM-dd HH:mm:ss}] %C{1}.%M()%n %m%n
    2727
    2828#######################
Note: See TracChangeset for help on using the changeset viewer.