Re: Tomcat Connector: Attempting to map URI '/examples/index.html' from 0 maps

2007-09-01 Thread Rainer Jung
Evert Hoff wrote: Hi Rainer, I got it working at last. I went back to editing auto/mod_jk.conf. I put the following in there and it did the trick: That's good. === [EMAIL PROTECTED] apache-tomcat-6.0.13]# cat /usr/java/apache-tomcat-6.0.13/conf/auto/mod_jk.conf ##

RE: Tomcat Connector: Attempting to map URI '/examples/index.html' from 0 maps

2007-09-01 Thread Evert Hoff
Hi Rainer, I got it working at last. I went back to editing auto/mod_jk.conf. I put the following in there and it did the trick: === [EMAIL PROTECTED] apache-tomcat-6.0.13]# cat /usr/java/apache-tomcat-6.0.13/conf/auto/mod_jk.conf ## Auto generated on Sat Aug 1

Re: Tomcat Connector: Attempting to map URI '/examples/index.html' from 0 maps

2007-09-01 Thread Rainer Jung
I can't see any include for the file, in which you now put the JkMount statements. I think you'll need to read a bit about apache httpd virtual hosts and also about the two types, IP based and name based. This will help you to understand you httpd configuration first. That's necessary in order

RE: Tomcat Connector: Attempting to map URI '/examples/index.html' from 0 maps

2007-09-01 Thread Evert Hoff
Hi Rainer, > If you want the JK forwarding to work for > www2.noteworthynewsletters.com and your apache httpd > configuration uses virtual hosts, you first have to identfy > the VirtualHost block that configures the virtual host for > www2.noteworthynewsletters.com and then put the JkMounts in

Re: Tomcat Connector: Attempting to map URI '/examples/index.html' from 0 maps

2007-09-01 Thread Rainer Jung
Evert Hoff wrote: Hi Rainer, Looks like you've got more than one virtual host in the httpd configuration. JkMounts are not inherited between virtual hosts. Although there is the directive JkMountCopy to inherit JkMount between vhosts, I would expect that not to help in your situation (locals

Re: Tomcat Connector: Attempting to map URI '/examples/index.html' from 0 maps

2007-09-01 Thread Rainer Jung
Evert Hoff wrote: The documentation says that there is supposed to be an example workers.properties file in Tomcat's conf directory, but there isn't. I found one somewhere on the Internet and modified it. It is below. Could you give us the URL of this page, so we can fix it? It is on this p

RE: Tomcat Connector: Attempting to map URI '/examples/index.html' from 0 maps

2007-09-01 Thread Evert Hoff
Hi Rainer, > Looks like you've got more than one virtual host in the httpd > configuration. JkMounts are not inherited between virtual hosts. > Although there is the directive JkMountCopy to inherit > JkMount between vhosts, I would expect that not to help in > your situation (localshot:80 vs.

Re: Tomcat Connector: Attempting to map URI '/examples/index.html' from 0 maps

2007-09-01 Thread Rainer Jung
Evert Hoff wrote: Hi, I am stuck trying to get Tomcat Connector to work. The mod_jk.log file (included in full at the bottom of this email) says "Attempting to map URI '/examples/index.html' from 0 maps". When I restart httpd, it gives the message below about 127.0.0.1:80 overlapping with lo