Re: Connecting Tomcat to Apache

2004-01-23 Thread Timothy Stone
Yiannis Mavroukakis wrote: Install the pcre (Perl Compatible Regular Expressions)libs..either via rpm *retch* or download and build the source from sourceforge(http://sourceforge.net/projects/pcre/) Yiannis PCRE should build out of the box in Red Hat 8+. It did on Mac OS X. For Mac OS X, it was a

RE: Connecting Tomcat to Apache

2004-01-23 Thread Yiannis Mavroukakis
Users List' Subject: RE: Connecting Tomcat to Apache I did a locate command and found a libtool, in the /native2 directory in the jk install directory. I copied libtool over to /usr/lib/httpd/build. I ran the make and it apparently worked, but now it's coming up with another error.

RE: Connecting Tomcat to Apache

2004-01-23 Thread David Grant
-pcre David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, January 23, 2004 7:56 PM To: Tomcat Users List Subject: RE: Connecting Tomcat to Apache then make sure that its in ur PATH and make sure its the first entry..do a which libtool to know which

RE: Connecting Tomcat to Apache

2004-01-23 Thread pavan . k
then make sure that its in ur PATH and make sure its the first entry..do a which libtool to know which libtool is make picking up when u r configuring its better to use the latest libtool from gnu Pavan Kumar Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.comDISCLAI

RE: Connecting Tomcat to Apache

2004-01-23 Thread David Grant
nuary 23, 2004 4:42 PM To: Tomcat Users List Subject: RE: Connecting Tomcat to Apache libtool comes with ur apache.. it will be in this directory.. /etc/httpd/build/libtool its a gnu tool which helps in build process.. how did u get ur apache? did u build it or u have binary? Kakarap

RE: Connecting Tomcat to Apache

2004-01-22 Thread pavan . k
libtool comes with ur apache.. it will be in this directory.. /etc/httpd/build/libtool its a gnu tool which helps in build process.. how did u get ur apache? did u build it or u have binary? Kakaraparthi  Venkata Pavan Kumar Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://ww

RE: Connecting Tomcat to Apache

2004-01-22 Thread David Grant
Libtool? I'm not familiar with that. please explain. David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, January 23, 2004 3:50 PM To: Tomcat Users List Subject: RE: Connecting Tomcat to Apache make sure u have libtool in ur

RE: Connecting Tomcat to Apache

2004-01-22 Thread pavan . k
make sure u have libtool in ur path...  Pavan Kumar Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.comDISCLAIMER: The information contained in this message is intended only and solely for the addressed individual or entity indicated in this message and for the exclu

RE: Connecting Tomcat to Apache

2004-01-22 Thread David Grant
#x27; Make: *** [jk2-build] Error 1 I've set the path in build.properties to /usr/lib/httpd and also tried /etc/httpd. David -Original Message- From: Timothy Stone [mailto:[EMAIL PROTECTED] Sent: Friday, January 23, 2004 2:22 AM To: Tomcat Users List Subject: Re: Connecting Tomcat t

RE: Connecting Tomcat to Apache

2004-01-22 Thread David Grant
e its looking for tomcat, but there is no info in any tutorials or howto on what to call it, TOMCAT_HOME? David -Original Message- From: Timothy Stone [mailto:[EMAIL PROTECTED] Sent: Friday, January 23, 2004 2:22 AM To: Tomcat Users List Subject: Re: Connecting Tomcat to Apache David Grant

Re: Connecting Tomcat to Apache

2004-01-22 Thread Timothy Stone
David Grant wrote: Hello, I am using a preety good but rather old HOWTO and I now need to connect apache to tomcat, so that apache acts as the web server and tomcat handles jsp's and servlets. I've tested it all up to this point and everything is up and running. I am using IBM Java2 1.4.1, tomcat

RE: Connecting Tomcat to Apache

2004-01-22 Thread Hamilton Andrew
a big deal. Regards, Drew -Original Message- From: David Grant [mailto:[EMAIL PROTECTED] Sent: Thursday, January 22, 2004 3:36 AM To: 'Tomcat Users List' Subject: RE: Connecting Tomcat to Apache Is JK2 ok? I found the source for it, but only binaries for solaris and win32, not li

RE: Connecting Tomcat to Apache

2004-01-22 Thread pavan . k
jk2 is fine...build is a real pain...linux is ok AIX screws a lot Pavan Kumar Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.comDISCLAIMER: The information contained in this message is intended only and solely for the addressed individual or entity indicated in this

RE: Connecting Tomcat to Apache

2004-01-22 Thread David Grant
EMAIL PROTECTED] Sent: Thursday, January 22, 2004 6:27 PM To: Tomcat Users List Subject: RE: Connecting Tomcat to Apache for linux, as far as i know no builds are available on apache site.. this is the link for apache binaries.. http://apache.org/dist/jakarta/tomcat-connectors/jk/binaries/li

RE: Connecting Tomcat to Apache

2004-01-22 Thread pavan . k
for linux, as far as i know no builds are available on apache site.. this is the link for apache binaries.. http://apache.org/dist/jakarta/tomcat-connectors/jk/binaries/linux/ currently its empty.. for a good help on building on linux or if lucky u can get a binary... go to http://johnturner.co

RE: Connecting Tomcat to Apache

2004-01-22 Thread David Grant
Red Hat Enterprise 3.0 ES David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, January 22, 2004 6:15 PM To: Tomcat Users List Subject: Re: Connecting Tomcat to Apache thats a good connector available.. for solaris and windows u have the

Re: Connecting Tomcat to Apache

2004-01-22 Thread pavan . k
st" <[EMAIL PROTECTED]> cc Subject Re: Connecting Tomcat to Apache thats a good connector available.. for solaris and windows u have the binaries avialble..but for other platforms u only have the source,building which invlves a lot of issues.. can u be specific abt ur OS?

Re: Connecting Tomcat to Apache

2004-01-22 Thread pavan . k
thats a good connector available.. for solaris and windows u have the binaries avialble..but for other platforms u only have the source,building which invlves a lot of issues.. can u be specific abt ur OS? Pavan Kumar Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.c

Re: connecting Tomcat to apache

2003-06-13 Thread John Turner
Give me access to a OSX box and I'll be happy to write a HOWTO for it. ;) John On Thu, 12 Jun 2003 15:58:33 +0200, Martin Jacobson <[EMAIL PROTECTED]> wrote: Werner van Mook wrote: Hi All, Consider me stupid. I have a Powerbook with Mac OSX 10.2.6 It runs apache out of the box. Now I want to

Re: connecting Tomcat to apache

2003-06-12 Thread Martin Jacobson
Werner van Mook wrote: Hi All, Consider me stupid. I have a Powerbook with Mac OSX 10.2.6 It runs apache out of the box. Now I want to connect tomcat with it. Could somebody point out to me the right way of doing this? I can't consider you stupid - I run Apache + Tomcat on my Powerbook! However,

RE: connecting Tomcat to apache

2003-06-12 Thread Dave Naden
Check the mailing list archives--go to http://jakarta.apache.org/tomcat/bugreport.html and see the list of archives there. There are literally hundreds of mails/comments about this exact question. -Original Message- From: Werner van Mook [mailto:[EMAIL PROTECTED] Sent: Thursday, Ju

RE: connecting tomcat to apache (newbie)

2002-09-06 Thread Turner, John
Which OS? Search the archives, this comes up several times a day. John > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 06, 2002 12:35 AM > To: [EMAIL PROTECTED] > Subject: connecting tomcat to apache (newbie) > > > Hey there; >

RE: Connecting Tomcat to Apache

2001-09-04 Thread David DELGRANCHE
This fils is the module to enable Apache to redirect calls to Tomcat. Normaly this file has to be in the modules\ subdirectory of your apache directory. It's notice in the installation process that you have to put it there. David. -Message d'origine- De: Stuart Sub