why don't you use the debian packages?
> # apt-get update
> # apt-get install tomcat libapache-mod-jk
Currently this gets you Tomcat 3.2.3. I am using 'unstable'. I don't
know whether tomcat is part of the 'stable' on the package servers.
libapache-mod-jk is the Apache module that does the Tomcat interaction.
The setup script automatically adds the required line to your httpd.conf.
Christoph
Roberto B. wrote:
> So.. I use a Linux Debian box. I want to integrate Apache with Tomcat...
> Apache for HTML file and Tomcat for jsp/servlets.
> I have tomcat installed in /usr/tomcat47
> I have to place the file for virtual host with Apache in /var/www/...
>
> How can I setup the file httpd.conf to do it??
>
> Thanks!
>
> Roberto.