intra-mart Accel Platform / Setup Guide

Version 10 2014-04-01

«  4.3.1. Resin (Windows Version) Installation   ::   Contents   ::   4.3.3. Resin Configuration  »

4.3.2. Resin (Linux Version) Installation

4.3.2.1. Installation

  1. Place the <resin-pro-4.0.37.tar.gz> file of the enclosed directory to the arbitrary path.

  2. Expand the file.

    # tar xzvf resin-pro-4.0.xx.tar.gz
    
  3. From the directory where the source code of Resin is expanded, please execute the following.

    # ./configure --prefix=<%RESIN_HOME%>
    # make
    # make install
    

    Warning

    In case of 64bitOS

    Please add 64bit option to configure.

    # ./configure --prefix=<%RESIN_HOME%> --enable-64bit
    

    Note

    In case the execution user who executes “make install” has the root authority, startup script resin is created under /etc/init.d directory.

Note

In Linux environment, if multi-byte characters get corrupted when the images are displayed on the screen of intra-mart Accel Platform, settings shown below would be needed.

Please install [JIS2004 Font] to the server on which intra-mart Accel Platform operates following the steps below.
  1. After downloading [IPA Font], please decompress the ZIP file.

  2. Copy the font file with [.ttf] extension to the <%JAVA_HOME%/jre/lib/fonts> directory.

  3. Save <%STORAGE_PATH%/system/fontconfig/jre/lib/fontconfig.properties.linux> file
    as <%JAVA_HOME%/jre/lib/fontconfig.properties>.

    Or,

    Rename <%JAVA_HOME%/jre/lib/fontconfig.properties.src> to <fontconfig.properties>, add the setting below, and save it.
    (Top)
    #
    # Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
    #
    # fontconfig.properties using "IPA font"
    
    ######### Additions are made from here #########
    # The IPA font is an outline font in accordance with JIS X 0213:2004.
    # URL -> http://ossipedia.ipa.go.jp/ipafont/
    # IPA    gothic : ipag.ttf
    # IPA P  gothic : ipagp.ttf
    # IPA UI gothic : ipagui.ttf
    # IPA    mincho : ipam.ttf
    # IPA P  mincho : ipamp.ttf
    ######### Additions end here #########
    
    # Version
    
      ・
      ・
      ・
    
    ######### Additions are made from here #########
    # Font File Names
    filename.-b&h-lucidasans-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1=$JRE_LIB_FONTS/ipagui.ttf
    filename.-b&h-lucidabright-medium-r-normal--*-%d-*-*-p-*-iso8859-1=$JRE_LIB_FONTS/ipagui.ttf
    filename.-b&h-lucidabright-demibold-r-normal--*-%d-*-*-p-*-iso8859-1=$JRE_LIB_FONTS/ipagui.ttf
    filename.-b&h-lucidabright-medium-i-normal--*-%d-*-*-p-*-iso8859-1=$JRE_LIB_FONTS/ipagui.ttf
    filename.-b&h-lucidabright-demibold-i-normal--*-%d-*-*-p-*-iso8859-1=$JRE_LIB_FONTS/ipagui.ttf
    filename.-b&h-lucidasans-bold-r-normal-sans-*-%d-*-*-p-*-iso8859-1=$JRE_LIB_FONTS/ipagui.ttf
    filename.-b&h-lucidasans-medium-i-normal-sans-*-%d-*-*-p-*-iso8859-1=$JRE_LIB_FONTS/ipagui.ttf
    filename.-b&h-lucidasans-bold-i-normal-sans-*-%d-*-*-p-*-iso8859-1=$JRE_LIB_FONTS/ipagui.ttf
    filename.-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1=$JRE_LIB_FONTS/ipagui.ttf
    filename.-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1=$JRE_LIB_FONTS/ipagui.ttf
    filename.-b&h-lucidatypewriter-medium-i-normal-sans-*-%d-*-*-m-*-iso8859-1=$JRE_LIB_FONTS/ipagui.ttf
    filename.-b&h-lucidatypewriter-bold-i-normal-sans-*-%d-*-*-m-*-iso8859-1=$JRE_LIB_FONTS/ipagui.ttf
    ######### Additions end here #########
    (Bottom)
    
  4. Rename the valid <fontconfig.OS.Version.properties> and <fontconfig.OS.Version.bfc>
    in the <%JAVA_HOME%>/jre/lib> directory.

    Example)
    ・ fontconfig.RedHat.bfc → fontconfig.RedHat.bfc.back
    ・ fontconfig.Sun.bfc → fontconfig.Sun.bfc.back
    ・ fontconfig.bfc → fontconfig.bfc.back

4.3.2.2. Placement of JDBC Driver

  1. Download the JDBC driver.

    Please see below for information about where you can get the JDBC driver.

    JDBC Driver

  2. Copy the downloaded JDBC driver to the directory below.

<%RESIN_HOME%/lib>

«  4.3.1. Resin (Windows Version) Installation   ::   Contents   ::   4.3.3. Resin Configuration  »