Eric Berry wrote:
>> This will fail in later versions of Tomcat 5. appBase should not equal
>> docbase. The correct configuration is:
>>
>>
>>
>
> Does this mean that there must be a "ROOT" directory under
> "/opt/projects/www/host1/web"?
Yes.
Mark
---
This will fail in later versions of Tomcat 5. appBase should not equal
docbase. The correct configuration is:
Does this mean that there must be a "ROOT" directory under
"/opt/projects/www/host1/web"?
In my current configuration I have
"/opt/projects/www/host1/web/[index.jsp,jsp/,html/,ima
Eric Berry wrote:
> Here's the jist of what I have:
>
>
>
This will fail in later versions of Tomcat 5. appBase should not equal
docbase. The correct configuration is:
Mark
-
To start a new topic, e-mail: users@tomca
I have my development box setup how I think you want yours done
(though, I only access it locally from that machine). The 3 hosts
should have separate app bases and the context paths should be empty
(meaning the default path). What you've done up there should work if
you have your hosts file point
I'm interested to hear other ideas, but I have used multiple
entries to achieve this. In my case, each hostname has a dedicated IP
and a DNS entry.
Having multiple service entries allows you to have separation of almost
all the config elements, like ports, appbase, logging etc.
Cheers, Ben
On W
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Subject: Three hostnames in one instance of tomcat
>
> Users would hit URL's such as:
>
> http://host1/
> http://host2/
> http://host3/
What version (exactly) of Tomcat are you using? For versions 5.0 and
5.5, you should not put elements i