OpenIPMP test environment installation basic tutorial under Windows

  
 

This article describes the installation process of OpenIPMP test environment under Windows
, operating system
WINDOWS XP SP2/Windows
7 have been verified. The version selection of each supporting software is selected according to the OPENIPMP document convention. The latest MYSQL or SDK, JBOSS version will still have some compatibility problems, but it is only the test or the original environment is the most worry-free.

1, MySQL server installation

version MySQL Server 4.1, corresponding file name mysql-4.1.13-win32.exe

Download address:

MySQL Server 4.1

http://xiazai.zol.com.cn/detail/6/51141.shtml

Installation path to C:\\Program Files\\MySQL\\MySQL Server 4.1

2, JAVA SDK installation

version Java 1.4.2.10 SDK, download address

http://www.oracle.com/technetwork/java/archive-139210.html

http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-javase14-419411.html

Please select the corresponding WINDOWS version j2sdk-1_4_2_10-windows- I586-p.exe

Double-click to install to C:\\j2sdk1.4.2_10

3, JBOSS installation

Version JBoss 4.0.2

Download address :

www.jboss.org/jbossas/downloads/

Corresponding file name: jboss-4.0.2.zip

Just unzip to the root directory of the C drive (C:\\jboss-4.0.2).

4. Set environment variables

Open my computer
attribute, select Advanced->Environment variable, in the system environment variable, add:

JAVA_HOME=C:\\j2sdk1.4.2_10

JBOSS_HOME=C:\\jboss-4.0.2

In the PATH variable, increase “%JAVA_HOME%/bin;C:\\Program Files\\ MySQL\\MySQL Server 4.1\\bin” declares that you should use a semicolon to separate from the original environment path. If it is WIN7, the path C:\\Program Files\\MySQL\\MySQL Server 4.1\\bin should be changed to C:\\Program Files(x86)\\MySQL\\MySQL Server 4.1\\bin.

5, run JBOSS SERVER

Run JBOSS SERVER:

C:\\jboss-4.0.2\\bin\ un.bat

After execution ( The CMD window does not need to be closed (it seems to close SERVER automatically if it is closed). When WEB access is performed later, the running LOG will be displayed in real time. Please enter http://localhost:8080/in the browser, please enter the full path. Including http, like IE8 only enter localhost default will jump to “ diseased & rdquo; search, enter with http is OK (can also be solved by modifying HOST), so you can view the running web page.

Close JBOSS SERVER:

C:\\jboss-4.0.2\\bin\\shutdown.bat

6, install OPENIPMP SERVER

Download address: Http://sourceforge.net/projects/openipmp/, current version: openipmp_v202.

First extract OPENIPMP to a directory on the D drive, such as D:\\openipmp2

and then execute openipmp2\\src\\server\\install.bat

Enter mySQL login user Name, then enter the login password. You can complete the installation by entering the carriage return (set the path, create the MYSQL data table, compile the installation server OSMA and OMA plugin).

Wait for execution to complete. View OPENIPMP login, enter the following address:

http://localhost:8080/openipmp/jsp/login.jsp, if there seems to be 509 or login error here, try to restart the machine to see.

7, Installation is complete

When testing OPENIPMP, if certificate generation is involved, OPENSSL is also required, and OPENSSL needs to be installed separately

Copyright © Windows knowledge All Rights Reserved