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 ap
I like to define a HOST which is bound to one of my webapplications.
I have the following directory structure:
$CATALINA_HOME/webapps/app1
$CATALINA_HOME/webapps/app2
$CATALINA_HOME/webapps/app3
server.xml:
Now I like that users can type: http://my.mycompany.