Tom Bednarz wrote:
> With my current configuation the tomcat startup page appears. If I look
> in the manager application, I see the two hosts 'localhost' and
> 'my.mycompany.com'. Under both hosts I see the SAME list of
> webapplications.
This is because they use the same appBase. For different apps per host,
use different a appBase for each host and deploy the applications
accordingly.

> Could anybody explain what additional configuration is required on
> Tomcat 5.5.
Rename app2 to ROOT (and make sure it is in the right appBase for the host).

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to