![]() |
IMPORTANT: During this installation you must install a jserv module for Solaris. The jserv module must be built from a source file for your particular system hardware. For instructions on building the jserv module, see the Tomcat User's Guide. You can download the source code to build the jserv module from the Jakarta Project Web site.
To install the Tomcat Web application server software on a Linux server platform:
If you have not already done so, install JDK 1.3 or later on your Solaris server.
IMPORTANT: On Solaris servers, JDK 1.3 is required to run Novell eGuide on a Tomcat server. You can download JDK 1.3 from the Apache Software Foundation Web site.
Download the Tomcat zip file for Solaris from the Jakarta Project Web site.
NOTE: jakarta-tomcat-3.2.3.tar.gz is the filename as of publication date.
To extract the files to your server:
To create the system variables required to run Tomcat on your Linux server:
Open a terminal window.
Change directories to the /etc directory.
Enter the following command to open and edit the profile file:
vi profile
Add the following line to the file:
TOMCAT_HOME=[directory]
Replace [directory] with the path to the directory where you unzipped the Tomcat zip file.
Add the TOMCAT_HOME system variable to the export line as follows:
export LOGNAME PATH TOMCAT_HOME
To close and save the file, press ESC > type :wq > press Enter.
For Tomcat/Apache integration:
Build the mod_jk-eapi.so file for your hardware.
For details, see the Tomcat User's Guide.
Copy the mod_jk.so file into the Apache modules directory (for example, /etc/httpd/libexec or /etc/apache/libexec).
Check the Apache httpd.conf file (for example, /etc/apache/conf/httpd.conf or /etc/httpd/conf/httpd.conf) to make sure it includes the correct Include statement and path to the Tomcat MOD_JK.CONF-AUTO file.
NOTE: You added the Include statement when installing the Apache Web server. For details, see Installing Apache on a Solaris Server.
To verify that the Web server and Web application server are operational:
![]() |