Apache + Tomcat Installation

2002-11-08 Thread .: B i g D o g :.
All, I have some questions concerning the mod_jk for apache and getting it to run. I moved all the examples for tomcat into my web root directory and when i run the examples i get a 404 error from tomcat. What can i do to solve this problem? Any good docs out there...I have mulled over

RE: Apache + Tomcat Installation

2002-11-08 Thread Turner, John
- From: .: B i g D o g :. [mailto:bigdog;venticon.com] Sent: Friday, November 08, 2002 6:38 AM To: [EMAIL PROTECTED] Subject: Apache + Tomcat Installation All, I have some questions concerning the mod_jk for apache and getting it to run. I moved all the examples for tomcat into my web

RE: Apache + Tomcat Installation

2002-11-08 Thread .: B i g D o g :.
, 2002 6:38 AM To: [EMAIL PROTECTED] Subject: Apache + Tomcat Installation All, I have some questions concerning the mod_jk for apache and getting it to run. I moved all the examples for tomcat into my web root directory and when i run the examples i get a 404 error

RE: Apache + Tomcat Installation

2002-11-08 Thread Turner, John
o g :. [mailto:bigdog;venticon.com] Sent: Friday, November 08, 2002 8:30 AM To: Tomcat Users List Subject: RE: Apache + Tomcat Installation John, Thanks for all the help... One question still remains...can Apache fire up tomcat so that i do not have to start tomcat then apache

RE: Apache + Tomcat Installation

2002-11-08 Thread .: B i g D o g :.
- From: .: B i g D o g :. [mailto:bigdog;venticon.com] Sent: Friday, November 08, 2002 8:30 AM To: Tomcat Users List Subject: RE: Apache + Tomcat Installation John, Thanks for all the help... One question still remains...can Apache fire up tomcat so that i do not have

RE: Apache + Tomcat Installation

2002-11-08 Thread Turner, John
Message- From: .: B i g D o g :. [mailto:bigdog;venticon.com] Sent: Friday, November 08, 2002 8:49 AM To: Tomcat Users List Subject: RE: Apache + Tomcat Installation Thats fine...when i fire up tomcat, i do not get the mod_jk.conf file...how, can i get tomcat to create that file for me

RE: Apache + Tomcat Installation

2002-11-08 Thread .: B i g D o g :.
: .: B i g D o g :. [mailto:bigdog;venticon.com] Sent: Friday, November 08, 2002 8:49 AM To: Tomcat Users List Subject: RE: Apache + Tomcat Installation Thats fine...when i fire up tomcat, i do not get the mod_jk.conf file...how, can i get tomcat to create that file for me

RE: Apache + Tomcat Installation

2002-11-08 Thread Turner, John
Looks just fine to me. You should be getting a file called mod_jk.conf in $CATALINA_HOME/conf/auto. John -Original Message- From: .: B i g D o g :. [mailto:bigdog;venticon.com] Sent: Friday, November 08, 2002 9:04 AM To: Tomcat Users List Subject: RE: Apache + Tomcat Installation

RE: Apache + Tomcat Installation

2002-11-08 Thread .: B i g D o g :.
:. [mailto:bigdog;venticon.com] Sent: Friday, November 08, 2002 9:04 AM To: Tomcat Users List Subject: RE: Apache + Tomcat Installation Yep, I added all of those in step 3. Here is what i have: Server className=org.apache.catalina.core.StandardServer port=8080 debug=9 shutdown

RE: Apache + Tomcat Installation

2002-11-08 Thread Turner, John
Strange. Are permissions correct? John -Original Message- From: .: B i g D o g :. [mailto:bigdog;venticon.com] Sent: Friday, November 08, 2002 9:12 AM To: Tomcat Users List Subject: RE: Apache + Tomcat Installation That is the weird thing...i do not get the auto directory

RE: Apache + Tomcat Installation

2002-11-08 Thread .: B i g D o g :.
- From: .: B i g D o g :. [mailto:bigdog;venticon.com] Sent: Friday, November 08, 2002 9:12 AM To: Tomcat Users List Subject: RE: Apache + Tomcat Installation That is the weird thing...i do not get the auto directory created... On Fri, 2002-11-08 at 21:07, Turner, John

RE: Apache + Tomcat Installation

2002-11-08 Thread .: B i g D o g :.
Users List Subject: RE: Apache + Tomcat Installation That is the weird thing...i do not get the auto directory created... On Fri, 2002-11-08 at 21:07, Turner, John wrote: Looks just fine to me. You should be getting a file called mod_jk.conf in $CATALINA_HOME/conf/auto

