Apache Tomcat installation process on a Linux operating system is as follows:
- Download the Tomcat file (.tar.gz) to a temporary directory by referring the download site above.
- Move the downloaded “.tar.gz” file to the install directory. (ex: /usr/tomcat)
- Unpack the “.tar.gz” file as follows.
# tar zxvf <downloaded .tar.gz file> - Change directory to the “bin” sub-directory of the install directory.
- Add the following line to the “catalina.sh” file.
JRE_HOME=”<JRE installed directory>” - Start Tomcat service with the following command.
# ./startup.sh - Make sure that it is installed correctly by connecting the following in the web browser from the PC.
http://<IP Address of the Server>:8080 - Delete the “.tar.gz” file if you want to save disk space.
If you want to install the BizualBuilder Server on other Java Application Server system, please proceed as follows:
- Send e-mail to us to get the war file.
- Move the war file to the “<Tomcat installed directory>/webapps” directory of the server.
- Re-start the Tomcat service.
- Make sure that the “SBServerEngine” sub-directory is created in the “<Tomcat installed directory>/webapps” directory.
* Do not delete the war file.