Re: Hey Jeffrey

2002-12-28 Thread Rasputin
* Gman [EMAIL PROTECTED] [1221 00:21]:

 Syntax Error on line 985 of C:/Apache/conf/httpd.conf:
 Invalid command 'JkWorkersFile' Perhaps it is mis-spelled or defined by
 a module not included in the server configuration.

 Obvisouly the worker file is not where it is supposed to be hehehe.

No, that means Apache doesn't understand what a JkWorkersFile is -
which means you haven't loaded mod_jk properly.

Have you got an uncommented LoadModule in httpd.conf ?
 
-- 
Rasputin :: Jack of All Trades - Master of Nuns

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




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] [1221 00:21]:

 Syntax Error on line 985 of C:/Apache/conf/httpd.conf: Invalid command

 'JkWorkersFile' Perhaps it is mis-spelled or defined by a module not 
 included in the server configuration.

 Obvisouly the worker file is not where it is supposed to be hehehe.

No, that means Apache doesn't understand what a JkWorkersFile is - which
means you haven't loaded mod_jk properly.

Have you got an uncommented LoadModule in httpd.conf ?
 
-- 
Rasputin :: Jack of All Trades - Master of Nuns

--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




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. 
#JkLogLevel info--?

#JkMount /examples/* ajp13--?

George Flatman


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Hey Jeffrey

2002-12-27 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
You can try one of two things

place the workers and log files in C:\ as maybe there is some path problem.

or  

change the /'s to \'s.  usual apache does not care but maybe mod_jk does


were 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 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. 
#JkLogLevel info--?

#JkMount /examples/* ajp13--?

George Flatman


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Hey Jeffrey

2002-12-27 Thread Gman
I was unable to get any of the apachectl configtest from the apache bin
directory, There were not any errors in the Apache error log, just the
normal startup and shutdown entries.

George Flatman

-Original Message-
From: PELOQUIN,JEFFREY (HP-Boise,ex1) [mailto:[EMAIL PROTECTED]] 
Sent: Friday, December 27, 2002 10:38 AM
To: 'Tomcat Users List'
Subject: RE: Hey Jeffrey


You can try one of two things

place the workers and log files in C:\ as maybe there is some path
problem.

or  

change the /'s to \'s.  usual apache does not care but maybe mod_jk does


were 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 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. 
#JkLogLevel info--?

#JkMount /examples/* ajp13--?

George Flatman


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]

--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Hey Jeffrey

2002-12-27 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
I went and stared at a computer that had an old version of apache on it.
there used to be a config test drop down you could access from the start
button on windows

Start -- Programs -- Apache Http Server -- Configure Apache Server --
Test Configuration

That should run a check of your http conf file for you.

Without some sort of error message it will be difficult 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, There were not any errors in the Apache error log, just the
normal startup and shutdown entries.

George Flatman

-Original Message-
From: PELOQUIN,JEFFREY (HP-Boise,ex1) [mailto:[EMAIL PROTECTED]] 
Sent: Friday, December 27, 2002 10:38 AM
To: 'Tomcat Users List'
Subject: RE: Hey Jeffrey


You can try one of two things

place the workers and log files in C:\ as maybe there is some path
problem.

or  

change the /'s to \'s.  usual apache does not care but maybe mod_jk does


were 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 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. 
#JkLogLevel info--?

#JkMount /examples/* ajp13--?

George Flatman


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]

--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Hey Jeffrey

2002-12-27 Thread Gman
Hey Jeffrey , Here is the only error i got.

Syntax Error on line 985 of C:/Apache/conf/httpd.conf:
Invalid command 'JkWorkersFile' Perhaps it is mis-spelled or defined by
a module not included in the server configuration.

Obvisouly the worker file is not where it is supposed to be hehehe.
George Flatman

-Original Message-
From: PELOQUIN,JEFFREY (HP-Boise,ex1) [mailto:[EMAIL PROTECTED]] 
Sent: Friday, December 27, 2002 11:41 AM
To: 'Tomcat Users List'
Subject: RE: Hey Jeffrey


I went and stared at a computer that had an old version of apache on it.
there used to be a config test drop down you could access from the start
button on windows

Start -- Programs -- Apache Http Server -- Configure Apache Server
-- Test Configuration

That should run a check of your http conf file for you.

Without some sort of error message it will be difficult 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, There were not any errors in the Apache error log, just the
normal startup and shutdown entries.

George Flatman

-Original Message-
From: PELOQUIN,JEFFREY (HP-Boise,ex1) [mailto:[EMAIL PROTECTED]] 
Sent: Friday, December 27, 2002 10:38 AM
To: 'Tomcat Users List'
Subject: RE: Hey Jeffrey


You can try one of two things

place the workers and log files in C:\ as maybe there is some path
problem.

or  

change the /'s to \'s.  usual apache does not care but maybe mod_jk does


were 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 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. 
#JkLogLevel info--?

#JkMount /examples/* ajp13--?

George Flatman


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]

--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]

--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]