RE: Apache + Tomcat Installation

2002-11-08 Thread Turner, John
to 8005, which port did you change? It might not be necessary. John -Original Message- From: .: B i g D o g :. [mailto:bigdog;venticon.com] Sent: Friday, November 08, 2002 9:33 AM To: Tomcat Users List Subject: RE: Apache + Tomcat Installation John, Thank you again for your time

RE: Apache + Tomcat Installation

2002-11-08 Thread Turner, John
You have to give it a second, it's not instant. :) John -Original Message- From: .: B i g D o g :. [mailto:bigdog;venticon.com] Sent: Friday, November 08, 2002 9:35 AM To: Tomcat Users List Subject: RE: Apache + Tomcat Installation Now it is all there...what the f

RE: Apache + Tomcat Installation

2002-11-08 Thread .: B i g D o g :.
not be necessary. John -Original Message- From: .: B i g D o g :. [mailto:bigdog;venticon.com] Sent: Friday, November 08, 2002 9:33 AM To: Tomcat Users List Subject: RE: Apache + Tomcat Installation John, Thank you again for your time and patience...it is much appreciated

RE: Apache + Tomcat Installation

2002-11-08 Thread Turner, John
;venticon.com] Sent: Friday, November 08, 2002 9:43 AM To: Tomcat Users List Subject: RE: Apache + Tomcat Installation I changed the port in the server.xml file...and that port does not work when i try to access tomcat on it... Where are the ApacheConfig Listener elements

RE: Apache + Tomcat Installation

2002-11-08 Thread Turner, John
Actually, now that I think about it, you might want to set append to false instead of true. John -Original Message- From: Turner, John [mailto:JTurner;AAS.com] Sent: Friday, November 08, 2002 4:54 PM To: 'Tomcat Users List' Subject: RE: Apache + Tomcat Installation Tomcat

RE: Apache + Tomcat Installation

2002-11-08 Thread .: B i g D o g :.
/libexec-or-modules/mod_jk.so workersConfig=/your/path/to/workers.properties / John -Original Message- From: .: B i g D o g :. [mailto:bigdog;venticon.com] Sent: Friday, November 08, 2002 9:43 AM To: Tomcat Users List Subject: RE: Apache + Tomcat Installation I

RE: Apache + Tomcat Installation

2002-11-08 Thread Turner, John
The first one immediately after Server, the second one (with forwardAll) immediately after Host. John -Original Message- From: .: B i g D o g :. [mailto:bigdog;venticon.com] Sent: Friday, November 08, 2002 10:00 AM To: Tomcat Users List Subject: RE: Apache + Tomcat Installation

RE: Apache + Tomcat Installation

2002-11-08 Thread .: B i g D o g :.
, the second one (with forwardAll) immediately after Host. John -Original Message- From: .: B i g D o g :. [mailto:bigdog;venticon.com] Sent: Friday, November 08, 2002 10:00 AM To: Tomcat Users List Subject: RE: Apache + Tomcat Installation And those listeners would

RE: Apache + Tomcat Installation

2002-11-08 Thread Turner, John
) that there is a LoadModule line for it in mod_jk.conf, and 3) that mod_jk.so is in the right location. John -Original Message- From: .: B i g D o g :. [mailto:bigdog;venticon.com] Sent: Friday, November 08, 2002 10:13 AM To: Tomcat Users List Subject: RE: Apache + Tomcat Installation I

RE: Apache + Tomcat Installation

2002-11-08 Thread .: B i g D o g :.
Subject: RE: Apache + Tomcat Installation I so much appreciate all your hard work helping me out... I have one problem and i know that i am almost there... I did like you said with the listeners... here is the new problem... when I start up apache i get the following

Adding Oracle JDBC classes to Apache/Tomcat installation

2002-08-14 Thread Kenny G. Dubuisson, Jr.
I have successfully gotten Apache and Tomcat to communicate. Now the last piece of my puzzle is to get Tomcat to recognize the JDBC classes file I downloaded from Oracle. Does anyone have simple instructions of where to put the file I downloaded, which config file to edit, and what lines to add

Re: Adding Oracle JDBC classes to Apache/Tomcat installation

2002-08-14 Thread Mona Wong-Barnum
Now the last piece of my puzzle is to get Tomcat to recognize the JDBC classes file I downloaded from Oracle. Does anyone have simple instructions of where to put the file I downloaded, which config file to edit, and what lines to add to the respective config file so that I can use the