I am using tomcat 5.5.27 to run a set of simple set of applications. I am
looking at 5.5.28 to address a number of security vulnerabilties. When I tried
the 5.5.28, we ran into an issue when two services were defined in server.xml,
if the same engine name was used for both but different host
conf/Catalina/localhost/
> is
> conf/Engine name/Host name
> and not Service name, so this would make the engine unique
>
> filip
>
>
> On 08/02/2009 12:16 PM, Steven Mahurin wrote:
> > I am using tomcat 5.5.27 to run a set of simple set of
> applications. I a