You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Cristian Bortolato <bo...@prosa.com> on 2001/08/27 16:32:39 UTC

apache and tomcat with virtual host

I've configured a virtual host with tomcat web server (multiple JVM). 
After I've insert into tomcat-apache.conf some lines: 
<VirtualHost *> 
ServerName venetianstyle.prosa.com 
ApJServMount / ajpv12://localhost:9009/VenetianStyle 
</VirtualHost> 
I've lauched, but when I wrote venetianstyle.prosa.com, it doesn't open
servlet pag, only html page 
can I do something?