SSM11 Code
Brought to you by:
bleedingcoke
| File | Date | Author | Commit |
|---|---|---|---|
| bin | 2011-07-29 | knutik | [r62] |
| config | 2011-10-08 | bleedingcoke | [r76] |
| jar | 2011-09-21 | knutik | [r72] |
| lib | 2011-06-21 | knutik | [r38] |
| log | 2011-09-25 | bleedingcoke | [r73] |
| old.unused | 2011-09-25 | bleedingcoke | [r73] |
| src | 2011-10-08 | bleedingcoke | [r74] |
| .classpath | 2011-06-21 | knutik | [r38] |
| .project | 2011-07-26 | knutik | [r49] |
| README | 2011-09-25 | bleedingcoke | [r73] |
| lastLog.dat | 2011-08-04 | knutik | [r68] |
| syslog.properties | 2011-09-13 | knutik | [r71] |
/*
* Copyright (C) [2011] [Shuqi Jiang, Firas Jradi, Knut Knudsen]
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
----------------------------------------------------------------------------
README for SAMONEM
SAP Security Monitoring
February 2001
----------------------------------------------------------------------------
Public Domain 2011
https://ssm11.svn.sourceforge.net/svnroot/ssm11
----------------------------------------------------------------------------
HOW TO USE THIS DOCUMENT
----------------------------------------------------------------------------
To view SAMONEM's Readme.txt on-screen in Notepad,
maximize the Notepad window.
To print Readme.txt, open it in Notepad or another word processor,
and then use the Print command on the File menu.
=============================================================================
CONTENTS
=============================================================================
REQUIREMENTS
Software
SETUP
Installation
=============================================================================
SYSTEM REQUIREMENTS
=============================================================================
SOFTWARE
----------------------------------------------------------------------------
To run this program u need the SAP JCo from the SAP Site:
http://service.sap.com/connectors
Choose the apropriate version for your operating system
Java needs to be installed JRE 1.5 or higher
=============================================================================
SETUP
=============================================================================
Installation
----------------------------------------------------------------------------
1.) Extract application to a folder e.g. /opt/samonem
2.) Copy sapjco3xx.jar into the lib folder
3.) Install JCo library in your system (libsapjco3.so)
Linux-Users copy to /usr/lib
4.) Configure Program with the help of the xml files in the config directory
7.) Test Application
6.) Configure Cron-Job
Recommended a recall time of 1 minute.
- open /etc/crontab
- write in a new line:
*/1 * * * * /opt/samonem/samonem.sh
- ! Be sure to configure the same refreshing intervall in the xml files !!
done