Jake, 

I clarified that in the last paragraph of my email :)  I just used that for
purposes of sending out the files.  In the actual files on my server, the
real value is in place...  Where you see www.mydomainname.com in the files,
just imagine that's legit because in the files it is my actual domain name,
and they are all the same for all of my files.

Is that too much a pain in the butt?  If it makes less headaches I will
resend with the actual data in place...

Thanks!

Denise Mangano
Help Desk Analyst
Complus Data Innovations, Inc.


-----Original Message-----
From: Jacob Kjome [mailto:[EMAIL PROTECTED]] 
Sent: Friday, December 20, 2002 11:19 AM
To: Tomcat Users List
Subject: Re: Configuring mod_jk - Again!


Hello Denise,

Looking at your mod_jk.conf, it is pretty apparent why this isn't working
for you.  You have this:

<VirtualHost www.mydomainname.com>
    ServerName www.mydomainname.com

    ...
    ...
    ...
</VirtualHost>


I'm guessing that "www.mydomainname.com" was just a dummy site someone
provided for you in an example.  It was meant to be replaced by the real
value.  If you want to see this under localhost, change
"www.mydomainname.com" to "localhost".  If you want to see all the sites you
are  mapping in the mod_jk.conf in all hosts, remove the <VirtualHost> and
ServerName entries.

Jake

Friday, December 20, 2002, 10:10:26 AM, you wrote:

DM> Hi all :) I know some of you are probably cringing saying oh no not 
DM> again!
DM> ;)

DM> Well its that time again.  Going to get this mod_jk working if it's the
last
DM> thing I do!!  So I followed the how-to...again.   It looks like Apache
is
DM> not getting any errors when trying to see the mod_jk connector.  
DM> This looks like a success, no?

DM> [Fri Dec 20 09:51:50 2002] [notice] Apache/1.3.23 (Unix)  
DM> (Red-Hat/Linux) mod_jk/1.2.2-dev mod_fastcgi/2.2.12 mod_ssl/2.8.7 
DM> OpenSSL/0.9.6b DAV/1.0.3 PHP/4.1.2 mod_perl/1.26 configured -- 
DM> resuming normal operations

DM> Now, I'm back to the original problem.  Although it looks like 
DM> everything is fine as separate entities, but I cannot pull up 
DM> http://localhost/examples in my browser.  I still have to use 
DM> http://localhost:8080/examples.  For some reason apache is still 
DM> looking in the /var/www directory:

DM> [Fri Dec 20 09:57:22 2002] [error] [client 12.42.32.222] File does 
DM> not
DM> exist: /var/www/html/examples/servlets/index.html

DM> The error message that I was receiving about being unable to locate 
DM> mod_jk.so is no longer showing in my catalina.out log and again it 
DM> looks like everything is successful... Dec 20, 2002 10:14:14 AM 
DM> org.apache.commons.modeler.Registry loadRegistry
DM> INFO: Loading registry information
DM> Dec 20, 2002 10:14:14 AM org.apache.commons.modeler.Registry 
DM> getRegistry
DM> INFO: Creating new Registry instance
DM> Dec 20, 2002 10:14:14 AM org.apache.commons.modeler.Registry getServer
DM> INFO: Creating MBeanServer
DM> Dec 20, 2002 10:14:15 AM org.apache.coyote.http11.Http11Protocol init
DM> INFO: Initializing Coyote HTTP/1.1 on port 8080
DM> Starting service Tomcat-Standalone
DM> Apache Tomcat/4.1.17

DM> I have attached  my workers.properties, server.xml, and mod_jk.conf 
DM> file (Where you see www.mydomain.com in the file on my machine it is 
DM> my actual domain name). In my httpd.conf file my server name is 
DM> defined the same as in the Host directive, and workers.properties.  
DM> The only change I made was to add the code to include the 
DM> mod_jk.conf file.  Why is this turning out to be such a task?!  
DM> Thanks in advance.

DM> Denise Mangano




-- 
Best regards,
 Jacob                            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]>

Reply via email to