Re: Problem in Integrating Tomcat with Apache

2003-08-14 Thread Xingqun Jiang
will make difference? I will check out the artiles you forwarded. Thanks! Lance - Original Message - From: "Mike Millson" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Sunday, August 10, 2003 1:27 PM Subject: Re: Problem in Int

Problem in Integrating Tomcat with Apache

2003-08-14 Thread Xingqun Jiang
Hi, I tried to integrate Tomcat (on port 8080) with Apache (on port 80). When I tested on the local machine(192.168.2.3), the following two urls pointed to the same page: http://localhost/examples/jsp/dates/date.jsp http://localhost:8080/examples/jsp/dates/date.jsp However, when I tested on ano

Re: Problem in Integrating Tomcat with Apache

2003-08-14 Thread Mike Millson
e what you want. What operating system are you using? > > I will check out the artiles you forwarded. Thanks! > > > Lance > > > - Original Message - > From: "Mike Millson" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EM

Re: Problem in Integrating Tomcat with Apache

2003-08-14 Thread John Turner
Well, if you had followed my instructions, you wouldn't need additional stuff, as those lines like JkWorkersFile are in mod_jk.conf. So, I'm confused. My confusion aside, if its working the way you want it to work, I would call it good and have fun. John Xingqun Jiang wrote: Hi, John I fol

Re: Problem in Integrating Tomcat with Apache

2003-08-14 Thread John Turner
al Message - From: "Lenny Sorey" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Sunday, August 10, 2003 2:41 PM Subject: Re: Problem in Integrating Tomcat with Apache Lance, I've used John Turners method for Windows 2000 many tim

Re: Problem in Integrating Tomcat with Apache

2003-08-14 Thread John Turner
am using > WindowsXP pro > j2sdk1.4.1_01 > tomcat 4.1.27 > apache 2.0.47 > > I am going through the configuration instructions. > > Thanks a lot, Mike! > > Xingqun > > > - Original Message - > From: "Mike Millson" <[EMAIL PROTECTED]

Re: Problem in Integrating Tomcat with Apache

2003-08-14 Thread Xingqun Jiang
Mike! Xingqun - Original Message - From: "Mike Millson" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Sunday, August 10, 2003 1:51 PM Subject: Re: Problem in Integrating Tomcat with Apache > On Sun, 2003-08-10 at 13:31, Xingqun J

Re: Problem in Integrating Tomcat with Apache

2003-08-14 Thread Mike Millson
No, it doesn't appear you have integrated tomcat. When you access tomcat via port 8080, you are accessing tomcat directly. When you are accessing tomcat through apache, apache communicates w/ tomcat via port 8009. I think the best way to approach integrating tomcat w/ apache for the 1st time is to

Re: Problem in Integrating Tomcat with Apache

2003-08-14 Thread Bala Kiran
AIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, August 10, 2003 9:37 PM Subject: Re: Problem in Integrating Tomcat with Apache > Hi, Mike > > Lenny told me that I need to add a few lines after following John's > instruction. I tried that and it worked!! Check out what Lenn

Re: Problem in Integrating Tomcat with Apache

2003-08-14 Thread Xingqun Jiang
Lance - Original Message - From: "Mike Millson" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Sunday, August 10, 2003 1:51 PM Subject: Re: Problem in Integrating Tomcat with Apache > On Sun, 2003-08-10 at 13:31, Xingqun Jiang w

Re: Problem in Integrating Tomcat with Apache

2003-08-14 Thread Xingqun Jiang
Original Message - From: "Mike Millson" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Sunday, August 10, 2003 10:26 PM Subject: Re: Problem in Integrating Tomcat with Apache > On Sun, 2003-08-10 at 14:25, Xingqun Jiang wrote: >

Re: Problem in Integrating Tomcat with Apache

2003-08-14 Thread Xingqun Jiang
pache together, and you saved me from the trap. Thank you a ton!!! :-) Xingqun - Original Message - From: "Lenny Sorey" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Sunday, August 10, 2003 2:41 PM Subject: Re: Problem in Integ

Re: Problem in Integrating Tomcat with Apache

2003-08-14 Thread Mike Millson
essage - > From: "Mike Millson" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Sent: Sunday, August 10, 2003 1:51 PM > Subject: Re: Problem in Integrating Tomcat with Apache > > > > On Sun, 2003-08-10 at 13:31, Xingqun J

Re: Problem in Integrating Tomcat with Apache

2003-08-14 Thread Geralyn M Hollerman
John Turner wrote: > "localhost" is a distinct virtual host name that ONLY WORKS ON THE LOCAL > COMPUTER. > > "some.ip.address" is a distinct virtual host name, just like "localhost" > or "my.host.com". If you don't have that IP address set up as a > hostname in Apache's httpd.conf and Tomcat's

Re: Problem in Integrating Tomcat with Apache

