You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Johannes Raggam <jr...@new10.com> on 2000/08/28 20:58:49 UTC

virtual host troubles

	are there any users who got some experience with virtual hosts and
tomcat ??
i have to setup 8 virtual hosts to work with tomcat ... first we were using
jrun from allaire and apache -- we had no problems.
this config. was too expensive, so we tried to get apache and tomcat working
with each other.

i guess the software is only working if it was setup properly. but i don't
know how ...


first problems:

(1) do i have to include this directives in the httpd.conf file?
and how do i include them in the virtual hosts sections? 

Alias /examples D:\tomcat\webapps\examples
<Directory "D:\tomcat\webapps\examples">
    Options Indexes FollowSymLinks
</Directory>
<Location /examples/WEB-INF/>
    AllowOverride None
    deny from all
</Location>
<LocationMatch /examples/*.jsp>
    SetHandler jserv-servlet
</LocationMatch>
ApJServMount /examples/servlet /examples
ApJServMount /servlet /ROOT
</IfModule>
      
(2)
ApJServMount /examples ajpv12://localhost:8009/examples

every content located in "examples" will be redirected to tomcat, or?
and does "examples" contain the .jsp files?
why examples?
is it a directory?
???
who am i?


i don't know if these questions are stupid cause -- i'm too confused with
that stuff...

maybe anyone can help me.


,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
johannes raggam                 
jraggam@new10.com               
icq___75318969                        
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,

Re: virtual host troubles

Posted by frank <ve...@canasoft.net>.
   Yup I got it running sucessfully and I just sent in a very mini howto
to this list.

-
sysadm  canasoft.net , wapda.com       
e-mail  frank@canasoft.net

ICQ-UIN  8353643    POWERED BY LINUX

On Mon, 28 Aug 2000, Johannes Raggam wrote:

> 	are there any users who got some experience with virtual hosts and
> tomcat ??
> i have to setup 8 virtual hosts to work with tomcat ... first we were using
> jrun from allaire and apache -- we had no problems.
> this config. was too expensive, so we tried to get apache and tomcat working
> with each other.
>