catalina.bat 在最后启动了bootstrap.jar, 传递了start作为参数(如果多个参数的话,start在尾部). 然后org.apache.catalina.startup.Bootstrap的main方法初始化了一个bootstrap守护进程,通过调用了catalina.java对应方法. /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license
有一个Custom Service一直在正常使用.今天,Reinhard尝试在JOB中以X++代码Debug Custom Service的Method时,收到以下错误提示: 'unchecked' cannot be called on the client. 堆栈跟踪:不能对客户端调用"unchecked". 从错误提醒中,可以看到在 Custom Service的Method的 line 1处报错.我们进入到该方法中,来看看第一行写的是什么. 可以看到,第一行声明了SysEntr
这三样东西分别作用是:日志收集.索引与搜索.可视化展现 l logstash 这张架构图可以看出logstash只是collect和index的地方,运行时传入一个.conf文件,配置分三部分:input ,filter,output. l redis redis在这里是作为日志收集与索引之间解耦作用 l elasticsearch 核心组件,用来搜索.主要特点:real-time,distributed,Highly Available,document oriented,schema