Common issues and troubleshooting for integration
There are many issues which may arise during the integration of Apache Tomcat or IIS Tomcat integration. Some of them are mentioned in the following section and we will find out the reason for these issues and their solutions These issues are very common with the integration of Tomcat.
Scenario 1: The httpd server is not able to compile, and this results in the exit from the compilation mode.
Error:
configure: error: in `/opt/httpd-2.2.19/srclib/apr':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
configure failed for srclib/apr
Reason: C compilers are missing, such as the GCC and GCC+.
Solution: Download the GCC compiler from the Internet and compile it, as per the instructions given there:
Scenario 2: Apache is not able to compile the make
command, displaying an error and exiting the process.
Error:
make
is not able to compile the code.
Reason:
make
is not able to execute its functions...