All Downloads are FREE. Search and download functionalities are using the official Maven repository.

web.monitoring.monitoring.xml Maven / Gradle / Ivy

There is a newer version: 8.1.5
Show newest version
<?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