D]
Subject: RE: virtual hosting with tomcat and apache
There have been plenty of replies on this, please search through the
archives.
-Original Message-
From: Brandon Cruz [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 06, 2001 3:48 AM
To: [EMAIL PROTECTED]
Subject: virtual hosting with
There have been plenty of replies on this, please search through the
archives.
-Original Message-
From: Brandon Cruz [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 06, 2001 3:48 AM
To: [EMAIL PROTECTED]
Subject: virtual hosting with tomcat and apache
I sent a message a while ago, but
l 05, 2001 9:46 PM
To: [EMAIL PROTECTED]
Subject: Re: virtual hosting with tomcat and apache
Hi Brandon,
I'm doing a lot of virtual hosting with Apache + Tomcat, but in my case only
one of my Vhosts needs Tomcat. So, I'm setting mine up with the "one JVM for
all hosts" confi
You can add several Vhosts this way, as
long as you don't mind running them in the same JVM. Check out the mod_jk
Howto. That's where I got most of this info.
Thanks,
--jeff
- Original Message -
From: "Scott Tatum" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]
Your first message went through. Tomcat can do exactly what you need. It can be
configured to run several vhosts, each as their own application. Normally you
give each vhost its own Tomcat instance, to provide a clean separation of
runtime enviroments between sites. It also gives you the ability t
I sent a message a while ago, but don't think it went though. Basically, I
am using Tomcat as a servlet/jsp engine for a site that uses Apache as the
webserver. Only problem is that I am on one server with several virtual
host directories. I want to be able to put .jsp files into each vhost
dir