Table of Contents |
---|
Overview
Apache Tomcat is open source web server software for Java programming developed and maintained by the Apache software foundation. The initial idea of Apache tomcat software was to host and deploy the Java servlet that is the server-side Java code that manages HTTP results from client applications build using Java. It acts as a web server rather than a full-fledged application server that includes data persistence and load balancing capabilities. Apache Tomcat provides the basic feature of web server processing for the relevant servlets. It supports the java servlet lifecycle that are init(),service() and destroy() phases. It is the preferred web server software for Java implementations.
...
During the following process of configuration device will be integrated to our CCE and logs will be collected from the device.
Steps Of Configuration
NXLOG is used to process the collected information and send it on to the OTM CCE.
...
Replace the entire configuration file by pasting the following Below – Note to replace the variable (IP Address of Seceon Collector
) with the actual Seceon Server IP address:
...
net stop nxlog
net start nxlog
VERIFICATION OF CONFIGURATION
Verification can be done either from CCE Server or from UI.
Using UI
STEP 1: Login to Seceon UI >> SYSTEM
...
STEP 2: >> LOGS AND FLOWS COLLECTION STATUS .
...
STEP 3: >>Inside SOURCE DEVICE IP, IP will reflect.
...
Using CCE SERVER:
“sudo tcpdump -i any host 5154 and host <IP address> -AAA” command should be ran on CCE server to check whether or not we are getting logs .
...