Module Install

Explanation for version of module.

Supported environments

OS OS Version Web/WAS
Linux Centos, Ubuntu, Debian,Fedora, Redhat Apache, Tomcat, J2EE series
Windows 2003,2008,2012,2016 IIS, Tomcat, J2EE series
Solaris 8,9,10 Apache,Tomcat, J2EE series
AIX 5.x, 6.x Apache,Tomcat, J2EE series
HP-UX 10.x, 11.x Apache,Tomcat, J2EE series

OS that is compatible with JDK 1.7 above.

Module Check

  • module directory exists under kpnclient (Linux) / kpnclient (Windows).

The module directory contains modules for each OS and each Web Server.
Check the module that matches your OS and Web Server and use it.

Ex) In case of using Linux and Apache Web Server

  • OS 64bit

mod_kpn-httpd2.2.so (In case that you have 2.2 scale Apache version)
mod_kpn-httpd2.4.so (In case that you have 2.4 scale Apache version)

  • OS 32bit

mod_kpn-httpd2.2.so (In case that you have 2.2 scale Apache version)
mod_kpn-httpd2.4.so (In case that you have 2.4 scale Apache version)

Ex) In case of using Linux and Tomcat

  • The jar file to be applied to the lib directory you are using.

kpn-module1.0.3.jar
kpnpg1.0.3.jar

  • Check The Applicable Filter Phrase

Add the following filters at the top of your web.xml.

<filter>
<filter-name>kuipernet</filter-name>
<filter-class>com.kpn.module.load.KPNPlugIn</filterclass>
</filter>
<filter-mapping>
<filter-name>kuipernet</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>

Ex) In case of using Windows and IIS

  • OS 32bit

KPNPlugin32.dll (.dll file that will be applied by default.)

  • OS 64bit

KPNPlugin64.dll (.dll file that will be applied by default.)

results matching ""

    No results matching ""