2003-08-14 Thread Xingqun Jiang
hange myapp to whatever your app is in the Tomcat webapp directory JkMount /myapp/* ajp13 Restart Tomcat and Apache Hopes this helps. Lenny Sorey - Original Message - From: "John Turner" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: M

Re: Problem in Integrating Tomcat with Apache

2003-08-14 Thread Lenny Sorey
>Thanks > >Lance >- Original Message - >From: "Mike Millson" <[EMAIL PROTECTED]> >To: "Tomcat Users List" <[EMAIL PROTECTED]> >Sent: Sunday, August 10, 2003 1:51 PM >Subject: Re: Problem in Integrating Tomcat with Apache > >

Re: Problem in Integrating Tomcat with Apache

2003-08-11 Thread John Turner
I am saying that you only need what you want to resolve. If you want to serve requests for "1.2.3.4", then you have to set Tomcat to do so. If you want to serve requests for "www.foobar.com" then you have to set Tomcat to do so. Tomcat is only set to serve requests by default for "localhost".

Re: Problem in Integrating Tomcat with Apache

2003-08-11 Thread John Turner
> Lance > - Original Message - > From: "Mike Millson" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Sent: Sunday, August 10, 2003 1:51 PM > Subject: Re: Problem in Integrating Tomcat with Apache > > >

Re: Reasons for integrating Tomcat with Apache

2003-04-01 Thread John Turner
http://tomcatfaq.sourceforge.net http://tomcatfaq.sourceforge.net/apache.html and, of course, the mailing list archives. John On Tue, 1 Apr 2003 22:44:12 +0530, Sreedhar, Dantam wrote: Hi, Could any one point me some document which explains, why Tomcat should be integrated with Apache? I am ru

RE: Reasons for integrating Tomcat with Apache

2003-04-01 Thread Shapira, Yoav
Reasons for integrating Tomcat with Apache > >Hi, > >Could any one point me some document which explains, why Tomcat should be >integrated with Apache? I am running Tomcat on Solaris 2.8. > >Thanks, >Sreedhar > >--

Reasons for integrating Tomcat with Apache

2003-04-01 Thread Sreedhar, Dantam
Hi, Could any one point me some document which explains, why Tomcat should be integrated with Apache? I am running Tomcat on Solaris 2.8. Thanks, Sreedhar - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

Re: Integrating Tomcat with Apache

2003-01-17 Thread Lajos Moczar
Brian - Have a look at http://www.galatea.com/flashguides for my integration instructions. Or, post the relevant sections of your httpd.conf, server.xml and workers.properties. Regards, Lajos Brian Pisano wrote: I am having trouble Integrating Tomcat with Apache I am running: Tomcat

Integrating Tomcat with Apache

2003-01-17 Thread Brian Pisano
I am having trouble Integrating Tomcat with Apache I am running: Tomcat 4.1.18 Apache 1.3.27 Java 1.4.1_01 Red Hat 7.2 I was following the instructions in Professional Tomcat Apache. Tomcat runs correctly standalone. When I

Re: Integrating Tomcat with Apache on NT

2001-11-26 Thread Eric Dutilleul
My experience on installing couple Apache (1.3.2) / Tomcat (3.2) : Install on jdk 1.3.1 in d:\jdk1.3.1 Install of Apache with install process on d:\program files\ apache group\apache install of tomcat files in d:\tomcat configuring wrappers.properties, workers.properties correctly installing jk_

Re: Integrating Tomcat with Apache on NT

2001-11-26 Thread Denis Haskin
Alan Scott wrote: > Not to ask a dumb question. It's only a "dumb" in that, as far as I can tell, you haven't bothered to try and find any of this information first. > How do I integrate both these products on NT? I assume there are some > settings I need to apply to one or the other. Is there

Integrating Tomcat with Apache on NT

2001-11-26 Thread Alan Scott
Not to ask a dumb question. How do I integrate both these products on NT? I assume there are some settings I need to apply to one or the other. Is there a reference on anyone have some helpful hints so I can test this out. Also, any special settings so I can just call up jsp pages directly. T

RE: Error whilst integrating tomcat with apache via mod_jk

2001-04-11 Thread Kieron Wilkinson
April 2001 9:23 AM To: '[EMAIL PROTECTED]' Subject: RE: Error whilst integrating tomcat with apache via mod_jk Oh I forgot to say: Solaris 8, apache 1.3.19, tomcat 3.2.1 -Original Message- From: Kieron Wilkinson [mailto:[EMAIL PROTECTED]] Sent: 10 April 2001 5:34 PM To: &#

RE: Error whilst integrating tomcat with apache via mod_jk

2001-04-11 Thread Kieron Wilkinson
Oh I forgot to say: Solaris 8, apache 1.3.19, tomcat 3.2.1 -Original Message- From: Kieron Wilkinson [mailto:[EMAIL PROTECTED]] Sent: 10 April 2001 5:34 PM To: '[EMAIL PROTECTED]' Subject: Error whilst integrating tomcat with apache via mod_jk Hi, I am trying to intergr

Error whilst integrating tomcat with apache via mod_jk

2001-04-10 Thread Kieron Wilkinson
Hi, I am trying to intergrate Tomcat with Apache, I compile mod_jk and put the resulting mod_jk.so file in the apache/libexec dir, but when I startup Apache I get this: > apachectl start Syntax error on line 8 of /usr/local/tomcat/conf/mod_jk.conf-auto: Cannot load /usr/local/apache/libexec/mod_

RE: Integrating TomCat with Apache

2000-10-30 Thread Renchy Thomas
PROTECTED]] Sent: Sunday, October 29, 2000 6:33 PM To: [EMAIL PROTECTED] Subject: Integrating TomCat with Apache Hello All, I am trying to integrate Tomcat with Apache on Windows NT. This is what I am trying to do: Added the following line in httpd.conf of Apache: Include "H:\TomCat\ja

Integrating TomCat with Apache

2000-10-29 Thread Sridhar R. Kundur
Hello All, I am trying to integrate Tomcat with Apache on Windows NT. This is what I am trying to do: Added the following line in httpd.conf of Apache: Include "H:\TomCat\jakarta-tomcat\conf\tomcat.conf" With the above line included in the httpd.conf file the Apache server (running as servic