- točka je v angleškem jeziku
Installing IrmFixServer as Windows Service
1. | Rename C:\IrmFix\fixserver\IrmFixServer.jar to IrmFixServer_backup.jar |
2. | Copy IrmFixServer.jar and wsvc to C:\IrmFix\fixserver |
3. | Create folder C:\IrmFix\fixserver\Log |
4. | Add the following lines to the [default] section of the file C:\IrmFix\fixserver\Settings\IrmFixServer_LJSE.fix: |
FileLogPath=C:\IrmFix\FixServer\Log
FileLogHeartbeats=Y
FileIncludeMilliseconds=Y
FileIncludeTimeStampForMessages=Y
1. | Websphere only: Copy the files from the folder lib/was to C:\IrmFix\fixserver\IrmFixServer_lib |
2. | Weblogic only: Copy the files from the folder lib/weblogic to C:\IrmFix\fixserver\IrmFixServer_lib |
3. | Run C:\IrmFix\fixserver\wsvc\deploy.bat as Administrator |
4. | Start the IrmFixServer service (net start IrmFixServer) as Administrator |
5. | Perform Test Request |
*remark: JBoss has to be before started, otherwise IrmFixServer will report an error, that can not connect to JBoss.
Installing IrmFixServer as a Linux Daemon
1. | Rename /IrmFix/fixserver/IrmFixServer.jar to IrmFixServer_backup.jar |
2. | Copy IrmFixServer.jar and usvc to /IrmFix/fixserver |
3. | Create folder /IrmFix/fixserver/Log |
4. | Add the following lines to the [default] section of the file /IrmFix/fixserver/Settings/IrmFixServer_LJSE.fix: |
FileLogPath=/IrmFix/FixServer/Log
FileLogHeartbeats=Y
FileIncludeMilliseconds=Y
FileIncludeTimeStampForMessages=Y
1. | Websphere only: Copy the files from the folder lib/was to /IrmFix/fixserver/IrmFixServer_lib |
2. | Weblogic only: Copy the files from the folder lib/weblogic to /IrmFix/fixserver/IrmFixServer_lib |
3. | To start the service run /IrmFix/fixserver/usvc/irmfixserver start |
4. | To stop the service run /IrmFix/fixserver/usvc/irmfixserver stop |
5. | Perform Test Request |
Building commons-daemon-1.0.4 on Linux
• | Log in as root user |
• | Java jdk1.6.0_22 is installed in /usr/java/jdk1.6.0_22 |
• | Download commons-daemon-1.0.4-native-src.tar.gz |
• | Unzip (gunzip) and extract (tar) the archive to /root/commons-daemon-1.0.4-native-src |
cd /root
gunzip commons-daemon-1.0.4-native-src.tar.gz
tar xvf commons-daemon-1.0.4-native-src.tar
• | Set JAVA_HOME environment variable |
export JAVA_HOME=/usr/java/jdk1.6.0_22
• | Change current folder to /root/commons-daemon-1.0.4-native-src/unix |
cd /root/commons-daemon-1.0.4-native-src/unix
• | Invoke configure and make |
./configure --with-java=/usr/java/jdk1.6.0_22
make
Page url: http://service.irm.si/navodila/Z-NAVODILA/3.9/index.html?irmfixserver_kot_service.htm