2
0

HTTPTimeServer.properties 490 B

12345678910111213
  1. # This is a sample configuration file for HTTPTimeServer
  2. logging.loggers.root.channel.class = ConsoleChannel
  3. logging.loggers.app.name = Application
  4. logging.loggers.app.channel = c1
  5. logging.formatters.f1.class = PatternFormatter
  6. logging.formatters.f1.pattern = [%p] %t
  7. logging.channels.c1.class = ConsoleChannel
  8. logging.channels.c1.formatter = f1
  9. HTTPTimeServer.format = %W, %e %b %y %H:%M:%S %Z
  10. HTTPTimeServer.port = 9980
  11. #HTTPTimeServer.maxQueued = 200
  12. #HTTPTimeServer.maxThreads = 64