Hi all, i am currently try to integrate tomcat with apache. I am using tomcat 4.0.1 and apache 1.3.22. Both of the apache and tomcat run smoothly. When i surf to port 80 and 8080, both gave me the expected result.
However, when i tried to create mod_webapp, it always hangs in a process. # ./configure --with-apxs=/usr/local/apache/bin/apxs loading cache ./config.cache checking for test... /usr/bin/test /usr/bin/test[7]: test: Specify a parameter with this command. checking for true... /usr/bin/true /usr/bin/test[7]: test: Specify a parameter with this command. checking for echo... /usr/bin/echo /usr/bin/test[7]: test: Specify a parameter with this command. checking for grep... /usr/bin/grep /usr/bin/test[7]: test: Specify a parameter with this command. checking for cat... /usr/bin/cat /usr/bin/test[7]: test: Specify a parameter with this command. checking for sed... /usr/bin/sed /usr/bin/test[7]: test: Specify a parameter with this command. checking for ln... /usr/bin/ln /usr/bin/test[7]: test: Specify a parameter with this command. checking for rm... /usr/bin/rm checking host system type... hppa1.1-hp-hpux11.00 checking for sources directory... /var/jeff/webapp-module-1.0-tc40 checking for targets directory... /var/jeff/webapp-module-1.0-tc40 C-Language compilation tools /usr/bin/test[7]: test: Specify a parameter with this command. checking for ar... /usr/bin/ar /usr/bin/test[7]: test: Specify a parameter with this command. checking for ranlib... /usr/bin/ranlib checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes /usr/bin/test[7]: test: Specify a parameter with this command. checking for gcc... /opt/gcc/bin/gcc checking whether /opt/gcc/bin/gcc and cc understand -c and -o together... yes checking how to run the C preprocessor... /opt/gcc/bin/gcc -E checking for debug build... no JAVA-Language compilation tools checking for java support... no API documentation generation checking for C API documentation... no checking for Java API documentation... no Target web-server checking for Apache apxs... yes /usr/bin/test[7]: test: Specify a parameter with this command. /usr/bin/test[7]: test: Specify a parameter with this command. checking target module... apache-1.3 /usr/bin/test[7]: test: Specify a parameter with this command. Finishing up checking for APR compilation flags... /usr/bin/test[7]: test: Specify a parameter with this command. ok (IT ALWAYS HANGs HERE !!!!!!!!) anyone know what is happening? I have tried to compile "webapp-module-1.0.1-tc401-src.tar.gz" and "webapp-module-1.0.1-tc40-src.tar.gz" but both of them gave me same problems. -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
