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


>
> 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 the
server.xml
> > 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
404
> > 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]

Reply via email to