You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "prs05@prosa.com" <pr...@prosa.com> on 2001/08/28 10:08:12 UTC

Configure Virtual Hosts... HELP ME PLEASE!!

I must create a virtual host.

In tomcat-apache.cong file I insert this lines:

<VirtualHost 192.168.1.10>
  ServerName venetianstyle.prosa.com
  ServerAlias venetianstyle
  ApJServMount / ajpv12://localhost:9009/VenetianStyle
  JkMount /servlet/* ajp12
</VirtualHost>

* In tomcat/webapps/VenetianStyle there's the applications with servlet.
* venetianstyle.prosa.com is an alias of 192.168.1.10
* 9009 is a tomcat connector for Apache.
* 9081 is the tomcat web server port.

When I launch http://venetianstyle/ browser open html file, but it doesn't open servlet.
Tomcat documentations is very shortly... how can I do to configure a Virtual hosting?

Can SomeOne help me, please?

Most Thanks to help me!!