You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Thomas Rohde <tr...@ordix.de> on 2012/01/29 13:20:11 UTC

Re: Tomcat 6 - How to make an application available at www.mydomain.com

> Thomas Rohde wrote:
>>
>> That is a good point. I will change my configuration to
>>
>>    JkMount /myApplication/* tomcat
>>
> Actually, you need 2 lines to cover all :
>
>  >    JkMount /myApplication tomcat          # for the index ?
>  >    JkMount /myApplication/* tomcat        # for the rest

Yes, I've already figured that out.

>
> Or you can use the following syntax :
>
> <Location /myApplication>
>    SetHandler jakarta-servlet
>    ...
> </Location>

That was actually new for me. I'll try it next time. Thank you!

>
> I personally like this second form better : it fits better with the
> general Apache httpd
> configuration style, and it allows for other httpd-level things in the
> same section.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org