Tomcat Apache Config

2002-09-04 Thread Ravindra K. Bhat
Hi: I am trying to run apache1.3 with tomcat 3.2 on NT 4.0. I have apache and tomcat running independently and am trying to integrate the two. I have downloaded the mod_jserv to the apache libexec folder and have included the path in the httpd.conf file. But apache does not start when I includ

Tomcat Apache Config

2002-09-04 Thread Ravindra K. Bhat
After Tomcat/Apache integration do you need to start both Tomcat and Apache or does Apache alone do the job? Thanks Ravi -- To unsubscribe, e-mail: For additional commands, e-mail:

Tomcat Apache Config

2002-09-04 Thread Ravindra K. Bhat
Hi: What is the difference between tomcat.conf and tomcat-apache.conf. which of these two files need to be included in the httpd.conf file? Also how do I know if request are being answerd by apache or tomcat ie how do I test if the integration is successful? Thanks Ravi -- To unsubscribe, e

Tomcat & Apache config

2001-05-21 Thread Dave Finch
Hi, I have got Tomcat and Apache running on Redhat Linux 6.2 and all is working fine. Could someone please give me some pointers on how to configure Tomcat to start automatically on boot. like an NT service. TIA Dave Finch

tomcat-apache config.

2000-11-28 Thread Matt Becker
Hi. I'm new to setting up Tomcat with Apache. The documentation in tomcat-apache-howto.html shows modifying tomcat-apache.conf, however it states that this file will be written over the next time Tomcat starts, which seems to make modifying the file pointless. Would it be a better idea to co

Re: Tomcat Apache Config

2002-09-04 Thread Ravindra K. Bhat
Hello: What is the difference between: mod_jk.dll and ApacheModuleJServ.dll..which of these files do I need to integrate Apache with Tomcat for servlets? Also what is the differnce between mod_jserv.so and ApacheModuleJServ.dll? Thanks Ravi -- To unsubscribe, e-mail:

RE: Tomcat Apache Config

2002-09-04 Thread Turner, John
-Original Message- > From: Ravindra K. Bhat [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 04, 2002 3:33 PM > To: Tomcat Users List > Subject: Re: Tomcat Apache Config > > > Hello: > > What is the difference between: mod_jk.dll and > ApacheModuleJ

Re: Tomcat Apache Config

2002-09-04 Thread Thomas T. Veldhouse
Both -- start Tomcat first. Tom Veldhouse - Original Message - From: "Ravindra K. Bhat" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, September 04, 2002 2:54 PM Subject: Tomcat Apache Config > After Tomcat/Apache in

RE: Tomcat Apache Config

2002-09-04 Thread Turner, John
M > To: Tomcat Users List > Subject: Tomcat Apache Config > > > Hi: > > What is the difference between tomcat.conf and > tomcat-apache.conf. which > of these two files need to be included in the httpd.conf > file? Also how > do I know if request are being an

RE: Tomcat Apache Config

2002-09-04 Thread Tam, Michael
ginal Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 04, 2002 1:33 PM To: 'Tomcat Users List' Subject: RE: Tomcat Apache Config You will know if the integration is successful if what your browser receives is identical for these 2 URLs: http://some.hos

RE: Tomcat Apache Config

2002-09-04 Thread Ravindra K. Bhat
ay, September 04, 2002 1:33 PM > To: 'Tomcat Users List' > Subject: RE: Tomcat Apache Config > > > > You will know if the integration is successful if what your browser receives > is identical for these 2 URLs: > > http://some.host.com:8080/some-servlet (or

Re: Tomcat Apache Config

2002-09-04 Thread Eddie Bush
1) Open your server.xml 2) Locate the element that says "port='8080'" 3) Comment it out 4) Restart tomcat (and Apache) ... do you get connection refused on 8080? Good ... you did good ... If TC is run stand-alone, you need the HTTP connector -- that's the one that knows how to be a web se

Re: Tomcat Apache Config

2002-09-04 Thread Milt Epstein
On Wed, 4 Sep 2002, Ravindra K. Bhat wrote: > Hi: > > What is the difference between tomcat.conf and tomcat-apache.conf. Don't know, you tell us, what is different between them? > which of these two files need to be included in the httpd.conf file? Whichever one has the correct configuration d

RE: Tomcat Apache Config

2002-09-04 Thread Milt Epstein
From: Turner, John [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 04, 2002 1:33 PM > To: 'Tomcat Users List' > Subject: RE: Tomcat Apache Config > > > You will know if the integration is successful if what your browser receives > is identical for th

RE: Tomcat Apache Config

2002-09-04 Thread Milt Epstein
t; > > -Original Message- > > From: Turner, John [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, September 04, 2002 1:33 PM > > To: 'Tomcat Users List' > > Subject: RE: Tomcat Apache Config > > > > > > You will know if the integration is succ

RE: Tomcat Apache Config

2002-09-05 Thread Turner, John
Tomcat Users List' > Subject: RE: Tomcat Apache Config > > > Hi John, > >Just a quick question about this integration. Does it > mean with the > integrated tomcat + apache, we would open 2 ports (80 + 8080) > instead of > having port 80 only?? That woul

Tomcat & Apache Config problem

2000-11-24 Thread David Connolly
Hi All, I have several virtual hosts set up with my Apache server. They have both cgi and jsp content. I am using Tomcat to serve my jsp's. Each virtual host has a unique ApJServMount. One of them is "/" however and for this virtual host my cgi programs do not work. Is it possible to use "/" as o

RE: tomcat-apache config.

2000-11-28 Thread Hu, Geoff
Yes, that's exactly the way I'm doinng it. It works great.   Geoff -Original Message-From: Matt Becker [mailto:[EMAIL PROTECTED]]Sent: Tuesday, November 28, 2000 2:19 PMTo: tomcat mailing listSubject: tomcat-apache config. Hi. I'm new to setting up Tomcat w

Virtual host in a tomcat/apache config

2001-06-14 Thread Martin van Dijken
Hi there, I've got a good config going for apache/tomcat but I'm still using that mod_jk.conf-auto. I created a dir in the $TOMCAT_HOME/webapps directory and installed my hello world application in it. Works like a charm. Now I created a Virtual host in apache with the following definition, but I