Hello everybody,

I compiled Tomcat4.0-b1-src without problem on Debian2.2r2 with
ibm-jdk1.3 (but the CVS release of today -2001/03/16- did not work I
think because of a problem with crimson.jar, but maybe it's my fault! :(
).

Well, Tomcat-Standalone works fine and now, I want Apache and Tomcat to
cooperate. I did compile mod_webapp.so (well, the first time it did not
work, I forgot the apache-dev package! :), put it in my
/usr/lib/apache/1.3/mod_webapp.so and wrote an Include directive in
httpd.conf to point to /etc/apache/tomcat-4.0b1.conf. When I tried to
launch Apache, it fails:

#:/usr/local/jakarta/tomcat-4.0-b1# /etc/init.d/apache start
Starting web server: apache.
Syntax error on line 5 of /etc/apache/tomcat-4.0b1.conf:
Host name unspecified
/usr/sbin/apachectl start: httpd could not be started
#:/usr/local/jakarta/tomcat-4.0-b1# 

Here is the configuration file:
-------------------------------
#Configuration for Tomcat-4.0-b1

LoadModule webapp_module /usr/lib/apache/1.3/mod_webapp.so
WebAppConnection warpConnection warp localhost:8008
WebAppMount examples warpConnection /examples/

-------------------------------
I did try to replace /examples/ by
localhost:8008
/localhost:8008/
/localhost:8008/examples
/localhost:8008/examples/

...

Any idea? Thank You for the good job!

-- 
Arnaud Vandyck <http://www.ressource-toi.org/>

Reply via email to