Difference between revisions of "Configure Tomcat service"

From OpenKM Documentation
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{TOCright}} __TOC__
 
{{TOCright}} __TOC__
  
[[Configure Tomcat service linux| Configure in Linux]]
+
Select your Operating System:
[[Configure Tomcat service windows| Configure in Linux]]
+
* [[Configure Tomcat service linux| Configure in Linux]]
 
+
* [[Configure Tomcat service windows| Configure in Windows]]
 
 
== Running as a Windows Service ==
 
 
 
{{Note|Configure OpenKM in windows as service need some extra work because are several tomcat versions depending your hardware architecture}}
 
 
 
We recommend before starting with installation have some good test editor application like [http://www.geany.org/Download/Releases Geany]] because will be needed modify some xml files.
 
 
 
=== Step 1 - Download OpenKM Bundle ===
 
Download from [[http://sourceforge.net/projects/openkm/files/?source=navbar | sourceforge.net]] the latest OpenKM bundle, name will be something like
 
openkm-X.X.X-community-tomcat-bundle.zip.
 
 
 
'''Uncompress zip file at c:\'''. It will create a c:\tomcat-7.0.27 folder. '''Rename c:\tomcat-7.0.27 folder to c:\openkm'''
 
 
 
{{Note|At the moment we have writting documentation the latest version is openkm-6.2.3-community-tomcat-bundle.zip}}
 
 
 
=== Step 2 - Select your tomcat ===
 
* http://archive.apache.org/dist/tomcat/tomcat-7/v7.0.27/bin/apache-tomcat-7.0.27-windows-x86.zip
 
* http://archive.apache.org/dist/tomcat/tomcat-7/v7.0.27/bin/apache-tomcat-7.0.27-windows-x64.zip
 
* http://archive.apache.org/dist/tomcat/tomcat-7/v7.0.27/bin/apache-tomcat-7.0.27-windows-i64.zip
 
 
 
'''Uncompress zip file at c:\'''. It will create a c:\tomcat-7.0.27 folder
 
 
 
{{Note|At this point we got two folders c:\openkm which contains OpenKM bundle and tomcat-7.0.27 which contains tomcat in correspondence with your hardware architecture}}
 
 
 
=== Step 2 - Modify xml files
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Donwload and install 32-bit/64-bit Windows Service Installer from http://archive.apache.org/dist/tomcat/tomcat-7/v7.0.27/bin/
 
 
 
Simply uncompress and overwrite openkm tomcat bundle into exiting tomcat folder.
 
 
 
{{Warning|Do not overwritten tomcat openkm bundle with tomcat windows service intaller !!!}}
 
 
 
=== Known issue ===
 
If you got openoffice or libreoffice configured will get some error when OpenKM try start as service, to solve it edit your general environment variable PATH and add your '''tomcat\lib\sigar\''' folder, for example like '''PATH=...;C:\Program Files\OpenKM-6.2.1\tomcat\lib\sigar'''
 
<source lang="java">
 
Caused by: java.lang.UnsatisfiedLinkError: org.hyperic.sigar.Sigar.getSigNum(Ljava/lang/String;)I
 
at org.hyperic.sigar.Sigar.getSigNum(Native Method)
 
at org.hyperic.sigar.Sigar.kill(Sigar.java:275)
 
</source>
 
  
 
[[Category: Installation Guide]]
 
[[Category: Installation Guide]]

Latest revision as of 18:05, 14 September 2013

Select your Operating System: