Is there more than one name-based virtual host? If so, do the following:
- enable NameVirtualHost in httpd.conf, and set it to "*"
- change your "VirtualHost images" to "VirtualHost *"
I'm assuming you have JkMount directives inside your VirtualHost container?
Note that if you have more than one virtual host, you'll want to edit mod_jk.conf manually, and also remember not toleave your changes in CATALINA_HOME/conf/auto, as your changes will be overwritten every time Tomcat starts if you use that mod_jk.conf file. I typically let Tomcat generate mod_jk.conf for me, then I copy it to APACHE_HOME/conf, and modify to suit my needs. The auto-config option for Tomcat isn't very robust, for all but the simplest configurations you will want to create mod_jk.conf from scratch or modify the one that Tomcat generates. It does make things a little easier, though, because it automatically creates the directory protection directives for things like WEB-INF and other housekeeping stuff.
John
On Fri, 27 Jun 2003 12:10:28 -0300, Martín Mauri <[EMAIL PROTECTED]> wrote:
ok, in both of them is "images"
I've setup the following in mod_jk.conf:
<VirtualHost images> ServerName images ...
and the following in server.xml:
<Host name="images" debug="0" appBase="webapps" unpackWARs="true" autoDeploy="true"> <Listener className="org.apache.ajp.tomcat4.config.ApacheConfig" append="true" forwardAll="false" modJK="/usr/local/apache2/modules/mod_jk.so" /> ...
any idea?
thanks..
----- Original Message ----- From: "John Turner" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, June 27, 2003 11:57 AM Subject: Re: Redirector problem? Apache 2.0.43 - Tomcat 4.1
server.xml
What is the VirtualHost container for "server" and what is the Host entity
in server.xml for "server"?
John
On Fri, 27 Jun 2003 11:53:59 -0300, Martín Mauri <[EMAIL PROTECTED]> wrote:
> Hi, > > I'm facing the following problem, I'm trying to get Tomcat and Apache > working together, everything's fine since I've just set up the404> and httpd.conf and included the mod_jk.conf automcatic file in my > httpd.conf. But when I try to access http://server/examples I get the> error and in the apache log it says it can't access > /usr/local/apache2/htdocs/examples. > I realize it isn't redirecting the context to tomcat, can anybody help > me? > > thanks... > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
-- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]