On Sun, Jan 10, 2010 at 9:55 AM, Patrick Flaherty
<pflah...@rampageinc.com> wrote:

> I set up three VIRTUAL HOSTS matching the names of the 3 PUBLIC domain names
> I have mapping to the IP address of the box.
>
> Like the following :
>
> Host name = "www.myapp1.com"   appbase = "c:/app1"
> Host name = "www.myapp2.com"   appbase = "c:/app2"
> Host name = "www.myapp3.com"   appbase = "c:/app3"

Have you *read* the virtual-hosting how-to?

> The content of each appBase folder is all of our app files. (classes, libs
> WEB-INF/web.xml, Proofs folder) These folders (c:/app1, c:/app2,c:/app3)
> behave like
> the web root of each of the domain names
> (www.myapp1.com,www.myapp2.com,www.myapp3.com) accordingly.
>
> Is this Valid ?

Not remotely. Your apps need to be in

  c:/app1/ROOT
  c:/app2/ROOT
  c:/app3/ROOT

respectively. As the docs say.

-- 
Hassan Schroeder ------------------------ hassan.schroe...@gmail.com
twitter: @hassan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to