RE: Plz - Anyone have any ideas

2001-07-23 Thread Nance, Michael
]] Sent: Thursday, July 19, 2001 5:14 PM To: [EMAIL PROTECTED] Subject: Re: Plz - Anyone have any ideas Alright, at the risk of asking a stpid question - you have started Tomcat seperately haven't you? Apache wont start it automatically, you'll need to do it yourself. cheers dim On Thu, 19 Jul 2001

RE: Plz - Anyone have any ideas

2001-07-23 Thread Loïc Lefèvre
Look at the end of the answer ;) http://www.jguru.com/faq/view.jsp?EID=323083 Loïc Lefèvre -Message d'origine- De : Nance, Michael [mailto:[EMAIL PROTECTED]] Envoyé : lundi 23 juillet 2001 16:46 À : '[EMAIL PROTECTED]' Objet : RE: Plz - Anyone have any ideas Yes I have started

RE: Plz - Anyone have any ideas

2001-07-23 Thread Nance, Michael
) Is that correct? -Original Message- From: John Hebert [mailto:[EMAIL PROTECTED]] Sent: Monday, July 23, 2001 7:54 AM To: [EMAIL PROTECTED] Subject: Re: Plz - Anyone have any ideas Nance, Michael wrote: Yes I have started it separately. Has anyone heard that you can;t use the -Include

Re: Plz - Anyone have any ideas

2001-07-23 Thread John Hebert
Nance, Michael wrote: thanks again for replying I DO NOT have those lines in my httpd.conf... what I have in my apache start up is a -Include mod_jk.conf (whcih is a copy of mod_jk.so.conf-auto) I receive one message that this won't work but it is the way we do JServ (I am trying

RE: Plz - Anyone have any ideas

2001-07-23 Thread Dmitri Colebatch
Hi again, I cant remember where you're up to with this, but will answer one of your questions below. The common way to use Tomcat is to not use the mod_jk.conf-auto, but take a copy of it when you're relatively happy with Tomcat's configuration, and use that. You will notice that if you want

Plz - Anyone have any ideas

2001-07-19 Thread Nance, Michael
I am trying to switch our current configuration from Apache/Tomcat/Mod_Jserv to Apache/Tomcat/Mod_Jk. I obtained the source files and built mod_jk.so. I removed the include of JServ. I have a few questions and a problem. When tomcat starts up it generates mod_jk.conf-auto. Where do I put

Re: Plz - Anyone have any ideas

2001-07-19 Thread John Hebert
../tomcat/conf/tomcat.conf Or, once you get a running, stable app server configuration, just point your httpd.conf include directive to a specific copy of your mod_jk.conf-auto file: http.conf: Include /usr/local/tomcat/conf/copy_of_mod_jk.conf-auto Hope this helps! John Hebert Nance,

RE: Plz - Anyone have any ideas

2001-07-19 Thread Nance, Michael
again for your time Mike Tickets.Com -Original Message- From: John Hebert [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 19, 2001 2:44 PM To: [EMAIL PROTECTED] Subject: Re: Plz - Anyone have any ideas ../tomcat/conf/tomcat.conf Or, once you get a running, stable app server configuration

Re: Plz - Anyone have any ideas

2001-07-19 Thread John Hebert
Nance, Michael wrote: Thanks for your reply The weird thing is in our current env does not include those files in the htttpd.conf file. They are included in a _Include when we start up Tomcat separately. Would the tomcat.conf still be read because I noticed that it was including

Re: Plz - Anyone have any ideas

2001-07-19 Thread Dmitri Colebatch
Alright, at the risk of asking a stpid question - you have started Tomcat seperately haven't you? Apache wont start it automatically, you'll need to do it yourself. cheers dim On Thu, 19 Jul 2001, Nance, Michael wrote: I am trying to switch our current configuration from