At the bottom of every mail to this list is a link to unsubscribe you from
this list.  Sometimes (due to way the messages are threaded) this
information may appear two or three times.  If you would send (iirc) a blank
email to that address and then when the confirmation email arrives send
another confirmation mail that will remove you.

----- Original Message ----- 
From: "Francis P. Chauvel H." <[EMAIL PROTECTED]>
To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
Sent: Thursday, April 15, 2004 3:54 AM
Subject: remove my mail please


They would be so kind of unsubscribe of the list of interest, sends to the
webmaster for  removes my mail
Thank you

-----Mensaje original-----
De: Robert Hall [mailto:[EMAIL PROTECTED]
Enviado el: Miércoles, 14 de Abril de 2004 07:15 p.m.
Para: Tomcat Users List
Asunto: Re: Virtual Hosting Revisited - Apache serving static pages..???

We use apache to serve up static content by including the following in
httpd.conf via an "Include directive":

<IfModule mod_alias.c>
    #
    # Note that if you include a trailing / on fakename then the server will
    # require it to be present in the URL.  So "/icons" isn't aliased in
this
    # example, only "/icons/".  If the fakename is slash-terminated,
then the
    # realname must also be slash terminated, and if the fakename omits the
    # trailing slash, the realname must also omit it.
    #
    Alias /app-name/ "/usr/local/htdocs/app-name/"

    <Directory "/usr/local/htdocs/app-name">
        Options Indexes MultiViews
        AllowOverride None
        Order allow,deny
        Allow from all
    </Directory>
</IfModule>

And workers2.properties (similar to mod_jk.conf ?) contains URI entries
so tell
apache what to request from Tomcat, the static content is served up by
apache
via the Alias above.

HTH,
Robert

John B. Moore wrote:

> Posted this previously and still need some pointers...
>
> Maybe this is not possible, but it seems to be "suggested" in a lot of
> the documentation I have read. Unfortunately those docs "assume"
> something that I am not privy to..  (a brain.. yeah well...<G>) and do
> not outline specific configurations for this setup. I read a lot of
> "and you can have Apache serve the static pages"..etc.. but I have yet
> to find and example of how this would be configured.
>   I would prefer setting this up via the server.xml and the web.xml
> files and have those autoconfigure to the /auto/mod_jk.conf file, but
> for now I need some specifics on how to tell Apache to serve the
> static pages. (I have no problems with serving the jsp and servlets..)
>
>  Thanks...
>


---------------------------------------------------------------------
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to