e.org
Subject: [EMAIL PROTECTED] Virtual Host Configuration Question
I'm trying to configure an Apache 2.x installation to use two virtual hosts
using name based virtual host definitions. I have Tomcat 5.x running two
different web applications and I want to map particular server names to
part
James,
I'm not very familiar with Tomcat since I don't run it myself. With your
vhost setup, try setting the server name like below and rewriting to
localhost, the port number and /app*/.
Not sure about the JkMount...but perhaps this input point you in a direction.
ServerName app1.foo.bar
I'm trying to configure an Apache 2.x installation to use two virtual
hosts using name based virtual host definitions. I have Tomcat 5.x
running two different web applications and I want to map particular server
names to particular web apps. For example, if I were talking to Tomcat
direct