Question

2002-12-26 Thread Gman
I am trying to setup Tomcat version 4.18 With Apache 2.0.43 and I am confused on how to set it up I added the module and include line like the documentation said, after that Apache would not start. Any help would be greatly appreciated. George "Gman" Flatman -- To unsubscri

RE: Question

2002-12-26 Thread Gman
Here are the only lines I have added t my http.conf below LoadModule jk2_module modules/mod_jk2.so And Include /Tomcat 4.1/conf/jk/mod_jk.conf-auto that's all I have done. George "Gman" Flatman -Original Message- From: Laxmikanth M.S. [mailto:[EMAIL PROTECTED]]

So lost and confused

2002-12-26 Thread Gman
I have tried to add the module mod_jk.so I have even tried mod_jk-2.0.43.dll in my apache http.conf and nothing works. I have been to the following web sites. http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/connectors.html http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/index.html http:

RE: So lost and confused

2002-12-26 Thread Gman
y renaming Tomcat 4.1 to Tomcat4.1. also what is inside the /Tomcat 4.1/conf/jk/mod_jk.conf-auto file? that looks like something generated for use by mod_jk and not mod_jk2. Jeff -Original Message----- From: Gman [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 26, 2002 11:18 AM To: 'To

RE: So lost and confused

2002-12-26 Thread Gman
and tomcat installations worker.tomcat_home=/opt_apps/jakarta-tomcat-4.1.18 to point to the root of your tomcat install worker.java_home=/opt/java1.3 to where your java is in your server.xml you need or -Original Message----- From: Gman [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 26, 200

RE: So lost and confused

2002-12-26 Thread Gman
mes optional. If you need them change the path to point to your java and tomcat installations worker.tomcat_home=/opt_apps/jakarta-tomcat-4.1.18 to point to the root of your tomcat install worker.java_home=/opt/java1.3 to where your java is in your server.xml you need or -Original Me

RE: So lost and confused

2002-12-26 Thread Gman
----- From: Gman [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 26, 2002 1:33 PM To: 'Tomcat Users List' Subject: RE: So lost and confused Ok I am doing this in steps so if it does not work I won't be more confused. I have added the following line only to my http.conf LoadModule j

RE: So lost and confused

2002-12-26 Thread Gman
orkersFile path/to/apache/conf/workers.properties JkLogFile path/to/apache/logs/mod_jk.log JkLogLevel info JkMount /examples/* ajp13 make sure you can restart apache after you do that once apache is able to start we will configure tomcat -Original Message----- From: Gman [mailto:[EMAIL PROTEC

RE: So lost and confused

2002-12-26 Thread Gman
an for the moment go at the end of your http.conf they should eventualy go into the any virtual host you will be using -Original Message----- From: Gman [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 26, 2002 2:12 PM To: 'Tomcat Users List' Subject: RE: So lost and confused Ok I

RE: So lost and confused

2002-12-26 Thread Gman
che/conf/workers.properties JkLogFile path/to/apache/logs/mod_jk.log JkLogLevel info JkMount /examples/* ajp13 make sure you can restart apache after you do that once apache is able to start we will configure tomcat -Original Message- From: Gman [mailto:[EMAIL PROTECTED]] Sent: Thursday, D

RE: So lost and confused

2002-12-26 Thread Gman
erver this will tell also give you the errors in to http.conf -Original Message- From: Gman [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 26, 2002 2:35 PM To: 'Tomcat Users List' Subject: RE: So lost and confused Ok Jeffrey, I placed the lines below and now Apache won

Hey Jeffrey

2002-12-27 Thread Gman
I still can't get Apache to run when I add the following lines. # Configure mod_jk # #JkWorkersFile C:/Apache/conf/workers.properties<--path to where I placed the workers.properties file. #JkLogFile C:/Apache/apache/logs/mod_jk.log<--path to where the log files will and should be created. #JkLo

RE: Hey Jeffrey

2002-12-27 Thread Gman
you able to run the apachectl configtest from the apache bin directory or see any errors in the error log? -Original Message- From: Gman [mailto:[EMAIL PROTECTED]] Sent: Friday, December 27, 2002 11:22 AM To: 'Tomcat Users List' Subject: Hey Jeffrey I still can't get Apa

RE: Hey Jeffrey

2002-12-27 Thread Gman
to determine what is wrong with the setup. -Original Message- From: Gman [mailto:[EMAIL PROTECTED]] Sent: Friday, December 27, 2002 12:20 PM To: 'Tomcat Users List' Subject: RE: Hey Jeffrey I was unable to get any of the apachectl configtest from the apache bin directory, The

RE: Hey Jeffrey

2002-12-28 Thread Gman
I tried it both ways. And it did not work. George Flatman -Original Message- From: Rasputin [mailto:[EMAIL PROTECTED]] On Behalf Of Rasputin Sent: Saturday, December 28, 2002 4:46 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: Hey Jeffrey * Gman <[EMAIL PROTECTED]> [1

JDBC Realm not working with NT service

2002-01-02 Thread gman
hello, my tomcat 3.3 application works fine as a stand-alone application using JDBC Realm authentication. When i run it as an NT service using the supplied jk_nt_service tool.. the authentication fails with the message below. For some reason it is not sending the user to the database, although it

RE: JDBC Realm not working with NT service

2002-01-02 Thread gman
\JRE\lib\Ext > > that's it... > > -Original Message- > From: gman [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 02, 2002 1:16 PM > To: [EMAIL PROTECTED] > Subject: JDBC Realm not working with NT service > > > hello, > > my tomcat 3.3 appli

Tomcat5 - MySql5.0.0a - apache2.0 - XP - JNDI connection problems

2004-03-31 Thread The Gman
I am following: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jndi-datasource-examples-howto.html I am running windows XP - have apache 2.0.48 and Tomcat 5.0.19 up and running with j2sdk1.4.2_04. I am also running MySql5.0.0a Under $CATALINA_HOME/comon/lib mysql-connector-java-3.0.11-stable-bin

Test

2004-04-02 Thread The Gman
As requested. _ FREE pop-up blocking with the new MSN Toolbar – get it now! http://toolbar.msn.com/go/onm00200415ave/direct/01/ - To unsubscribe, e-mail: [EMAIL PRO

RE: Tomcat5 - MySql5.0.0a - apache2.0 - XP - JNDI connection problems

2004-04-02 Thread The Gman
I apologize - but I haven't been receiving any of the tomcat-user lists emails to my previous email account. I have since switched to this one. Anyway... Tom K. - asked: Are you using jstl tags to connect to your database? Looking at your error, I noted the path http://java.sun.com/jsp/jstl/sql

Re: Tomcat5 - MySql5.0.0a - apache2.0 - XP - JNDI connection problems - Doug - Parsons Technical Services

2004-04-02 Thread The Gman
I apologize - but I haven't been receiving any of the tomcat-user lists emails to my previous email account. I could only see responses in the mailing list archive. I have since switched to this email address and the mailing list is working fine. Anyway... Doug - Parsons Technical Services re