Key points for installing III on Linux

Source: Internet
Author: User
Install III on Linux-Linux Enterprise Application-Linux server application information. For details, refer to the following section. 1. Install j2sdk-1_4_2_12-linux-i586.bin

After uploading to the server, first chmod 777 j2sdk * bin and then execute./j2sdk-1_4_2_12-linux-i586.bin

The current directory is automatically decompressed to generate the j2sdk1.4.2 _ 12 directory.

Add

Export JAVA_HOME =/u1/j2sdk1.4.2 _ 12
Export PATH = $ JAVA_HOME/bin: $ PATH

Export CLASSPATH =.: $ JAVA_HOME/lib/tool. jar: $ JAVA_HOME/lib/dt. jar: $ CLASSPATH

2. Install the oracle or oracle client

Because III needs to use oci to access oracle.

You can only install the instant client;

Configure tns,/oracle/product/9.2.0/network/admin/tnsnames. ora

Create a script and execute

Java-cp.:/u1/IlasServer/ilasserver. jar:/u1/IlasServer/Ilas. jar:/u1/IlasServer/classes12.jar:/u1/IlasServer/oracle_jdbc.jar ILASServer. ILASServer

In addition, it should be noted that Linux is case sensitive. When you copy a windows Script directly, change the case sensitivity.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.