Resource-Oriented Computing with NetKernel by Tom Geudens
Author:Tom Geudens [Tom Geudens]
Language: eng
Format: epub, pdf
Tags: COMPUTERS / Programming / Open Source
ISBN: 9781449322472
Publisher: O'Reilly Media
Published: 2012-05-15T16:00:00+00:00
The size (in bytes) the logfile can grow to before a next generation is started (a logrotate, in other words).
The number of generations the logfile can have before the oldest—0—generation is overwritten.
A boolean indicating if the logfile can be appended to (true) or not (false).
Well, we now have a logging configuration for First Module, and the endpoint itself already does the actual logging. All that’s left is to link the two together. In order to do that, you need to alter the space definition for our endpoint in [moduleroot]/module.xml a bit.
<space> <fileset> <regex>res:/resources/endpoints/.*</regex> </fileset> <fileset> <regex>res:/etc/system/LogConfig.xml</regex> </fileset> <import> <uri>urn:org:netkernel:lang:dpml</uri> </import> <import> <uri>urn:org:netkernel:lang:freemarker</uri> </import> </space>
Allow NetKernel to register this change to the module. Then try the following URLs again:
http://localhost:8080/firstmodule/helloservice/ http://localhost:8080/firstmodule/helloservice/tom
Now, navigate to the logviewer, and you should have one more log to select (Figure 5-15).
Download
Resource-Oriented Computing with NetKernel by Tom Geudens.pdf
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
The Mikado Method by Ola Ellnestam Daniel Brolund(21544)
Hello! Python by Anthony Briggs(20782)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(19230)
Dependency Injection in .NET by Mark Seemann(18848)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(18455)
Kotlin in Action by Dmitry Jemerov(18221)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(18083)
Adobe Camera Raw For Digital Photographers Only by Rob Sheppard(16947)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(16936)
Grails in Action by Glen Smith Peter Ledbrook(16061)
Sass and Compass in Action by Wynn Netherland Nathan Weizenbaum Chris Eppstein Brandon Mathis(13768)
Secrets of the JavaScript Ninja by John Resig & Bear Bibeault(11778)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(10625)
A Developer's Guide to Building Resilient Cloud Applications with Azure by Hamida Rebai Trabelsi(10590)
Jquery UI in Action : Master the concepts Of Jquery UI: A Step By Step Approach by ANMOL GOYAL(9707)
Hit Refresh by Satya Nadella(9098)
The Kubernetes Operator Framework Book by Michael Dame(8534)
Exploring Deepfakes by Bryan Lyon and Matt Tora(8358)
Robo-Advisor with Python by Aki Ranin(8302)