web.monitoring.monitoring.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aspectran-demo Show documentation
Show all versions of aspectran-demo Show documentation
Aspectran module showcasing a demo application
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE aspectran PUBLIC "-//ASPECTRAN//DTD Aspectran 8.0//EN" "http://aspectran.github.io/dtd/aspectran-8.dtd"> <aspectran> <settings> <setting name="transletNamePrefix" value="/monitoring"/> </settings> <translet name="/"> <echo id="page"> <item name="headline">Application Monitoring</item> <item name="teaser">Analyze application logging messages to visually express the frequency of web requests based on the user's session usage history.</item> <item name="include">monitoring/monitoring</item> <item name="style">fluid</item> </echo> <dispatch name="templates/default"/> </translet> <bean id="logTailerManager" class="com.aspectran.demo.monitoring.log.LogTailerManager"> <arguments> <item>#{class:com.aspectran.demo.monitoring.log.LogtailEndpoint}</item> <item type="array"> <bean class="com.aspectran.demo.monitoring.log.LogTailer"> <arguments> <item>app-log</item> <item>#{basePath}/logs/app.log</item> </arguments> </bean> </item> </arguments> </bean> </aspectran>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy