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 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.  This looks
DM> like a success, no?

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

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

DM> [Fri Dec 20 09:57:22 2002] [error] [client 12.42.32.222] File does 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 looks
DM> 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 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 file
DM> (Where you see www.mydomain.com in the file on my machine it is my actual
DM> domain name). In my httpd.conf file my server name is defined the same as in
DM> the Host directive, and workers.properties.  The only change I made was to
DM> add the code to include the mod_jk.conf file.  Why is this turning out to be
DM> such a task?!  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]>

Reply via email to