Re: Virtual path settings

2001-08-23 Thread Roberto B.
;[EMAIL PROTECTED]> Sent: Thursday, August 23, 2001 9:37 AM Subject: Re: Virtual path settings > 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 'un

Re: Virtual path settings

2001-08-23 Thread Christoph Schönfeld
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 T

Virtual path settings

2001-08-22 Thread Roberto B.
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! R