When starting SuperMap iServer, iServer uses the default settings defined by the environment configuration script (% SuperMap iServer_HOME% / bin / setenv.bat), and you do not need any post-installation configuration to start using iServer.
The default setting is: to use the built-in JRE (Java Runtime Environment) in iServer and SuperMap iObjects Java which is located in the % SuperMap iServer_HOME% / support.
If you do not want to use the default configurations, you can modify the script file directly to use a custom configuration or do not use the script, and use the custom JRE and JDK by manually setting the environment variable. When using the custom JRE and iObjects, please notice:
- First rename or delete the jre and Objectsjava directory in %SuperMap iServer_HOME%/support, otherwise, it will still use the built-in jre and iObjects java.
- When using 32-bit iServer, please use the 32-bit JRE / JDK and iObjects; when using 64-bit iServer, use 64-bit JRE / JDK and iObjects.
- The version of JRE / JDK and iObjects should meet the Software requirement of iServer.
Custom JRE
(1) Install JRE or JDK
(2) Set environment variable for JRE or JDK. If you are installing JDK, set the environment variable named JAVA_HOME and point to the JDK directory; if you are installing JRE, set the environment variable named JRE_HOME and point to the JRE directory.
Custom iObjects
(1) Install SuperMap iObjects Java
(2) Set the environment variable named UGO_HOME and point to the iObjects installation directory, and then add % UGO_HOME% / Bin to the PATH environment variable
(3) open cmd.exe, enter the path command to verify whether iObjects successfully is added to the path environment variable.